|
-
Sep 7th, 2005, 12:07 PM
#1
Thread Starter
Lively Member
RPG Text Engine - Project Stopped - Mod please close
A while back I noticed that a lot of begginer VB coders I knew on several forums were interested in coding a Text Based RPG. Now, it might seem simple to some of us coders, but a lot of it can be quite mind buggling to some begginers.
I decided to release a source code on my project forums called Text Night RPG Engine (TaNRE). I thought it's a basis and learning source for begginers game coders to use and study. So here it is:
NOTE: NOW UPGRADED TO 0.6
TaNRE v0.6
An "ickle" guide for begginers:
Ok, basically all this is doing is assigning things to a big textbox. When you enter text and click the button it loads a function. Within this function is a piece of code called a "Select Case". Basically depending on whether the text in the textbox you just entered's first word matches one of the words in the select case statement, it calls another function. This function proccesses the command in there. So just copy and paste really to get things going.
(Btw, a better detailed guide is available at http://www.devilhart.co.uk.tt in the forums, public access so no need to register )
Thanks, need any help just ask.
-------------
Features:
Character Save Loading (.ini files)
Room Loading (.ini files)
Basic Stats
Basic NPCs (.ini files)
Character Creation
Movement between rooms (enter N, S, E ect...)
Things with 0.6:
Bug Fix: Room number didn't save when character saved causing the RoomNum to be reset to 0, fixed.
Things to be fixed:
A better way of automatically scrolling the text to the bottom on room change (or any other action causing text to appear).
----------------
By the way, the download link has been fixed. My hosting went down, sorry for any inconvenience. (hope i spelt that right :P)
Last edited by RadBrad; Oct 5th, 2005 at 06:26 AM.
Reason: Stopping
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|