News: Welcome back to Bullworth! If you haven't already, you will need to reset your password..


Author Topic: Why Bully doesn't have CLEO  (Read 1493 times)

0 Members and 1 Guest are viewing this topic.

Offline Ming

  • Full Member
  • ***
  • Posts: 154
  • Gender: Male
  • 抽刀斷水水更流,舉杯消愁愁更愁
    • View Profile
Why Bully doesn't have CLEO
« on: February 04, 2022, 12:14:37 AM »
GTA SA has it, why doesn't Bully

Offline SimonBestia

  • Full Member
  • ***
  • Posts: 293
  • Gender: Male
  • Bully-Board's Best Weeb
    • View Profile
    • Youtube Channel
Re: Why Bully doesn't have CLEO
« Reply #1 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:
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.

Offline Ming

  • Full Member
  • ***
  • Posts: 154
  • Gender: Male
  • 抽刀斷水水更流,舉杯消愁愁更愁
    • View Profile
Re: Why Bully doesn't have CLEO
« Reply #2 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

Offline Razc01na

  • Lord Slayer
  • Full Member
  • ***
  • Posts: 156
  • Gender: Male
  • Doom is life
    • View Profile
Re: Why Bully doesn't have CLEO
« Reply #3 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...

Offline Ming

  • Full Member
  • ***
  • Posts: 154
  • Gender: Male
  • 抽刀斷水水更流,舉杯消愁愁更愁
    • View Profile
Re: Why Bully doesn't have CLEO
« Reply #4 on: February 05, 2022, 09:12:18 PM »
I should study C++ first, I only know Lua😂

Offline Razc01na

  • Lord Slayer
  • Full Member
  • ***
  • Posts: 156
  • Gender: Male
  • Doom is life
    • View Profile
Re: Why Bully doesn't have CLEO
« Reply #5 on: February 06, 2022, 06:43:25 AM »
Some time ago, I found this website:
https://cplusplus.com/

Maybe it will help

Offline Ming

  • Full Member
  • ***
  • Posts: 154
  • Gender: Male
  • 抽刀斷水水更流,舉杯消愁愁更愁
    • View Profile
Re: Why Bully doesn't have CLEO
« Reply #6 on: February 10, 2022, 06:13:17 PM »
Some time ago, I found this website:
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😂

Offline RBS ID

  • Jr. Member
  • **
  • Posts: 67
  • Gender: Male
  • I don't know.
    • View Profile
    • This is website title.
Re: Why Bully doesn't have CLEO
« Reply #7 on: February 11, 2022, 08:03:42 AM »
Yeah, C languages (C, C++, C#) are difficult to understand & more complicated.