Page 1 of 1
Scripting
Posted: Thu Apr 07, 2005 4:15 pm
by Halifax
I have a tile based rpg that i made from scratch. it doesnt use any asm or anything but the tile map is pretty fast. Now, im starting on my scripting engine. however, i can only think of one use for it! NPC dialouge is the only real use i can see. what other reasons would there be?
Posted: Thu Apr 07, 2005 5:10 pm
by Rattrapmax6

Items, Weapons, world devices (Transportation, horses, ect, if you want to go that far), special effects.. choices are there..

Posted: Thu Apr 07, 2005 5:30 pm
by Z!re
It decreases the size of your exe, and makes the game more easily managed.
Say you want to add a weapon, all you do it edit the apropriate script to include the new weapon.
Instead of having to recode the engine to handle another weapon.
It takes a while longer to code than a static engine, but in the end it's worth it as you can add stuff easily.
uses for scripts
Posted: Thu Apr 07, 2005 8:54 pm
by Halifax
okay. so id make a script called something like Items.txt.
then, at each entry id specify the type, "Weapon", "Item", "Enemy"
that would tell the scripter how to enter the data.
i can see how that would shrink the size of the file. it would also make it easier to change the amount or type of variables associated with items, etc.
well, as soon as i make some items, weapons, or enemies ill do that.
thanks.
Posted: Fri Apr 08, 2005 2:40 pm
by {Nathan}
Pleasae post you engine!!!
HAHAHAAHAHA!!!
I beet you all!
welcome to the forums!
Posted: Fri Apr 08, 2005 4:20 pm
by Halifax
i have no scripting engine as yet. unless you mean my tile engine...