VerTech Sample Pic

Posted by DesertFox on May 25, 2006, 10:10 a.m.

Been working on VerTech, crrently I'm working on morph-actions, and polygon creating. I'm also making a button layout.

After that, I've got to make a savability - GM can't save ds_lists!

A small picture sample of what it can do.

And so I go back to work

Comments

JW 18 years, 5 months ago

Looks awesome. :D Kinda reminds me of the soldat level making thingey. ;)

FredFredrickson 18 years, 5 months ago

Saving a list isn't hard, just use a for() loop to load all the data into the save file, and to take it all out and place it back into a list.

DesertFox 18 years, 5 months ago

Ah, but FredFred, it isn't all that simple, see? I have a master list, that holds lists of frames, and they hold lists of nodes, and they hold lists of connections.

Thats a list4; I mean GM doesn't save ds_lists when you use game_save();

FredFredrickson 18 years, 5 months ago

I smell nested for() loops!

If you write your files to your own type of file, then you're good. Who wants to use the built in save system anyway? [:P]

DesertFox 18 years, 5 months ago

Hooray for nested, nested, nested for loops!

noshenim 18 years, 5 months ago

looks sorta like a thing I made a few months ago, as a gm newbie.

I can't see anything snapping properly.

Nice figure.