Bully-Board

Bully Modding Section => Mod Showroom => Topic started by: Grinch_ on August 23, 2022, 08:13:54 PM

Title: CLEORedux for Bully
Post by: Grinch_ on August 23, 2022, 08:13:54 PM
Hello there, CLEORedux is a scripting runtime for games like GTA III, VC, SA & a few others. If you've heard about CLEO for GTAs, it's the same thing. But instead of CS scripts, it uses JavaScript.

What does it do?
It allows you to write script mods without the hassle of compiling, decompiling, extracting IMG archives, etc. You can just write your script mods using JS and put them inside the CLEO folder and done. Moreover, it even supports reloading the scripts while the game is running!

At the moment, CLEORedux has support for Bully Scholarship Edition (v1.2) but only a few opcodes are available. It needs work documenting the opcodes. If you're interested in helping with documenting the opcodes check here (http://"https://library.sannybuilder.com/#/bully).

Check out more about CLEORedux here (http://"https://github.com/cleolibrary/CLEO-Redux)
An example mod for Bully, here (http://"https://github.com/user-grinch/CheatMenuBullySC)

Disclaimer: I'm not the author of CLEORedux. Credits & rights goes to Seeman (http://"https://github.com/x87).
Title: Re: CLEORedux for Bully
Post by: Altamurenza on August 25, 2022, 03:18:21 AM
It's nice to see CLEO Redux also available for Bully Scholarship Edition.

I personally not that familiar with JavaScript, but I can learn it by the time.
I wonder, does CLEO Redux have networking support?
I know that you are not the author, but you seem to be familiar with the tool.

PS: I've never been modding GTA in my life..
Title: Re: CLEORedux for Bully
Post by: Grinch_ on August 25, 2022, 07:55:06 PM
It's nice to see CLEO Redux also available for Bully Scholarship Edition.

I personally not that familiar with JavaScript, but I can learn it by the time.
I wonder, does CLEO Redux have networking support?
I know that you are not the author, but you seem to be familiar with the tool.

PS: I've never been modding GTA in my life..

No, CLEO Redux doesn't have such support. However it can be added through a C++ or Rust plugin.