Scrolling Game Development Kit Forum

SGDK Version 1 => General Discussion => Topic started by: bluemonkmn on 2005-12-17, 03:16:09 PM

Title: Clever Ideas
Post by: bluemonkmn on 2005-12-17, 03:16:09 PM
I figured I should try to put together a list of clever ideas or tips.  In discussing the project Turok World, it occurred to me that some game developers might appreciate some ideas on how you can get big "bang for your buck" -- putting in a little effort and getting a lot out of it.  So I'll start a list and others can reply with ideas of their own.  I haven't tested these ideas, so please correct me if any of these don't work out so well.
Title: Re: Clever Ideas
Post by: GameDeveloper on 2005-12-17, 03:44:52 PM
Those are some pretty nice ideas.  I like them!  I thought that I would at least post one or two of mine, since I basicly rely on these little tricks becaue I don't know how to script, and I'd rather not learn too.  I like the challenge of figuring out how to do these without scripting..  So, I'll put a few down.


Those are just a couple, and if it sounds like I restated some of yours Bluemonkmn, then sorry.  These are just scenarios I use in my games.
Title: Re: Clever Ideas
Post by: bluemonkmn on 2005-12-17, 07:40:46 PM
I forgot to mention one that someone else discovered (in the project called Furrits) and I didn't even know that would work until I saw it:
Title: Re: Clever Ideas
Post by: billybob884 on 2005-12-17, 08:32:29 PM
  • Use the relative teleport function to make conveyor belts for the player to ride.  If you have a tile that represents a conveyour belt that moves to the left, you can implement this by defining a tile interaction on this tile that teleports the player a couple pixels to the left whenever the player is touching it.  Careful not to allow these tiles to teleport the player into solid ground, though.

you can also use this type of "sliding" to make iced slopes (like i have in my game), use the floor up and down tiles, and have it transport 1 pixil to either left or right, and 1 pixil down.
Title: Re: Clever Ideas
Post by: Eastfist on 2005-12-18, 05:03:12 PM
We need more posts like this...  Neat!
Title: Re: Clever Ideas
Post by: GameDeveloper on 2005-12-31, 05:23:11 PM
I have another clever Idea.  this deals with teleporting the player to a location on that same map.


Well that's another of my two cents. [would that make it four?]
Title: Re: Clever Ideas
Post by: billybob884 on 2005-12-31, 08:56:17 PM
well, like 6 because your otherpost had 2 ideas, or maybe it is 4 becasue it was one post...
Title: Re: Clever Ideas
Post by: durnurd on 2005-12-31, 09:11:49 PM
Another way to do that would be to just use the mouse.  Place it at the tile you want to teleport to, take note of the tile coordinates it gives in the corner.  Then, multiply those values by the tile width and height respectively to get the pixel coordinates.
Title: Re: Clever Ideas
Post by: bluemonkmn on 2005-12-31, 11:04:14 PM
Yes, durnurd's suggestion was the method I assumed would be most commonly used, which is why there's a calculator button right there to help you do the multiplication.  But if you think it's easier to put a path on the map and then look at the sprites dialog, you're certainly free to do it that way :).  Maybe it is easier if you want to, for example, collect a whole bunch of teleport points by adding them all to a single path and then look at the whole list.
Title: Re: Clever Ideas
Post by: Eastfist on 2006-04-06, 05:36:54 PM
Been hacking away at my "fighting" level.

A clever idea I just discovered is using the Alter map special function and an inventory counter to keep track of "environmental damage."
Title: Re: Clever Ideas
Post by: eric22222 on 2006-10-14, 05:22:12 PM
I realize no one's posted anything on this topic for a while, but I came up with an idea that I thought was pretty clever. Timed escapes can be done with an item (displayed or not) being changed by one each frame, but that limits you to GameDev's method of item display (or none at all). Here's my suggestion, which could probably be applied to other stuff:

Create a set of ten tiles, each displaying a number zero through ten (I went with a digital clock style). Have a layer on your map with the scroll set to zero. Put a few placeholder tiles on the layer in a row. Then, go into the tile animation to have them scroll down from nine to zero. Set frames per second at 60. Have the farthest right place use 1 frame per number. The second uses 10, but only animates zero to five. The third takes 60 frames per tile, which is essentially counting the seconds! You can do likewise for the next place, but GameDev only lets you use 256 frames per tile animation, so you can just put zero twice, one twice, etc.

I figure something like this could be done in reverse for timing minigames or races (though this doesn't actually keep the time so much as display it. You'll need an inventory item to keep track of that).
Title: Re: Clever Ideas
Post by: tprime on 2008-08-04, 11:06:48 AM
I have a clever idea too.
Enemies from different places. (All it requires is just one path for the enemy)

1.You place a path that can be shared by the player and enemy. (Seperate paths can also be used)
2.Create the sprites for the game, but make sure the enemy is not an initial instance. The sprite should auto delete when "1. or is off Display(or map..I forgot)"
3.Go to your map and edit all the requirements (solidity reaction, player sprite, etc.).
4.Next create a special function (global). The function should create a sprite, that has an 'x' offset of 200 (or however you want the distance of the sprite to be) and realative to the player. Also add a limit of 1 enemy appearing.
5.Choose your startup map in the inventory.
6.Play and enjoy.

Optional: To make the game more challenging, the enemy sprite could have no solidity defined.
Title: Re: Clever Ideas
Post by: SmartBoy16 on 2008-10-08, 07:09:36 AM
i guess i should share a few tips here too

* if you have many maps and you need to test them out quickly, make a level selector map to quickly go to that level. this can be also useful as a reward for finishing the game.

* if you use a frame reducer to slow down the frame rate, it will also affect the map editor, which could be a pain if you have it set to a low number like 30. If you disable it, the map will scroll at the highest speed possible

* If you need to see a large area of the map at one time, or if you want to zoom out while editing, change the screen size to 1024x768 (dont for get to change the Map display settings).

* Nobody likes hard-to-control games! personally ive always hated the Ctrl, Shift, Alt, and Space buttons. when you make a game make sure it is comfortable for you AND your players.

* if your game recommends a joystick, especially a certain kind (like either the "old-style" joystick or a gamepad), try to provide a link for that certain one.

* I have always judged a game by its music. dont forget to put music in your games! i havent like one game that lacks music (well, except maybe some versions of tetris...)


Title: Re: Clever Ideas
Post by: Jam0864 on 2008-10-08, 02:53:33 PM
adding walljumps to your player sprite can add quite a lot of depth to level design, you won't have to worry so much "is it possible for the player to reach this high?"
make a vertical passageway and allow the player to jump off the alternating walls till they hit the top. Make sure the walljumping is easy enough to do, if players find it hard parts of your game will end up practically impossible for them. (also walljumps are just cool)