Gelman! (Demo 2!) - Source codes released!

Post here your demos and examples with the source files.
Forum rules
Always post the games with a screenshot.
The file must have the ged and data files (complete game source)
Use the forum attachment to post the files.
It is always better to use the first post to put the game files

Re: Gelman! (Demo 2!) - Source codes released!

Postby pyrometal » Thu Nov 06, 2008 4:03 pm

Sorry about that... Learn from my mistakes!
SPRITE WARRIOR:
Free, open-source & crossplatform pixel art editor (currently under construction).
User avatar
pyrometal
 
Posts: 706
Joined: Wed Nov 28, 2007 4:07 am
Location: Kingston, ON, Canada
Score: 86 Give a positive score

Re: Gelman! (Demo 2!) - Source codes released!

Postby Bee-Ant » Thu Nov 13, 2008 10:21 am

Oh yah pyro. How do i add variables on your typewriter style text?such as
Code: Select all
message("So, your name is %s",&name);

It seems your function doesnt support it??
User avatar
Bee-Ant
 
Posts: 3723
Joined: Wed Apr 11, 2007 12:05 pm
Location: http://www.instagram.com/bee_ant
Score: 210 Give a positive score

Re: Gelman! (Demo 2!) - Source codes released!

Postby pyrometal » Thu Nov 13, 2008 3:09 pm

That's right, it doesn't support those standard codes provided in C. If you want to use them, you can use "sprintf();" to format the string you want, then take that string which you created and put it inside the "message();" function. Is this clear enough?
SPRITE WARRIOR:
Free, open-source & crossplatform pixel art editor (currently under construction).
User avatar
pyrometal
 
Posts: 706
Joined: Wed Nov 28, 2007 4:07 am
Location: Kingston, ON, Canada
Score: 86 Give a positive score

Re: Gelman! (Demo 2!) - Source codes released!

Postby MrScience101 » Mon Jan 05, 2009 12:25 pm

Thank you for releasing the source code. Truly this is an amazing game.
User avatar
MrScience101
 
Posts: 115
Joined: Tue Mar 20, 2007 9:52 pm
Score: 13 Give a positive score

Re: Gelman! (Demo 2!) - Source codes released!

Postby Bee-Ant » Mon Jan 05, 2009 12:51 pm

Pyro, it seems I need your help to make ListView items like in RPG game...do you know it?
User avatar
Bee-Ant
 
Posts: 3723
Joined: Wed Apr 11, 2007 12:05 pm
Location: http://www.instagram.com/bee_ant
Score: 210 Give a positive score

Re: Gelman! (Demo 2!) - Source codes released!

Postby pyrometal » Mon Jan 05, 2009 4:08 pm

I might be able to help you by creating one, but you might want to give more specifications on what it has to do and the way it should work... Otherwise I might create it in a style you wont like. I'll be waiting for more info before I start, and also be aware that this will take a while to make!

--pyro
SPRITE WARRIOR:
Free, open-source & crossplatform pixel art editor (currently under construction).
User avatar
pyrometal
 
Posts: 706
Joined: Wed Nov 28, 2007 4:07 am
Location: Kingston, ON, Canada
Score: 86 Give a positive score

Re: Gelman! (Demo 2!) - Source codes released!

Postby Bee-Ant » Tue Jan 06, 2009 12:21 pm

I just need an example about making that "list" item.
the item just as text and it's count, example :

POTION x5
SHIELD x2
APPLE x7
etc etc...

I want it when I lost all POTION, the list become :

SHIELD x2
APPLE x7
etc

And when I got some new item, the list become :

SHIELD x2
APPLE x7
BANANA x4
SWORD x1

Oh, or just sort them alphabeticaly...

APPLE x7
BANANA x4
SHIELD x2
SWORD x1
User avatar
Bee-Ant
 
Posts: 3723
Joined: Wed Apr 11, 2007 12:05 pm
Location: http://www.instagram.com/bee_ant
Score: 210 Give a positive score

Re: Gelman! (Demo 2!) - Source codes released!

Postby pyrometal » Tue Jan 06, 2009 1:04 pm

I can easily do that, just give me one or two days and it'll be ready!
SPRITE WARRIOR:
Free, open-source & crossplatform pixel art editor (currently under construction).
User avatar
pyrometal
 
Posts: 706
Joined: Wed Nov 28, 2007 4:07 am
Location: Kingston, ON, Canada
Score: 86 Give a positive score

