Topic:   [GM] V6 Grid Navigation   (Read 36390 times)


0 Members and 1 Guest are viewing this topic.

EqwanoX


  • Administrator

  • GMG Extraordinaire

  • *****


  • Posts: 1180
Re: [GM] V6 Grid Navigation
« Reply #15 on: December 31, 2009, 06:10:56 PM »
lol, it now creates maps for you which is an innovation to the engine itself. v6 used only 1s and 0s, v7 uses many more, im actually still experimenting with it. i'll release the final version at some point.

i kind of agree that v6 isnt completely outdated, it can still be used for more detailed maps and uses much less sprites sinse you only need one sprite of the map itself, but haveing it make the map is so much easier than makeing it manually and without the grid lines. v6 is also easier for walking animations and roaming npc's (which everyone HAS to have for some reason), im still trying to implement these into v7
« Last Edit: December 31, 2009, 06:12:10 PM by EqwanoX »

Tireas Dragon


  • GMG Extraordinaire

  • ***


  • Posts: 1626

  • Trying to recover from my shattered screen.
Re: [GM] V6 Grid Navigation
« Reply #16 on: January 01, 2010, 03:05:04 PM »
Actually V6 used "2's" "3's" and other numbers for special squares like the gold is on square 2 and the door is on square 3.
I must be dreaming (wake up me wake up) How could this have happened. Tireas' cry when he found his computer fallen over in his chair with it's screen shattered.

GabrielCA


  • GMG-er

  • **

  • no avatar

  • Posts: 224
Re: [GM] V6 Grid Navigation
« Reply #17 on: July 08, 2010, 12:59:39 PM »
I know this is an old thread, but...

About these grid navigation systems : could you make them work so that you can move diagonally ?

Is this feature absent in the grid navigation engine because GM can't detect more than 1 keyboard key type at a time ?
Creator of the deprecated plugin KeyDetect (2005)

Silverwind


  • ^ This guy is amazing.

  • ****


  • Posts: 2805

  • For the glory of my maker
Re: [GM] V6 Grid Navigation
« Reply #18 on: July 08, 2010, 02:40:02 PM »
Yeah, I can do that. One day when I get a free moment I'll post it up.

The only reason I myself haven't done it so far is that GM's window is only large enough to fit 7 grid spaces down and across (using my tile sizes) which doesn't leave allot of room for obstacles, especially if you can move diagonally around them.
« Last Edit: July 08, 2010, 02:48:21 PM by Silverwind »
I survived the spammage of 2007

GabrielCA


  • GMG-er

  • **

  • no avatar

  • Posts: 224
Re: [GM] V6 Grid Navigation
« Reply #19 on: July 08, 2010, 05:25:28 PM »
Also, about V7 :
it takes almost 2 seconds to draw new maps on my old G3/400MHz machine : I find this V7 to be a bit slow, although it doesn't move smoothly between tiles like V6, so it feels fast when moving the player around.
Creator of the deprecated plugin KeyDetect (2005)

EqwanoX


  • Administrator

  • GMG Extraordinaire

  • *****


  • Posts: 1180
Re: [GM] V6 Grid Navigation
« Reply #20 on: July 08, 2010, 09:19:33 PM »
for diagonal movement i think youd have to use the number key pad, its so simple you should be able to make it yourself, just simultaniously alter moveX and moveY

i remember v7 not being that bad on my g4, and really, who uses g3s nowadays? you can get a g4 for 100$ easy off craigslist, my g5 cost 250$ and my intel cost 400$

v7 can be slow but its so innovative, a small map(town size) in v6 can take up 2 to 3 megs and large maps(level size) take up 6+megs so if your game has just three levels then saveing is gonna be very laggy with a source thats 15+megs. v7 maps use hardly any space at all AND eliminates haveing to make the map in a graphic editor. theres still work to be done though, i havent figured out how to add npcs yet

but if your a beginner i highly recommend v6 cause its so easy to use( i mean, isnt the source only 30 lines?), and will help you get familiar with the basics. its so easy its hard NOT to work it in somewhere, like with elements, i through it in sinse its only useing one small map
« Last Edit: July 08, 2010, 09:22:27 PM by EqwanoX »

Silverwind


  • ^ This guy is amazing.

  • ****


  • Posts: 2805

  • For the glory of my maker
Re: [GM] V6 Grid Navigation
« Reply #21 on: July 09, 2010, 03:56:52 AM »
Quote
v7 maps use hardly any space at all AND eliminates haveing to make the map in a graphic editor. theres still work to be done though, i havent figured out how to add npcs yet
What? But, you haven't made any changes to the collision routine. What's up with NPCs not working?

EDIT:

Ack, I really wanna program a few of these things! I'm working a seven day week and my evenings are taken up with a new website client, but as soon as I get a free hour I'll get cracking on these requests.
« Last Edit: July 09, 2010, 03:59:54 AM by Silverwind »
I survived the spammage of 2007

GabrielCA


  • GMG-er

  • **

  • no avatar

  • Posts: 224
