Perhaps someone can help me out here:
I'd like to use some of Captain Bazza's ships in a scenario, but i tseems they can only placed in the route editing mode - not in the scenario editing mode. Is there any way to get around that?
Can't place Captain Bazza's ships in scenarios?
Moderator: Moderators
- Kromaatikse
- For Quality & Playability
- Posts: 2733
- Joined: Fri Jun 12, 2009 5:39 pm
- Location: Helsinki
Re: Can't place Captain Bazza's ships in scenarios?
You need to edit the blueprint for the object and turn on the ValidInScenarios flag. If you get the blueprint into XML form, look near the bottom for this:
And turn it to this:
There might be another way to do it; I don't know.
Code: Select all
<ValidInScenarios d:type="cDeltaString">eFalse</ValidInScenarios>Code: Select all
<ValidInScenarios d:type="cDeltaString">eTrue</ValidInScenarios>The key to knowledge is not to rely on others to teach you it.
Re: Can't place Captain Bazza's ships in scenarios?
It worked!
Many thanks!
Many thanks!