Jump to content
    1. Welcome to GTAForums!

    1. GTANet.com

    1. GTA Online

      1. Los Santos Drug Wars
      2. Updates
      3. Find Lobbies & Players
      4. Guides & Strategies
      5. Vehicles
      6. Content Creator
      7. Help & Support
    2. Red Dead Online

      1. Blood Money
      2. Frontier Pursuits
      3. Find Lobbies & Outlaws
      4. Help & Support
    3. Crews

    1. Grand Theft Auto Series

      1. Bugs*
      2. St. Andrews Cathedral
    2. GTA VI

    3. GTA V

      1. Guides & Strategies
      2. Help & Support
    4. GTA IV

      1. The Lost and Damned
      2. The Ballad of Gay Tony
      3. Guides & Strategies
      4. Help & Support
    5. GTA San Andreas

      1. Classic GTA SA
      2. Guides & Strategies
      3. Help & Support
    6. GTA Vice City

      1. Classic GTA VC
      2. Guides & Strategies
      3. Help & Support
    7. GTA III

      1. Classic GTA III
      2. Guides & Strategies
      3. Help & Support
    8. Portable Games

      1. GTA Chinatown Wars
      2. GTA Vice City Stories
      3. GTA Liberty City Stories
    9. Top-Down Games

      1. GTA Advance
      2. GTA 2
      3. GTA
    1. Red Dead Redemption 2

      1. PC
      2. Help & Support
    2. Red Dead Redemption

    1. GTA Mods

      1. GTA V
      2. GTA IV
      3. GTA III, VC & SA
      4. Tutorials
    2. Red Dead Mods

      1. Documentation
    3. Mod Showroom

      1. Scripts & Plugins
      2. Maps
      3. Total Conversions
      4. Vehicles
      5. Textures
      6. Characters
      7. Tools
      8. Other
      9. Workshop
    4. Featured Mods

      1. Design Your Own Mission
      2. OpenIV
      3. GTA: Underground
      4. GTA: Liberty City
      5. GTA: State of Liberty
    1. Rockstar Games

    2. Rockstar Collectors

    1. Off-Topic

      1. General Chat
      2. Gaming
      3. Technology
      4. Movies & TV
      5. Music
      6. Sports
      7. Vehicles
    2. Expression

      1. Graphics / Visual Arts
      2. GFX Requests & Tutorials
      3. Writers' Discussion
      4. Debates & Discussion
    1. Announcements

    2. Support

    3. Suggestions

Need a Sanny Builder scripter


Alexalmo
 Share

Recommended Posts

Hello, guys. I need someone who knows about scripting with Sanny Builder to fix a CLEO mod. Let me tell you, this is by far one of the weirdest cases about CLEO modding I have ever seen.

 

So, the mod is called "Cantina Mod". This turns the Ten Green Bottles bar in Ganton into a biker bar, with some freeways in the entrance, a punk kicking the Sprunk machine (and blocking it so the player can't get a drink to refill his health bar, genius), the Truth burning some Cannabis... etc. It's a cool mod and everything, but it has a problem:

 

The creator who did this, he though it would be such an amazing idea to put a f*cking Balla painting a tag in a wall outside the bar. You can't kill the Balla (he loses health but doesn't move) and you can't paint the tag. Not a big deal, actually, but adding a tag to the game gives a trouble, since it doesn't just add a simple tag model, but actually a REAL TAG.

You know what that means? It is added to the 100 tags in LS... EVERY TIME YOU PASS BY THE BAR.

So, you pass by the bar, it spawns a tag, and instead of 100 tags, the game recognizes 101. You save and load, pass again and now there are 102 tags in LS. After a while it acumulates 130 tags or more, making it impossible to complete without trainers.

WTF was that guy thinking? The worst part is that I checked the script on Sanny Builder and he made the memory of the game to F***ING SAVE it... so the tags never get deleted.

