Bully-Board

Bully Modding Section => Modding Questions/Help => Topic started by: Ming on February 04, 2022, 12:14:37 AM

Title: Why Bully doesn't have CLEO
Post by: Ming on February 04, 2022, 12:14:37 AM
GTA SA has it, why doesn't Bully
Title: Re: Why Bully doesn't have CLEO
Post by: SimonBestia on February 04, 2022, 03:46:22 AM
What is that even supposed to mean?
GTA is GTA. Bully is Bully.

According to the GTAMods Wiki (https://gtamods.com/wiki/CLEO):
Quote
Extra opcodes
CLEO adds a lot of useful opcodes making possible file management, game memory handling, calling exe functions, playing audio files and much more. New opcodes were added in the fourth version to work with audio streams, to format strings, to display custom texts on screen without using external text files (.fxt, .gxt).
Quote
The main feature of CLEO is that it allows running custom scripts (commonly a single file with the extension .cs) without starting a new game.

We can already do most of this.
Title: Re: Why Bully doesn't have CLEO
Post by: Ming on February 05, 2022, 10:29:35 AM
I mean GTA modding is more powerful than Bully,CLEO is better than Lua.

How we can use something more powerful than Lua, just like CLEO
Title: Re: Why Bully doesn't have CLEO
Post by: Razc01na on February 05, 2022, 12:35:47 PM
Maybe with the use of an asi mod (like silent patch). I know someone else has made a mod in this manner to implement proper widescreen support for the game.

I know these are loaded by dinput8.dll, but I have no clue how to create one myself... You have to program in C/C++ though...
Title: Re: Why Bully doesn't have CLEO
Post by: Ming on February 05, 2022, 09:12:18 PM
I should study C++ first, I only know Lua😂
Title: Re: Why Bully doesn't have CLEO
Post by: Razc01na on February 06, 2022, 06:43:25 AM
Some time ago, I found this website:
https://cplusplus.com/ (https://cplusplus.com/)

Maybe it will help
Title: Re: Why Bully doesn't have CLEO
Post by: Ming on February 10, 2022, 06:13:17 PM
Some time ago, I found this website:
https://cplusplus.com/ (https://cplusplus.com/)

Maybe it will help
Good
C++ is difficult then Lua, they are similar but Lua is much simpler, I often forget to write include or int or something😂
Title: Re: Why Bully doesn't have CLEO
Post by: RBS ID on February 11, 2022, 08:03:42 AM
Yeah, C languages (C, C++, C#) are difficult to understand & more complicated.