Fix errors in Carrier scenarios:
Move unload script within nasal tag block Fix misprint in UI descriptions
This commit is contained in:
parent
75e18f1b67
commit
1b9c87a04c
5 changed files with 6 additions and 6 deletions
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
Places 2 Nimitz-class Carriers in the environment -
|
Places 2 Nimitz-class Carriers in the environment -
|
||||||
|
|
||||||
USS Nimitz - in the Pacific Ocean off San Fransisco
|
USS Nimitz - in the Pacific Ocean off San Francisco
|
||||||
USS Eisenhower in the Mediterranean off Toulon
|
USS Eisenhower in the Mediterranean off Toulon
|
||||||
|
|
||||||
Notes:
|
Notes:
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
<description>
|
<description>
|
||||||
Sets up USS Vinson in an operating
|
Sets up USS Vinson in an operating
|
||||||
box 60nm west of San Fransisco.
|
box 60nm west of San Francisco.
|
||||||
|
|
||||||
Notes:
|
Notes:
|
||||||
USS Vinson is a highly detailed model, and may cause
|
USS Vinson is a highly detailed model, and may cause
|
||||||
|
|
|
@ -50,7 +50,7 @@
|
||||||
setprop("/controls/kuznetsov/turn-to-base-course", 1);
|
setprop("/controls/kuznetsov/turn-to-base-course", 1);
|
||||||
]]>
|
]]>
|
||||||
</load>
|
</load>
|
||||||
</nasal>
|
|
||||||
<unload>
|
<unload>
|
||||||
<![CDATA[
|
<![CDATA[
|
||||||
# clean up listeners
|
# clean up listeners
|
||||||
|
@ -59,6 +59,7 @@
|
||||||
removelistener(l_jbd2);
|
removelistener(l_jbd2);
|
||||||
]]>
|
]]>
|
||||||
</unload>
|
</unload>
|
||||||
|
</nasal>
|
||||||
<model>
|
<model>
|
||||||
<name>flols</name>
|
<name>flols</name>
|
||||||
<path>Models/Geometry/Nimitz/Models/flols.xml</path>
|
<path>Models/Geometry/Nimitz/Models/flols.xml</path>
|
||||||
|
|
|
@ -50,7 +50,6 @@
|
||||||
setprop("/controls/liaoning/turn-to-base-course", 1);
|
setprop("/controls/liaoning/turn-to-base-course", 1);
|
||||||
]]>
|
]]>
|
||||||
</load>
|
</load>
|
||||||
</nasal>
|
|
||||||
<unload>
|
<unload>
|
||||||
<![CDATA[
|
<![CDATA[
|
||||||
# clean up listeners
|
# clean up listeners
|
||||||
|
@ -59,6 +58,7 @@
|
||||||
removelistener(l_jbd2);
|
removelistener(l_jbd2);
|
||||||
]]>
|
]]>
|
||||||
</unload>
|
</unload>
|
||||||
|
</nasal>
|
||||||
<model>
|
<model>
|
||||||
<name>flols</name>
|
<name>flols</name>
|
||||||
<path>Models/Geometry/Nimitz/Models/flols.xml</path>
|
<path>Models/Geometry/Nimitz/Models/flols.xml</path>
|
||||||
|
|
|
@ -258,7 +258,6 @@ apart from most of the very excellent textures, remain. -->
|
||||||
|
|
||||||
]]>
|
]]>
|
||||||
</load>
|
</load>
|
||||||
</nasal>
|
|
||||||
|
|
||||||
<unload>
|
<unload>
|
||||||
<![CDATA[
|
<![CDATA[
|
||||||
|
@ -278,7 +277,7 @@ apart from most of the very excellent textures, remain. -->
|
||||||
|
|
||||||
]]>
|
]]>
|
||||||
</unload>
|
</unload>
|
||||||
|
</nasal>
|
||||||
|
|
||||||
<!--<model>
|
<!--<model>
|
||||||
<path>Models/Geometry/Nimitz/Crew/crew.xml</path>
|
<path>Models/Geometry/Nimitz/Crew/crew.xml</path>
|
||||||
|
|
Loading…
Add table
Reference in a new issue