Blockland Forums > Modification Help
RTB Development
Space Guy:
--- Quote from: Ephialtes on June 27, 2010, 07:40:19 AM ---
* Incorrectly zipped files (mac users)
--- End quote ---
A common one seems to be people selecting the entire folder for "Send to Zip File" (on Windows) instead of its contents, so you end up with what Blockland reads as a nested Add-On inside another folder.
-Jetz-:
Will it do anything about function names matching others on RtB when it isn't in a package? Or functions that overwrite default blockland or RtB functions?
Red_Guy:
--- Quote from: -Jetz- on June 27, 2010, 02:52:58 PM ---Will it do anything about function names matching others on RtB when it isn't in a package? Or functions that overwrite default blockland or RtB functions?
--- End quote ---
Thats a hard one to check -- because it could be intentional.
MegaScientifical:
--- Quote from: Red_Guy on June 27, 2010, 03:07:31 PM ---Thats a hard one to check -- because it could be intentional.
--- End quote ---
Including mods to JVS. And when they package over functions.
Mishka:
--- Quote from: -Jetz- on June 27, 2010, 02:52:58 PM ---Will it do anything about function names matching others on RtB when it isn't in a package? Or functions that overwrite default blockland or RtB functions?
--- End quote ---
Conflicts would be easy to check, check for package/parent, and just display it. If someone forgets up a default function it's probably obvious. Generally nobody who can script something that needs to modify functions is stupid enough to forget it up.