No, the key field must contain a ID of a text, for example "Unit/Name/MarineAlternativeName". A field below must contain an actual text. The behavior will work only if both fields are filled correctly.
Banks r stored individually anyways, if it gets broken that person cant get into someone elses bank. there is no need to try to link banks to handles unless you want to make a unique line of data in the bank.
Linking banks to handles is necessary to provide even a minimum bank security. If your banks are not linked to handles, one person can hack your bank, publish it and everyone on the Internet will be able to use it with a minimal effort.
I'm looking for a Escort model (the Escort was a Protoss air unit from alpha) or alternatively for a Corsair model.
I know there already are Corsair models, I managed to find two, one on SC2Mapster and one on Battle.net, unfortunately both were made in 2010 and have poor quality.
Galaxy Obfuscator is a simple program that can obfuscate your script, making it unreadable by humans. I does not change how the script works.
Galaxy Obfuscator will:
Remove all comments and unnecessary whitespaces
Replace all identifiers (variable names, functions) with random sequences of l (lowercase L) and I (uppercase i)
Obfuscates all integers and strings
Galaxy Obfuscator has GUI and works in a fully automated fashion. After selecting a map you want to obfuscate, it will create in the same directory a file named <YourMapName>Obfuscated.SC2Map. You can also run it from the command prompt, with your map name as the argument.
The program will change only the "MapScript.galaxy" and "Triggers" files in the map. It will not obfuscate any libraries nor dependencies you may be using.
Note that an obfuscated map file will crash the editor if you try to open the triggers in it.
There is an example of Galaxy Obfuscator in action (it is the obfuscated Hello World script):
0
@Mugen245: Go
Variable - Set x = (Real((Value of Units Marine DeathTime for player Any Player)))
The function is called Catalog Field Value Get.
0
I've entered Unit/Name/Marine to the key field and it works (changes the name of affected units to "Marine").
0
No, the key field must contain a ID of a text, for example "Unit/Name/MarineAlternativeName". A field below must contain an actual text. The behavior will work only if both fields are filled correctly.
0
Less Than
..Count Unit Interceptor Queued or Better at Unit
..Sum
....8
....Multiplication
......Count Upgrade More Interceptors Completed
......2
This requirement will cap the number of Interceptors to 8 + (2 * level of upgrade More Interceptors).
0
It will be so easy only for non-obfuscated maps. If a map is obfuscated, the third (and even the second) step may be very hard.
0
Linking banks to handles is necessary to provide even a minimum bank security. If your banks are not linked to handles, one person can hack your bank, publish it and everyone on the Internet will be able to use it with a minimal effort.
0
I'm looking for a Escort model (the Escort was a Protoss air unit from alpha) or alternatively for a Corsair model.
I know there already are Corsair models, I managed to find two, one on SC2Mapster and one on Battle.net, unfortunately both were made in 2010 and have poor quality.
More info:
Escort: http://starcraft.wikia.com/wiki/Escort
Corsair: http://starcraft.wikia.com/wiki/Corsair
A unit I'm planning to use this model for will be small and used similarly to Interceptor, so the model doesn't need to have a high polycount.
0
Link: www.sc2mapster.com/assets/galaxy-obfuscator/
Galaxy Obfuscator is a simple program that can obfuscate your script, making it unreadable by humans. I does not change how the script works.
Galaxy Obfuscator will:
Galaxy Obfuscator has GUI and works in a fully automated fashion. After selecting a map you want to obfuscate, it will create in the same directory a file named <YourMapName>Obfuscated.SC2Map. You can also run it from the command prompt, with your map name as the argument.
The program will change only the "MapScript.galaxy" and "Triggers" files in the map. It will not obfuscate any libraries nor dependencies you may be using.
Note that an obfuscated map file will crash the editor if you try to open the triggers in it.
There is an example of Galaxy Obfuscator in action (it is the obfuscated Hello World script):