Jump to content

Recommended Posts

Quick glance shows the following:

  • to modify the amount of a resource the correct syntax is
@RESOURCE[name]
{
	@amount = <newamount>
	@maxAmount = <newmax>
}
  • Inconsistency between :FOR[KerbobulusSpaceProgram] and :FOR[Kerbobulus Space Program] - won't actually prevent anything here from working but it's best to stick with just one - and without spaces is easier since they need to be replaced by the wildcard ? to work properly in MM.
  • In @PART[XOrionPodX|XOrionPodXbb31|//OrionDockingPort3a49capXx|OrionDockingPortXx|//OrionDockingPortXWSTANDARDDOCKPORT|XOrionLES]:FOR[Kerbobulus Space Program] the // marks the start of a comment and causes the rest of the line to be ignored
  • @PART[xparachuteRadial2x/xparachuteRadialx] should use a vertical bar (|) not a slash (/) - also missing a closing brace (}). It could also be simplified using wildcard to @PART[xparachuteRadial*] (assuming there's only those two radial parachutes).
Edited by Aelfhe1m
fixed final point for incorrect use of single character wildcard
Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...