Re: [GM] V6 Grid Navigation
« Reply #22 on: July 09, 2010, 11:45:20 AM »
Quote
for diagonal movement i think youd have to use the number key pad, its so simple you should be able to make it yourself, just simultaniously alter moveX and moveY

i remember v7 not being that bad on my g4, and really, who uses g3s nowadays? you can get a g4 for 100$ easy off craigslist, my g5 cost 250$ and my intel cost 400$

v7 can be slow but its so innovative, a small map(town size) in v6 can take up 2 to 3 megs and large maps(level size) take up 6+megs so if your game has just three levels then saveing is gonna be very laggy with a source thats 15+megs. v7 maps use hardly any space at all AND eliminates haveing to make the map in a graphic editor. theres still work to be done though, i havent figured out how to add npcs yet

but if your a beginner i highly recommend v6 cause its so easy to use( i mean, isnt the source only 30 lines?), and will help you get familiar with the basics. its so easy its hard NOT to work it in somewhere, like with elements, i through it in sinse its only useing one small map
Of course, I know no one uses G3/400MHz's anymore, but good code runs fast even on old machines.

Using the numeric pad for diagonal is a great idea (and probably the only solution), since it seems you cannot detect two keys at once with GM.
Creator of the deprecated plugin KeyDetect (2005)

Silverwind


  • ^ This guy is amazing.

  • ****


  • Posts: 2805

  • For the glory of my maker
Re: [GM] V6 Grid Navigation
« Reply #23 on: July 09, 2010, 02:44:47 PM »
I can do it both ways, but it's a lengthly explanation and I only have a few seconds to type (and with one hand as I'm eating a sandwich).
« Last Edit: July 09, 2010, 02:44:58 PM by Silverwind »
I survived the spammage of 2007

GMG Mike


  • Administrator

  • GMG-er

  • *****

  • no avatar

  • Posts: 536
    • mikerichardson.name
Re: [GM] V6 Grid Navigation
« Reply #24 on: July 11, 2010, 04:52:02 AM »
Quote
Of course, I know no one uses G3/400MHz's anymore, but good code runs fast even on old machines.


Straight C code running on your 400 MHz G3 likely outperforms GM scripting running on a 2.7 GHz G5. The tradeoff is that a GM game is much easier to program.

SC is faster, but still nowhere near compiled code.
« Last Edit: July 11, 2010, 04:56:17 AM by Mike_Richardson »

EqwanoX


  • Administrator

  • GMG Extraordinaire

  • *****


  • Posts: 1180
Re: [GM] V6 Grid Navigation
« Reply #25 on: July 11, 2010, 11:13:39 AM »
Quote
but good code runs fast even on old machines.

i looked into it and i noticed stranded forest (which uses v7)runs faster than the v7 demo! and stranded forest is running alot more code.... i experimented and realized i didnt use sprite sheets in stranded forest cause i wasnt familiar with it at the time. so sprite-cut is what makes v7 slower, but i made a version of v7 with spritesheets along with flipped sprites, AND  smooth movement (which doubles the sprite movements to like 300) and it runs with no lag what-so-ever on my intel, so theres only "so much" consideration we can put into the code design vs. production time and ease of use, sprite sheets make life so much easier its worth the speed sacrifice and besides noone here uses anything below an intel... accept you and your g3. and i actually use my g5 for most of my work while i use my intel for internet

i love bashing gm, gm is so much slower than sc, the rougesoft rpg engine is so laggy and yet it uses v6! hows that possible, its slower than v7 and thats moveing 150+ sprites, when will silverwind learn!
« Last Edit: July 11, 2010, 11:29:02 AM by EqwanoX »

Gan


  • Administrator

  • ^ This guy is amazing.

  • *****


  • Posts: 4411
Re: [GM] V6 Grid Navigation
« Reply #26 on: July 11, 2010, 12:48:25 PM »
Maybe I should start bashing... TntBasic can handle like 10x more sprites than Sc without lag.


-Gan

EqwanoX


  • Administrator

  • GMG Extraordinaire

  • *****


  • Posts: 1180
Re: [GM] V6 Grid Navigation
« Reply #27 on: July 11, 2010, 02:05:04 PM »
tnt basic is to complicated though

WarHampster


  • GMG Extraordinaire

  • ***


  • Posts: 1501

  • The People's Moderator
    • Arcade of the Absurd
Re: [GM] V6 Grid Navigation
« Reply #28 on: July 11, 2010, 03:16:33 PM »
You are all losers! Program in assembly and you'll never have to worry about performance again!

GMG Mike


  • Administrator

  • GMG-er

  • *****

  • no avatar

  • Posts: 536
    • mikerichardson.name
Re: [GM] V6 Grid Navigation
« Reply #29 on: July 11, 2010, 05:00:38 PM »
Quote
Maybe I should start bashing... TntBasic can handle like 10x more sprites than Sc without lag

TNT is harder to use - and there is no officially supported Universal Binary. I believe TNT Basic also uses OpenGL - something we can transition to in the future.

It's all about tradeoffs. For example, in TNT, you have to define variables and choose whether or not you want an int or a float. In SC, you don't have to define variables, and all variables are doubles. SC is easier, but slower.