Blockland Forums > Modification Help
RTB Development
Space Guy:
--- Quote from: Wedge on June 30, 2010, 01:10:11 PM ---Would you add a few checks in for maps too? Off the top of my head te biggest issue is people not defining a shore texture so they get white water around shorelines but I can probably think of a few others.
--- End quote ---
Another that turns up a lot seems to be various textures set as ".", and maybe for textures on all mods generally a different error for 'file named with an extension' as currently iconName = "./icon_blah.png registers as not found.
Ephialtes:
--- Quote from: Space Guy on June 30, 2010, 01:28:28 PM ---and maybe for textures on all mods generally a different error for 'file named with an extension' as currently iconName = "./icon_blah.png registers as not found.
--- End quote ---
That's a good one - it'd miss that currently.
--- Quote from: Wedge on June 30, 2010, 01:10:11 PM ---Would you add a few checks in for maps too? Off the top of my head te biggest issue is people not defining a shore texture so they get white water around shorelines but I can probably think of a few others.
--- End quote ---
Yeah, the new one has a list of required variables for certain object types.
MegaScientifical:
You are checking for for/while scripts to make sure none do anything potentially deadly. Of course, only the most obvious ones, but...
Ephialtes:
--- Quote from: MegaScientifical on June 30, 2010, 02:18:49 PM ---You are checking for for/while scripts to make sure none do anything potentially deadly.
--- End quote ---
No
MegaScientifical:
--- Quote from: Ephialtes on June 30, 2010, 02:27:54 PM ---No
--- End quote ---
Hmm. Someday, when the planets align, you should list most/all of the main checks it does?