Bully-Board
Bully Modding Section => Modding Questions/Help => Topic started by: Ming on February 04, 2022, 12:14:37 AM
-
GTA SA has it, why doesn't Bully
-
What is that even supposed to mean?
GTA is GTA. Bully is Bully.
According to the GTAMods Wiki (https://gtamods.com/wiki/CLEO):
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).
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.
-
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
-
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...
-
I should study C++ first, I only know Lua😂
-
Some time ago, I found this website:
https://cplusplus.com/ (https://cplusplus.com/)
Maybe it will help
-
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😂
-
Yeah, C languages (C, C++, C#) are difficult to understand & more complicated.