Gothic II: Gold Classic

Gothic II: Gold Classic

Marvin Helper (advanced console)
 This topic has been pinned, so it's probably important
D36  [developer] Aug 11, 2022 @ 8:54am
Settings and new commands
Settings in Gothic.ini:
[UNION_MARVINHELPER] ExecuteStartupScript=0 ; executes commands from startup.console on first boot ActivateMarvinMode=0 ; activates marvin mode on first boot ConsoleKeepHistoryCase=1 ; preservation of the original case of characters when inserting a command using Insert ConsoleFreezePlayer=1 ; the player is blocked if and only if any console is open or freecam mode is enabled ConsoleShowHints=1 ; enables interactive prompts when entering commands ConsoleEditItemAmount=1 ; allows you to edit the number of items with the 'edit focus' command KeySelectionPrev=KEY_UP, MOUSE_WHEELUP KeySelectionNext=KEY_DOWN, MOUSE_WHEELDOWN ; keys to select an entry from the list of suggestions for auto-completion ; the '#' character in the string blocks the combination KeySelectionInsert=KEY_TAB, KEY_RIGHT, MOUSE_BUTTONLEFT ; key to paste the selected hint into the console KeyConsoleToggle=KEY_GRAVE, KEY_LSHIFT + KEY_F2 ; additional keys to open / close the console (do not require and do not enable marvin mode) KeyConsoleDeleteWord=KEY_LEFT, KEY_BACK + KEY_RCONTROL, KEY_BACK + KEY_LCONTROL ; keys to delete the last word from the console ChangeSelectionThrottleMs=50 ; delay in milliseconds between repeating tooltip selection keys ActivateParserExtenderExternals=1 ; zParserExtender external functions forced activation
Last edited by D36; Aug 23, 2023 @ 1:42pm
< >
Showing 1-1 of 1 comments
D36  [developer] Aug 11, 2022 @ 8:54am 
New commands:
show vars ; Shows the values ​​of script variables in real time ; show vars txt_guilds(2-4) tal_tempbonus(1) dia_xardas_hello hide vars ; Clears the list of displayed variables, you can specify specific entries to remove ; hide vars ; hide vars 4 1 2 set var ; Sets the value(s) of a variable ; set var dia_xardas_hello 0 ; set var txt_guilds(2-4) "Lolodin" StringVar "Urk" call ; Calls a regular script or external function once and displays the result ; call hlp_random 100 ; call npc_getnearestwp hero show call ; Calls a function every frame and displays its result (along with variables) ; show call hlp_readoptionfloat "Gothic" "SKY_OUTDOOR" "zRainWindScale" 0.44 ; show call npc_hasitems hero itmi_gold execute ; Executes console commands line by line from the \Console\*.console file ; don't use this command from inside .console files ; execute showmyvars save showlist ; Saves the list of displayed variables/functions as a .console file ; save showlist MyVars show cursor ; activates cursor display hide cursor ; deactivates cursor display decompile ; decompiles the specified function ; decompile ItFo_Apple print weapons ; prints out ranges of melee weapons goroute ; sends the specified NPC on a path to a specific waypoint ; goroute pc_hero taverne wp connect ; creates/destroys links between waypoints ; wp connect wp_001 wp_002 wp add ; creates a waypoint at the player's position ; wp add altar wp remove ; deletes the specified or closest waypoint to the player ; wp remove altar wp linking ; changes the `wp add` command to enable/disable auto-connection of new waypoints ; wp linking off fp add ; creates a freepoint at the player's position ; fp add fp_new fp-remove ; removes the specified or closest freepoint to the player ; fp remove fp_somenane wp move ; moves the specified waypoint to the player's position ; wp move bigfarm fp move ; moves the specified freepoint to the player's position ; fp move fp_001 show anictrl ; shows the player's active animations bound to the animation controller show low fps ; displays the percentage of time spent processing "slow" frames ; first parameter: relative deviation from the average fps, which will be considered a slowdown ; second parameter: diagnostic time in seconds ; show lowfps 0.75 15.0 fulldecompile ; decompiles all methods of the main parser into the \Console\ folder set option ; allows you to view/change options loaded from .ini files ; set option gothic game playLogoVideos 0 play audio3d ; allows you to play sound files ; uses focus or hero as source ; play audio3d dia_xardas_add_14_01.wav
< >
Showing 1-1 of 1 comments
Per page: 1530 50