Character Creation

Just BASIC Games
Post Reply
noname2tellu
Posts: 8
Joined: Fri Jun 03, 2005 11:08 pm

Character Creation

Post by noname2tellu »

DONE! You can now download the new Character Creation program! Made with Just BASIC then fixed,character data encripted ( Thanks A LOT to Chris Iverson a.k.a cj no one for encription help and decription help). and ( because I have LB now) the icon was changed for the final thing :D !
Attachments
Character Creation.zip
SRY SLITE BUG DOWNLOAD THIS. (who ever downloaded it be-4 this change)
(1.23 MiB) Downloaded 585 times
Last edited by noname2tellu on Wed Aug 31, 2005 1:56 am, edited 3 times in total.
noname2tellu
Posts: 8
Joined: Fri Jun 03, 2005 11:08 pm

for impatient people :)

Post by noname2tellu »

Done!
Attachments
Mini Rpg.zip
SRY SLITE BUG DOWNLOAD THIS. (who ever downloaded it be-4 this change)
(1.24 MiB) Downloaded 556 times
Last edited by noname2tellu on Wed Aug 31, 2005 1:57 am, edited 4 times in total.
cj no one
Posts: 12
Joined: Sat May 07, 2005 5:13 pm

Post by cj no one »

AWESOME!
cj no one
Posts: 12
Joined: Sat May 07, 2005 5:13 pm

Post by cj no one »

There's a glitch in the character creator, but I can't figure out what it is... if you edit your Magic stat, and hit Cancel, your skill points drop by whatever you entered before. It can even go below zero! But it's coded the same way as the the other stats.... I just don't get it...
cj no one
Posts: 12
Joined: Sat May 07, 2005 5:13 pm

Post by cj no one »

Also, you MUST make sure that the file length is long enough. Because you don't put the variable V in the file, when you try to load it, it gives the "file past end" error. At least put 0 in the place of V.

Besides, you must turn over the COMPLETE source. If you make a source, upload it, change it, and compile it, no one will trust the .TKN. Anyway, isn't that against the TOS?
noname2tellu
Posts: 8
Joined: Fri Jun 03, 2005 11:08 pm

Post by noname2tellu »

cj no one wrote:There's a glitch in the character creator, but I can't figure out what it is... if you edit your Magic stat, and hit Cancel, your skill points drop by whatever you entered before. It can even go below zero! But it's coded the same way as the the other stats.... I just don't get it...
I found were it was.. *stupid me* I copy and past A LOT. I ran through the .bas and found it. Here it is...

Code: Select all

            [magicNo2]
                mp=b4mp
                a=a-hp
                print #1.a, a
                if a<>0 then print #1.sav,"!disable"
                wait
(The branch is in case you don't change the magic stat or hit cancle)

SEE right there .... a=a-hp.... it should be a=a-mp. Geese stupid me.... I also fixed a slight bug in saving the races. Oh and I don't give the EXACT source because I'm not giving away that verification #.(They're the same except for in the .tkn v= a special number that u don't know.).
cj no one
Posts: 12
Joined: Sat May 07, 2005 5:13 pm

Post by cj no one »

What's it, for cheating or something? It's all right, it's people like me who like to cheat, and look for ways to do so. Most people on the board prefer playing the game, not cheating it. Don't worry.

Besides, see if you can distribute the game in high school(without the source, of course)

Oh, and are you going to include the character creater in the full game?
noname2tellu
Posts: 8
Joined: Fri Jun 03, 2005 11:08 pm

Encription and stuff done

Post by noname2tellu »

The character creation and mini rpg are now done and usable! To cj no one: I sent u an email pl read it 8/25/05
noname2tellu
Posts: 8
Joined: Fri Jun 03, 2005 11:08 pm

Some screen shots.

Post by noname2tellu »

Here's some screen shots of the game.. I took out the name of the character and thats all.
Attachments
Screen Shots.zip
(282.06 KiB) Downloaded 512 times
Post Reply