Search found 3308 matches
- Wed Aug 21, 2013 2:18 pm
- Forum: Game Discussion
- Topic: Fools Quest – Progress
- Replies: 33
- Views: 6703
- Tue Aug 20, 2013 5:54 pm
- Forum: Collaboration
- Topic: AIRSHIP 2600
- Replies: 9
- Views: 138
- Sun Aug 18, 2013 3:07 am
- Forum: General Discussion
- Topic: Goodbye Friends I Am Leaving (Temporarily!)
- Replies: 9
- Views: 2108
- Thu Aug 15, 2013 5:30 am
- Forum: Game Discussion
- Topic: Android/OUYA RPG collaboration game
- Replies: 50
- Views: 9047
- Wed Aug 14, 2013 3:16 pm
- Forum: Game Discussion
- Topic: Android/OUYA RPG collaboration game
- Replies: 50
- Views: 9047
- Wed Aug 14, 2013 9:38 am
- Forum: Game Discussion
- Topic: Android/OUYA RPG collaboration game
- Replies: 50
- Views: 9047
- Tue Aug 13, 2013 10:11 am
- Forum: Game Discussion
- Topic: Generating World Maps
- Replies: 13
- Views: 3048
- Mon Aug 12, 2013 4:39 pm
- Forum: Game Discussion
- Topic: Generating World Maps
- Replies: 13
- Views: 3048
I've played around with Autorealm in the past, and it's a pretty nifty program. Though if I recall correctly, once you start getting a bunch of different things (trees, cities, mountains, whatever) on the map, it gets to be unbearably slow. Then again, that was years ago, so things may have changed ...
- Sun Aug 11, 2013 3:52 am
- Forum: Game Discussion
- Topic: Generating World Maps
- Replies: 13
- Views: 3048
Ah, so you're not going to be generating it using the OHR? Well, there's donjon, there are a lot of different generators there. Though it might not be quite what you're looking for. Still, I've found it to be suitable enough for most purposes.
- Sun Aug 11, 2013 3:36 am
- Forum: Game Discussion
- Topic: Generating World Maps
- Replies: 13
- Views: 3048
- Fri Aug 09, 2013 1:47 am
- Forum: Game Discussion
- Topic: Show off your graphics!
- Replies: 1625
- Views: 336305
- Thu Aug 08, 2013 2:21 pm
- Forum: Game Discussion
- Topic: Show off your graphics!
- Replies: 1625
- Views: 336305
Not for the 8-bit contest, but here it is anywho. http://i1171.photobucket.com/albums/r552/ld2i/new_sprites_sampler_zps203aad74.gif Old original sprites are on the left, new hero sprites are on the right. Some still need tweaking and fixing (Belor the barbarian for one, his hair acts weird) and some...
- Wed Aug 07, 2013 1:50 pm
- Forum: Game Discussion
- Topic: What is your favorite part about making games?
- Replies: 13
- Views: 2279
- Wed Aug 07, 2013 1:49 pm
- Forum: Game Discussion
- Topic: How to increase a variable with plotscript?
- Replies: 8
- Views: 1316
Code: Select all
plotscript, each step, begin
stepcounter += 1
endThat's pretty much it I suppose. Alternatively:
Code: Select all
plotscript, each step, begin
stepcounter := stepcounter + 1
end- Mon Aug 05, 2013 5:23 pm
- Forum: Front Page
- Topic: Game of the Month: August 2013
- Replies: 18
- Views: 15083