As you can imagine, this causes the data to get overloaded, and provoques the game to randomly crash, ruining the whole experience.

 

So, I tried to delete the balla and the tag myself, and found this:

1.- Sanny doesn't allow me to open the .cs file. I had to mark the "Ignore unknown" on the console.

2.- If you manage to open the file with Sanny Builder and then try to compile it WITHOUT touching anything, it says there is an error with the conditions, so you can't save the changes and compile them to the final .cs file.

That keeps me wondering, how the f*** did the guy manage to create a file, if the script is wrongly made? I just don't get it, it has no goddamn sense.

 

 

So what I need is someone who can fix the problem with the conditions (that IF - ELSE stuff) and delete the freaking tag spawner. I don't really care about the Balla actor. He's annoying and causes the families to get hostile and shoots him, but I can stand it. Just remove the damn tag so it stops overloading the data, creating extra tags and crashing the game.

 

Here is the link to the mod. There are two files in the cleo folder (ignore the other folders), one named C_cantina_v2 and C_cantina_v2[2]. The problem is in the fist file, the one without the [2].

 

http://www.mediafire.com/download/zups5tu0m747jz2/Cleo+Cantina+v2+-+MARINO.rar

Edited by Alexalmo
Link to comment
Share on other sites

How about not using a mod, if you don't like the way the author made it ?

 

I wish you good luck finding a modder to do this for you, after seeing you calling the author (a fellow modder) retarded.

No respected modder will change someone elses mod for you, just because you don't like the content.

bS8xA.png
Link to comment
Share on other sites

you need to find the opcode he used as you probably know there are a lot of opcodes used and some are added it doesnt mean it dont exist it mean you need to use the exact opcode he used you can do this by reading the opcodes list at sanny builder and avoid using cleo 3 you wont find the code with that.

default cleo script - no external opcodes used just the default found in script of gta engine

 

special cleo script - uses external opcodes found on cleo library wich are loaded on the script of gta

an example of the last are the scripts and plugins made by ryosuke and his script cannot be decompiled and only ryosuke knows the exact external opcode he used.

i hope this help you to clear some doubts

Link to comment
Share on other sites

How about not using a mod, if you don't like the way the author made it ?

 

I wish you good luck finding a modder to do this for you, after seeing you calling the author (a fellow modder) retarded.

No respected modder will change someone elses mod for you, just because you don't like the content.

Yeah, you're right, sorry, I just lost my nerves over it and wasn't thinking correctly. My bad ^^'

I do like the mod, I just got mad over the damn tag that gets added to the otehr 100 every time I pass by the bar, and can't be painted.

 

 

you need to find the opcode he used as you probably know there are a lot of opcodes used and some are added it doesnt mean it dont exist it mean you need to use the exact opcode he used you can do this by reading the opcodes list at sanny builder and avoid using cleo 3 you wont find the code with that.

default cleo script - no external opcodes used just the default found in script of gta engine

 

special cleo script - uses external opcodes found on cleo library wich are loaded on the script of gta

an example of the last are the scripts and plugins made by ryosuke and his script cannot be decompiled and only ryosuke knows the exact external opcode he used.

i hope this help you to clear some doubts

Well, like I said, I managed to solve that problem by setting the Sanny to ignore unknown opcodes, the problem is about the conditions. It says they aren't correct, like the IF doesn't match with the ELSE_JUMP and stuff like that.

 

Anyways I managed to fix the issue myself. I had to delete everything related to the balla actor and the tag and change settings to ignore conditions. Now the mod works smoothly.

Thanks for your help anyway, Tabris.

 

And Patrick, sorry again for my behaviour before.

 

 

Admins, you can delete this thread now if you want to.

Edited by Alexalmo
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • 1 User Currently Viewing
    0 members, 0 Anonymous, 1 Guest

×
×
  • Create New...

Important Information

By using GTAForums.com, you agree to our Terms of Use and Privacy Policy.