Re: Gelman! (Demo 2!) - Source codes released!

Postby Bee-Ant » Tue Jan 06, 2009 1:49 pm

Dont forget to add "saveVars"... :D
Thanks :mrgreen:
User avatar
Bee-Ant
 
Posts: 3723
Joined: Wed Apr 11, 2007 12:05 pm
Location: http://www.instagram.com/bee_ant
Score: 210 Give a positive score

Re: Gelman! (Demo 2!) - Source codes released!

Postby MrJolteon » Sat Jun 27, 2009 7:37 am

MrJolteon wrote:It's not going out that great.
























I tried adding another door that leads out of the cloud into the town, but it didn't work.





















The town is'nt done yet.























I don't know about more to write.

Instead of just editing the game by simply adding stuff, i could remodel the whole game to get the sequel on the road...
Join us on Discord!
Game Editor 2
These are the best ways to reach me these days


Your local Community Janitor, always lurking in the shadows...
User avatar
MrJolteon
 
Posts: 2326
Joined: Sat Aug 09, 2008 3:25 pm
Location: Stranded under endless sky
Score: 105 Give a positive score

Re: Gelman! (Demo 2!) - Source codes released!

Postby pyrometal » Sat Jun 27, 2009 3:26 pm

Feel free to do that if you wish!
SPRITE WARRIOR:
Free, open-source & crossplatform pixel art editor (currently under construction).
User avatar
pyrometal
 
Posts: 706
Joined: Wed Nov 28, 2007 4:07 am
Location: Kingston, ON, Canada
Score: 86 Give a positive score

Re: Gelman! (Demo 2!) - Source codes released!

Postby Bee-Ant » Tue Jun 30, 2009 6:08 pm

Pyro, I want that typewriter demo that support %s %i etc...

typedialog("Hi %s, how are you?",name);

Do you have it?or could make it?pweaseee...
User avatar
Bee-Ant
 
Posts: 3723
Joined: Wed Apr 11, 2007 12:05 pm
Location: http://www.instagram.com/bee_ant
Score: 210 Give a positive score

Re: Gelman! (Demo 2!) - Source codes released!

Postby pyrometal » Tue Jun 30, 2009 7:57 pm

Didn't I make like 3 different dialogue demos in the past? Look at these:

(1) http://game-editor.com/forum/viewtopic.php?f=6&t=5584&hilit=+Typewritter
(2) http://game-editor.com/forum/viewtopic.php?f=4&t=6107&hilit=+Dialogue
(3) http://game-editor.com/forum/viewtopic.php?f=4&t=6243&hilit=+dialogue

I'm building one for PB & Jay too (similar to the one I used in Gelman but better). Also why didn't YOU, of all people NOT comment in the PB & Jay thread? lol. I though you'd be the first to honestly. If you need something more detailed, just ask and I'll see what I can do! ttyl Bee-Ant
SPRITE WARRIOR:
Free, open-source & crossplatform pixel art editor (currently under construction).
User avatar
pyrometal
 
Posts: 706
Joined: Wed Nov 28, 2007 4:07 am
Location: Kingston, ON, Canada
Score: 86 Give a positive score

Re: Gelman! (Demo 2!) - Source codes released!

Postby Bee-Ant » Wed Jul 01, 2009 2:51 am

Which one support that thing?
User avatar
Bee-Ant
 
Posts: 3723
Joined: Wed Apr 11, 2007 12:05 pm
Location: http://www.instagram.com/bee_ant
Score: 210 Give a positive score

Re: Gelman! (Demo 2!) - Source codes released!

Postby pyrometal » Wed Jul 01, 2009 4:34 am

Neither of these are capable of this as GE does not let me include libraries which allow me to deal with unknown amounts of parameters. However you can use sprintf to format the strings first, then put these strings inside the messaging functions.

I also realize that the first link is a bad way to accomplish typewritter styled text, and that the two other ones are VERY complicated (I don't use them anymore). I making a simpler one for PB & Jay which I might post sometime. So far it supports linefeeding and a single highlighting color. Spaceman had its own one too, but the code was a VERY poorly written...

Any other questions?
SPRITE WARRIOR:
Free, open-source & crossplatform pixel art editor (currently under construction).
User avatar
pyrometal
 
Posts: 706
Joined: Wed Nov 28, 2007 4:07 am
Location: Kingston, ON, Canada
Score: 86 Give a positive score

PreviousNext

Return to Game Demos

Who is online

Users browsing this forum: No registered users and 1 guest