Lecode Tactical Battle System 0.77.2B

Pharonix

Shadow Walker
Veteran
Joined
Apr 22, 2012
Messages
764
Reaction score
357
First Language
English
Primarily Uses
RMMV
@Pharonix I figured as much, that sounds like it's going to add a lot of extra work for something that is essentially just a nice bit of graphical flair, so I think I'll leave it for now. Thanks so much for the code on the victory condition, would I need to put a victory condition before the battle processing event as well? For example, would I need to also put a Defeat All condition so that the battle ends if you do manage to defeat all the enemies rather than wait on an empty map for 5 turns, or does the troop event work without any other victory conditions?
That would be best add a defeat all condition.

The troop event would work no matter what. As long as you are in an LeTBS battle, then it will work.
 

onipunk

Archmage of Procrastination
Veteran
Joined
Jun 27, 2017
Messages
252
Reaction score
161
First Language
English
Primarily Uses
RMVXA
@Pharonix Cheers man, got it working perfectly now. Added in some dialogue before command input to make the player aware of the alternate victory condition too, since I don't want to mislead them by having them see the "Defeat All Enemies" text only to have the battle end in what might seem like a premature manner. Thanks so much for all the help, on behalf of myself and everyone else in the thread you've given advice to.
 

Pharonix

Shadow Walker
Veteran
Joined
Apr 22, 2012
Messages
764
Reaction score
357
First Language
English
Primarily Uses
RMMV
@Pharonix Cheers man, got it working perfectly now. Added in some dialogue before command input to make the player aware of the alternate victory condition too, since I don't want to mislead them by having them see the "Defeat All Enemies" text only to have the battle end in what might seem like a premature manner. Thanks so much for all the help, on behalf of myself and everyone else in the thread you've given advice to.
Haha, its really no problem. It actually helps me too.
 

Kupotepo

Fantasy realist/Advocatus Diaboli
Veteran
Joined
Jul 5, 2017
Messages
1,945
Reaction score
2,065
First Language
Thai
Primarily Uses
RMMV
@Lecode, You system is incredible and amazing. Thank you for sharing. I am able to download on your main website.

I want to tell you that LeTBS_0772B from this demo link is broken. When I extract the LeTBS_0772B file, the window says " No archives found."
"But I recommend getting this demo uploaded by Chaosicaa. Contains a full RPG Maker project with latest files and bugfixes."

 

Chaosicaa

Veteran
Veteran
Joined
Dec 22, 2016
Messages
95
Reaction score
122
First Language
French
Primarily Uses
@Kupotepo
Hello, that's very strange, I tried to download again to be sure and have no problem what's ever to extract for this link :
https://www.dropbox.com/s/du45ml08yybqulf/LeTBS_0772B.rar?dl=0

For me it works with winrar but ave you tried to open with 7-zip? (For this person on YouTube it worked with a similar problem on an other file)

If it still doesn't work for you I'll try to compress it an other way to send it to you by PM!

-------------------------------------------------------------------------

By the way, I made a system to configure a lot of LeTBS skills easily with an excel sheet!
Here is some screenshots of the system :

System.png

You just have to enter the good numbers and the system will generate Letbs code for the skill to work (It is intelligent enough to remove the last comma and ignore the things you do not need!)
For example if you do not set a minimal range (0) it will generate the data without the minimal range!

System2.png
That way, you will create skills way faster and reduce chances of typing something wrong!

The system is not completed for now, I want to add the scope restrictions inside it, and after that, an option for cooldowns and warmups and also an automatic description generation!

I also want to add some fail-safes to avoid user wrong input but I'll do that later!

If you find any bugs and/or have some suggestions for it to improve, please feel free to MP me : )

Here is the 0.1 version (OUTDATED):
https://www.dropbox.com/s/duppp42n9y81qzm/LetbsSkillVersion0.1.xlsx?dl=0

Here is the 0.2 version (OUTDATED):
https://www.dropbox.com/s/bb2ip7su2vdluz6/LetbsSkillVersion0.2.xlsx?dl=0

Here is the 0.3 version (OUTDATED)
https://www.dropbox.com/s/jk0f5gfpfkb0cq9/LetbsSkillVersion0.3.xlsx?dl=0

Here is the 0.4 version :
https://www.dropbox.com/s/80fo1u9lqcmrtkn/LetbsSkillVersion0.4.xlsx?dl=0
 
Last edited:

Kupotepo

Fantasy realist/Advocatus Diaboli
Veteran
Joined
Jul 5, 2017
Messages
1,945
Reaction score
2,065
First Language
Thai
Primarily Uses
RMMV
@Chaosicaa, thank you. It works in 7-zip and now I see your awesome work. I will play and learn more about lecode system before I write back ok. Have a good day Chaosicaa.
 

Chaosicaa

Veteran
Veteran
Joined
Dec 22, 2016
Messages
95
Reaction score
122
First Language
French
Primarily Uses
@Kupotepo Haha actually, it's @Lecode work, I just packed the demo! (really easy task)

