Adds new character/experience levels, as well as rebalances perks and adds new perk ranks. Designed to be only a small gameplay modification.

Post tutorial Report RSS Modding Lionheart: a quick beginner guide

Beginnings can be hard. A quick beginner guide to Lionheart modding.

Posted by on - Basic Client Side Coding

Modding Lionheart: Legacy of the Crusader

Lionheart is quite moddable. To start meddling with it you just need to use WinRAR or WinZIP (or any suitable archive tool) and unpack data.dat file in your Lionheart directory.

To test your mod, you need to unpack contents of data.dat to your main game directory so it looks like:
Lionheart\data\Resources\Rules
Lionheart\data\Resources\Perks*
etc. (Lionheart = your main game folder where you have Lionheart.exe)
you can move data.dat file elsewhere so the game loads /data folder not data.dat file

You can look at files of one of Lionheart mods to see how it's done.

You can rename "Rules" folder (in Resources directory) to whatever you wish, the game should load it anyway. Just keep it a 5-letter name, so you can name it RLZmd or RLSmd, ModRL etc.

Scion of Lionheart has "NRles" folder as a replacement of "Rules" folder. Note: having two Rules folders under different names in Lionheart\data\Resources folder causes the game to crash.

And now for the Perks folder.

*Perks folder is a little tricky. It isn't loaded by the game if you just put it in Lionheart\data\Resources.

Here's how the Scion of Lionheart solves this problem:
1) create a copy of Lionheart.exe
2) edit Lionheart.exe with Notepad or other text editor
3) find "Resources|Perks" fragment and replace it with e.g. "Resources|NwPrk"
<- any directory name and any text you modify in the EXE file must have the same amount of letters (otherwise you may break the exe file)

"Perks" folder must be renamed to "NwPrk" or anything else that has 5 letters in order to make it work. The game doesn't load "Perks" folder normally, it seems your only option is to modify/hack Lionheart .exe file to have it work with data.dat file.

Because you can have only
1) entire /data folder instead of data.dat file <- but it makes impossible to diffuse such a big folder (as a mod) to players (alternatively you would make installation process more complex and you would have to ask players to unpack data.dat file each time they'd like to install a mod):
data.dat unpacked to /data folder
data.dat file removed
2) data.dat file and /data folder with for example Rules folder (works) and e.g. renamed Perks folder described above, it's small & can be easily distributed to the community:
data.dat file left
data\Resources\Rules & Perks renamed folders (and other folders if you get them to work)

Velocity Engine

Lionheart runs on Velocity Engine, little additional info about this engine is available on the web, but there's still something:
Rpgplanet.com

Post comment Comments
fredamora
fredamora - - 38 comments

How do we know if a certain folder that we'd like to modify wouldn't be loaded by the game if exe is not yet tweaked? If it has "Resources|thisfolder" in the .exe? Or Perks folder just happened to be a special case?

Reply Good karma Bad karma+2 votes
feillyne Author
feillyne - - 5,816 comments

You need to check every folder.

Also, the problem is that not all folders are clearly defined in the .exe file, some are missing. Perks folder was there so it could be "redirected".

Reply Good karma+2 votes
fredamora
fredamora - - 38 comments

Oh, ok thanks. I've successfully made perks of my own as well. I'll try traits next. I've yet to find enemy speed, sadly.

Reply Good karma Bad karma+2 votes
wfebou1998
wfebou1998 - - 1 comments

Howd did you make a perk file? If you could just email me the steps... wfebou1998@gmail.com

Reply Good karma Bad karma+1 vote
Rylenn
Rylenn - - 3 comments

Thanks a lot for the tutorial! It really clarifies things, even for someone who has never modded before. Time to try!

Reply Good karma Bad karma+2 votes
Guest
Guest - - 689,257 comments

i have windows 8 and im trying to mod for the first time. anyone know how to do it in windows 8?

Reply Good karma Bad karma+1 vote
Guest
Guest - - 689,257 comments

Feillyne can you please explain to me how to edit the lionheart.exe without breaking it? If I use notepad and just save, it won't work afterwards. It says is not compatible with windows. Thanks!

Reply Good karma Bad karma+1 vote
feillyne Author
feillyne - - 5,816 comments

It has to have the same number of characters. So you can only replace words not add any new stuff, and only if you end up with the same amount of characters.

For example
Resources|Perks
Resources|NPrks
Resources|MdPrk
Resources|NewPerks <- breaks the file
Resources|ModPerks <- breaks the file

Reply Good karma+1 vote
Cyclo_Lock
Cyclo_Lock - - 1 comments

I don't understand, I can't get it to work, everytime I edit the exe file like you said it becomes unusable.
SO...maybe I'm doing it wrong..I open a new notepad file and then drag the exe file in it, then I change "Resources|Perks" to "Resources|NPrks" ... I save the file and then it becomes unusable. Am I doing something wrong? Do I need another text editor? Is there any other way to open the exe file in a text editor? I simply don't get it.

Reply Good karma Bad karma+1 vote
Guest
Guest - - 689,257 comments

This comment is currently awaiting admin approval, join now to view.

Guest
Guest - - 689,257 comments

This comment is currently awaiting admin approval, join now to view.

Post a comment

Your comment will be anonymous unless you join the community. Or sign in with your social account: