Bully-Board
Bully Modding Section => Modding Questions/Help => Modding Questions/Help Archives => Topic started by: MightyZeus on June 16, 2012, 01:39:35 PM
-
Is there a way to mod bully without using the Hex Editor? And if there is, is it difficult?
-
Yes, there are various files in the config folder to tweak the game according to your preference and change pedestrian behavior using Notepad, but don't expect to be able to change fighting styles or anything really interesting with it.
-
Thanks. I have two questions. 1) How difficult is the Hex Editor to use? 2) Are there any modding tools like fable explorer, or something like that?
-
Hex Editing can be frustrating because you have to keep the file at the same file size, meaning you cannot add your own bytes, you must amend existing ones, and there aren't many powerful tools for modding Bully, but is 'Bully File Editor' by MadmaN which allows you to edit non-hex files in a Office Excel kind of way...
-
Thanks for your help.
-
Yes...most, if not all mods can be done through lua scripting...but to do this requires programming language knowledge...and that's something very, very few modders have.
-
I actually will be releasing some tutorials on how to edit and compile bully lua scripts for which I will release a couple source scripts and a generic script framework so people can start messing with some custom scripts.
Keep in mind two things:
1. LUA is a very easy language to learn if you apply yourself and keep trying no matter how many times you fail at it.
2. LUA modding is only as hard as you make it for yourself and if you convince yourself that you will learn it or die trying....you will succeed rather well and just might surprise yourself.
-
Check out Outasight's tutorial, he explains how to do it eith Img Tools, I haven't used Lua yer ut if Madman says, then it's true. (Looks like he is the best modder and Im just a beginner)