By the way everyone, I am surprised, you actually liked the excel sheets system so I decided to upgrade it to the version 0.2!
What's new?

System1.png

You can see that now, scope_select: is supported!
Yanfly cooldowns and warmups are supported!
The path aoe has been added!
I set a lot of data validations in the system and hide the gears of it so you can't harm it easily (it won't let you erase some data for example)

System2.png

This is the automatically generated code of the first picture.

What's next?
Now I want to work on a system that generates the skill in-game description automatically with the data you entered and let you personalize it!
Actually this is just for skill personalization but I might do one for actors and enemies.

The system does not support custom AoE made by the generator and I do not want to work on it before LeTBS version 0.8 get out (the way LeTBS will handle this may change)
If you use this and find a bug, please tell me with a PM! :

Edit : I made the version 0.3, you can generate colors for your scope with a droplist like this (more than 500 color choices!) :
Sysys.png
Sysys2.png


Extra edit, now version 0.4 is out and you can partially customize skill descriptions like that :
0.4.png
It is really useful if you think about a layout and might make you use a lot of less time to set your skills.
With Letbs it is possible to set a skill damaging your enemies while healing your allies with the Aoe if you combine it with Hime elemental negation plugin :
http://himeworks.com/2015/12/elemental-negation/

With a formula like this one :
if (b.isEnemy()) {b.addState(STATE_ID);YOUR_DAMAGE_FORMULA} else {b.addState(STATE_ID);YOUR_HEAL_FORMULA}

Here is the link :
https://www.dropbox.com/s/80fo1u9lqcmrtkn/LetbsSkillVersion0.4.xlsx?dl=0
 
Last edited:

KingCrimson

Warper
Member
Joined
Jul 30, 2018
Messages
1
Reaction score
0
First Language
Portuguese
Primarily Uses
RMMV
Hello everyone. Is there any (new) documentation on this plugin? I ran into many problems modifying the new demo and I couldn't solve them all. The js error messages are also extremely vague. Thanks.
 

posfan12

Veteran
Veteran
Joined
Jun 4, 2014
Messages
59
Reaction score
3
First Language
English
Primarily Uses
RMMV
Does lecode have a blog? Keeping track of this entire thread is a bit hard.
 

Pharonix

Shadow Walker
Veteran
Joined
Apr 22, 2012
Messages
764
Reaction score
357
First Language
English
Primarily Uses
RMMV
On another note, does anyone know when .8 is available for download?
.8 should be soon.
Im not looking forward to the work i need to put in to make my game work.

I've so heavily modified the version Im using.
 

Jrrkein

Insert Witty Title Here
Veteran
Joined
Apr 20, 2014
Messages
171
Reaction score
40
First Language
Indonesia
Primarily Uses
RMMV

Jrrkein

Insert Witty Title Here
Veteran
Joined
Apr 20, 2014
Messages
171
Reaction score
40
First Language
Indonesia
Primarily Uses
RMMV
I realize I forgot to put a coma after }
 

Danielcross

Veteran
Veteran
Joined
Sep 27, 2017
Messages
100
Reaction score
10
First Language
English
Primarily Uses
RMMV
.8 should be soon.
Im not looking forward to the work i need to put in to make my game work.

I've so heavily modified the version Im using.
I have a bit of modification to the plugin myself. Should've noted where I made my changes since I might've forgotten by now... :/
 

Jrrkein

Insert Witty Title Here
Veteran
Joined
Apr 20, 2014
Messages
171
Reaction score
40
First Language
Indonesia
Primarily Uses
RMMV
Won't it hurt just to add few winning conditions:
  • Hold off until x turns
  • Weaken specific enemy to certain percentage.
 

Pharonix

Shadow Walker
Veteran
Joined
Apr 22, 2012
Messages
764
Reaction score
357
First Language
English
Primarily Uses
RMMV
Won't it hurt just to add few winning conditions:
  • Hold off until x turns
  • Weaken specific enemy to certain percentage.
Just use troop events for those
 

Users Who Are Viewing This Thread (Users: 2, Guests: 4)

Latest Threads

Latest Posts

Latest Profile Posts

Just beat the last of us 2 last night and starting jedi: fallen order right now, both use unreal engine & when I say i knew 80% of jedi's buttons right away because they were the same buttons as TLOU2 its ridiculous, even the same narrow hallway crawl and barely-made-it jump they do. Unreal Engine is just big budget RPG Maker the way they make games nearly identical at its core lol.
Can someone recommend some fun story-heavy RPGs to me? Coming up with good gameplay is a nightmare! I was thinking of making some gameplay platforming-based, but that doesn't work well in RPG form*. I also was thinking of removing battles, but that would be too much like OneShot. I don't even know how to make good puzzles!
one bad plugin combo later and one of my followers is moonwalking off the screen on his own... I didn't even more yet on the new map lol.
time for a new avatar :)

Forum statistics

Threads
106,015
Messages
1,018,351
Members
137,801
Latest member
topsan
Top