View previous topic - View next topic |
Author |
Message |
Unknown Moira's Silly Little Slave Bitch
Joined: 19 Jul 2005 Posts: 82 Location: Behind you...
|
Posted: Sat Jan 13, 2007 1:54 am Post subject: QBasic MiniGame engine |
[quote] |
|
Although its not completely finished yet its a start...
BTW!!! If you want to see it in action you'll have to download the world file from my website http://shadowland.cc/SE ...
For those who check it out... Tell me what you think...
(Its the first engine i've created from scratch)
The only stuff in it that isn't mine is the nice little trans text function (Thanks to DeveloperX for that one) and the Keyboard buffer flusher...
Code: |
Code Removed due to its length!
to see it goto http://rpgdx.net/showgame.php?project_id=348
|
Ohh and if you use it just give credit where its due (mabey a link err somthing to my website...) ^_*
Peace---Mu _________________ Most people would succeed in small things if they were not troubled with such great ambitions.
Last edited by Unknown on Mon Jan 15, 2007 10:32 pm; edited 2 times in total
|
|
Back to top |
|
|
DeveloperX 202192397
Joined: 04 May 2003 Posts: 1626 Location: Decatur, IL, USA
|
Posted: Mon Jan 15, 2007 5:22 am Post subject: |
[quote] |
|
Jeff, you shouldn't post long code dumps on the forum.
You should upload a source file, and then post a link to it.
And add an entry at www.rpgdx.net as a project.
On a side note, how ya been? Drop me an email or two once in awhile man. _________________ Principal Software Architect
Rambling Indie Games, LLC
See my professional portfolio
|
|
Back to top |
|
|
Nodtveidt Demon Hunter
Joined: 11 Nov 2002 Posts: 786 Location: Camuy, PR
|
Posted: Mon Jan 15, 2007 10:38 am Post subject: |
[quote] |
|
The world.zip file is missing. _________________ If you play a Microsoft CD backwards you can hear demonic voices. The scary part is that if you play it forwards it installs Windows. - wallace
|
|
Back to top |
|
|
Unknown Moira's Silly Little Slave Bitch
Joined: 19 Jul 2005 Posts: 82 Location: Behind you...
|
Posted: Mon Jan 15, 2007 3:24 pm Post subject: |
[quote] |
|
LOL sorry bout that... there was a few periods included in the link.... Its fixed now... _________________ Most people would succeed in small things if they were not troubled with such great ambitions.
|
|
Back to top |
|
|
Nodtveidt Demon Hunter
Joined: 11 Nov 2002 Posts: 786 Location: Camuy, PR
|
Posted: Mon Jan 15, 2007 6:58 pm Post subject: |
[quote] |
|
Code: | IF mapArray((camera.MAPX + player.X), (camera.MAPY + player.Y + 1)) <WORLD> 0 THEN |
Umm...what? Very interesting error there... _________________ If you play a Microsoft CD backwards you can hear demonic voices. The scary part is that if you play it forwards it installs Windows. - wallace
|
|
Back to top |
|
|
BadMrBox Bringer of Apocalypse
Joined: 26 Jun 2002 Posts: 1022 Location: Dark Forest's of Sweden
|
Posted: Mon Jan 15, 2007 9:53 pm Post subject: |
[quote] |
|
nodtveidt wrote: | Code: | IF mapArray((camera.MAPX + player.X), (camera.MAPY + player.Y + 1)) <WORLD> 0 THEN |
Umm...what? Very interesting error there... |
That line of code do look fishy. Nice to see some coding around here thought ^_^. _________________
|
|
Back to top |
|
|
Unknown Moira's Silly Little Slave Bitch
Joined: 19 Jul 2005 Posts: 82 Location: Behind you...
|
Posted: Mon Jan 15, 2007 10:29 pm Post subject: |
[quote] |
|
Well, thats not how the code is supposed to be?!?!? weird...
Anyhow to download the project goto rpgdx's news section... its called Simple Engine... From there you can download it in a zip file and have it loaded into QBasic in no time!
http://rpgdx.net/showgame.php?project_id=348 _________________ Most people would succeed in small things if they were not troubled with such great ambitions.
|
|
Back to top |
|
|