Howto:Disable Nasal entirely: Difference between revisions

Jump to navigation Jump to search
No edit summary
Line 86: Line 86:
}}
}}


== fgfs.log ==
<pre>
view:3:$FG_SRC/Viewer/splash.cxx:445:Splash screen progress finishing-subsystems
nasal:5:$FG_SRC/Main/fg_init.cxx:912:Nasal support disabled:Initialization
general:3:$FG_SRC/Time/TimeManager.cxx:411:After TimeManager::setTimeOffset(): warp = 0
nasal:5:$FG_SRC/Network/HTTPClient.cxx:331:Nasal support disabled:package manager
instruments:3:$FG_SRC/Instrumentation/gps.cxx:377:GPS saw route-manager flight-plan replaced.
autopilot:3:$FG_SRC/Autopilot/route_mgr.cxx:780:route manager, current-wp is now -1
nasal:5:$FG_SRC/Input/FGKeyboardInput.cxx:118:Nasal support disabled:Keyboard bindings
ai:3:$FG_SRC/AIModel/AIManager.cxx:167:loading scenario 'nimitz_demo'
general:3:$FG_SRC/Main/fg_init.cxx:916:Subsystems postinit took:48
general:3:$FG_SRC/Main/fg_init.cxx:925:
</pre>
== Patch ==
== Patch ==
{{Note|The following patch only works during startup/initialization, i.e. set the boolean property
{{Note|The following patch only works during startup/initialization, i.e. set the boolean property
<code>/sim/startup/disable-nasal</code> via something like <code>--prop:/sim/startup/disable-nasal{{=}}1</code> and the initialization of the Nasal susbystem (FGNasalSys) will be disabled, as well as all calls to the system from other subsystems (GUI, Canvas, bindings, package manager etc)
<code>/sim/startup/disable-nasal</code> via something like <code>--prop:/sim/startup/disable-nasal{{=}}1</code> and the initialization of the Nasal susbystem (FGNasalSys) will be disabled, as well as all calls to the system from other subsystems (GUI, Canvas, bindings, package manager etc)

Navigation menu