KRAk5n Posted June 16, 2019 Share Posted June 16, 2019 Hey, i recently built a script from scratch in SannyBuilder. Saved it to my cleo folder in gta:sa and compiled it. However, i can't find it in my folder! I can see the file only when i am trying to search for files to "Open" in Sanny Builder. https://imgur.com/TrMK5bS Proofhttps://imgur.com/CYgdUMK Link to comment Share on other sites More sharing options...
ZAZ Posted June 17, 2019 Share Posted June 17, 2019 (edited) In case if you run the function "compile" only, then sanny creates a main.scm by default, but with custom name, to be exact: <scriptname>.scm in same folder where the source text is stored If the source text contain Externscripts, sanny creates <scriptname>.scm and script.img in same folder where the source text is stored ( <scriptname> depends to the setting of sannybuilder option: Tools > Options > Formats > section Compilation) In case if you run the function "compile+copy", then sanny creates <scriptname>.scm by default in same folder where the source text is stored and main.scm inside of GTASA\data\script folder If the source text contain Externscripts, sanny creates <scriptname>.scm and script.img in same folder where the source text is stored and main.scm and script.img inside of GTASA\data\script folder ( GTASA\data\script folder depends to the setting of sannybuilder option: Tools > Options > General > section GTA SA Directory) Create a cleo script requires to put the CLEO DIRECTIVE at script beginn of script source: Read Tutorial {$CLEO .cs} In case if you run the function "compile" only, then sanny creates a script.cs if it is a cleo script, but with custom name, to be exact: <scriptname>.cs in same folder where the source text is stored In case if you run the function "compile+copy", then sanny creates <scriptname>.cs if it is a cleo script, in same folder where the source text is stored and <scriptname>.cs inside of GTASA\cleo folder ( GTASA\cleo folder depends to the setting of sannybuilder option: Tools > Options > General > section GTA SA Directory) Edited June 17, 2019 by ZAZ CLEO MODS CLEO Script Tutorial Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now