I spent all day and night today learning how to make a tactical battle system.

Locked
User avatar
Jesus
Member
Member
Posts: 6338
Joined: Mon Jul 10, 2000 1:00 am

I spent all day and night today learning how to make a tactical battle system.

#1

Post by Jesus » Mon Aug 11, 2008 12:45 am

26 straight hours of programming and I have completed a fully functional bug free tactical battle system for my RPG that I've been working on for the past two months. Anyone who uses RPG Maker VX just give me a shout and I'll send you the code. It even switches from tactical to normal walking around random enemy encounter type dealie by the use of a call event of disable or enable.

User avatar
Valigarmander
Member
Member
Posts: 51366
Joined: Thu Jun 01, 2006 8:22 pm
Location: World -1
Has thanked: 119 times
Been thanked: 508 times
Contact:

#2

Post by Valigarmander » Mon Aug 11, 2008 12:53 am

Hmm, interesting.

You know, if you ever get bored with RM, there's always the OHR program I've always used. Not quite as flashy, but the possibilities in scripting are endless.

Eh, just figured I'd whore out my favorite engine here. Anyways, I'd like to see it in action some time. I don't have VX, though.

PK FIRE!
Member
Member
Posts: 9478
Joined: Sun Apr 09, 2000 1:00 am
Location: On the run.

#3

Post by PK FIRE! » Mon Aug 11, 2008 6:45 pm

I don't mean to be rude here wario but bug free? Sorry but I've yet to hear of a videogame that didn't have a bug or two in it, admittidly I don't have a right to talk as I couldn't code my way out of warm jello.

- You stupid dog!
Quotes to live by.

\"A man\'s fate is a man\'s fate and life is but an illusion\" Shogun
\"I think therfore I am dangerus.\" Unknown
\"Knowlegde without wisdome is a ticking timebomb.\" Myself

User avatar
Valigarmander
Member
Member
Posts: 51366
Joined: Thu Jun 01, 2006 8:22 pm
Location: World -1
Has thanked: 119 times
Been thanked: 508 times
Contact:

#4

Post by Valigarmander » Mon Aug 11, 2008 7:26 pm

^ Yes. That's why people bugtest.

Programming any script wouldn't take 26 hours without the time it takes removing bugs, I know this from experience.

User avatar
Kargath
Member
Member
Posts: 10653
Joined: Wed Jul 25, 2001 1:00 am
Been thanked: 5 times

#5

Post by Kargath » Tue Aug 12, 2008 4:41 am

I believe the American term for this behaviour is "larval stage"...
Why is it drug addicts and computer afficionados are both called users?
-Clifford Stoll

User avatar
Jesus
Member
Member
Posts: 6338
Joined: Mon Jul 10, 2000 1:00 am

#6

Post by Jesus » Tue Aug 12, 2008 1:55 pm

You guys are right. I have found a legit bug in my program. It seems as though when a player is a significantly higher level than the enemies, he can take more than one turn. I have to somehow program a better turn order. I know now to base turn order in tactical systems on order of agility rather than outnumbering the agility. Just fixed the algorithm. Once I make the game significantly longer, I will release another demo and have you guys bug test if you want.

Locked