New Update Errors
-
Hello, after the recent update (r3605) I'm getting compiler errors all the time. I am using a sligthly modified BO2 reimagined just fine but now it gives me errors and different ones at that. The errors are about _local_variable hash or smth like that.What happened?
-
@P00DL3W0Lf_GR some code line that would look something like
"while ( getdvarint( _hash_B0C0D38F ) )"
You have to rewrite this line now probably(adding an actual # should solve it) and thats a something I saw in reimagined codeThe update part "support for preprocessor directives" did this
-
Ok but for each different map it gives me a different hash and even on different scripts alltogether. I'll see what I can do
-
Contact the mod author and ask them to update their. In our defence, we have begun updating the gsc-tool (the GSC compiler embedded in plutonium) last year and this change was forthcoming since then. Unfortunately, T6 has been plagued by old barely functional GSC compilers and when we fix these issues with a new compiler that works, old scripts written for these broken old compilers can break.
-
Ok, thanks for the clarifications
-
The hash strings require the hashtag to be used
#
-
So I just put it like that: getdvarint( #_hash_2ECA0C0E )?
-
@P00DL3W0Lf_GR getDvarInt( #"2ECA0C0E" ) like this
-
OK I'll try it and see if it works
-
hi, i tried but dont work you get a new error with # syntax any updates about this? i see nobody talking about that thank's