All public logs

Jump to navigation Jump to search

Combined display of all available logs of Savage Game Design Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)
  • 01:58, 5 May 2022 Slow talk contribs created page VN fnc melee action handgun (Created page with "{{Function |v= 1.00 |author=Kerc/IFA3 & Ethan Johnson |a= |e= |g1= vn_melee_functions |d= <pre>Called when the player passes a melee action check, runs the melee code, han...")
  • 01:56, 5 May 2022 Slow talk contribs created page VN fnc melee drainstamina (Created page with "{{Function |v= 1.00 |author=Kerc/IFA3 & Ethan Johnson |a= |e= |g1= vn_melee_functions |d= <pre>Drain players stamina when doing a melee action.</pre> |s= [_player] call [...")
  • 01:55, 5 May 2022 Slow talk contribs created page VN fnc melee init (Created page with "{{Function |v= 1.00 |author= Kerc/IFA3 & Ethan Johnson |a= |e= |g1= vn_melee_functions |d= <pre>Setup mission variables and sound config variables.</pre> |s= [] call VN...")
  • 01:54, 5 May 2022 Slow talk contribs created page VN fnc melee offset (Created page with "{{Function |v= 1.00 |author=Kerc/IFA3 & Ethan Johnson |a= |e= |g1= vn_melee_functions |d= <pre>Get position offset from selection.</pre> |s= [_selection,_offset,_player,_...")
  • 01:51, 5 May 2022 Slow talk contribs created page VN fnc melee onload (Created page with "{{Function |v= 1.00 |author=Kerc/IFA3 & Ethan Johnson |a= |e= |g1= vn_melee_functions |d= <pre>Setup keyhandlers and variables used in the melee action function(s) Add un...")
  • 01:49, 5 May 2022 Slow talk contribs created page VN fnc melee onunload (Created page with "{{Function |v= 1.00 |author=Kerc/IFA3 |a= |e= |g1= vn_melee_functions |d= <pre>Remove keyhandlers and remove variables saved.</pre> |s= [_display] call VN_fnc_melee_onu...")
  • 01:48, 5 May 2022 Slow talk contribs created page VN fnc end script (Created page with "{{Function |v= 1.00 |author=Ethan Johnson |a= |e= |g1= vn_end_functions |d= <pre>Internal script used by the ending ui to play effects on screen, has no use outside of thi...")
  • 01:42, 5 May 2022 Slow talk contribs created page VN fnc endMission (Created page with "{{Function |v= 1.00 |author=Ethan Johnson |a= |e= |g1= vn_end_functions |d= <pre>End mission with either a fade to black or a cinematic outro.</pre> |s= [_endName,_win,_f...")
  • 01:35, 5 May 2022 Slow talk contribs created page VN fnc endMissionServer (Created page with "{{Function |v= 1.00 |author=Ethan Johnson |a= |e= |g1= vn_end_functions |d= <pre>Ends mission for all clients on multiplayer server.</pre> |s= [] call VN_fnc_endMission...")
  • 01:32, 5 May 2022 Slow talk contribs created page VN fnc credits (Created page with "{{Function |v= 1.00 |author=Ethan Johnson |a= |e= |g1= vn_end_functions |d= <pre>Plays credits scene over game display.</pre> |s= [_continued_text,_end_code] call VN_fn...")
  • 01:30, 5 May 2022 Slow talk contribs created page VN fnc music (Created page with "{{Function |v= 1.00 |author=Ethan Johnson |a= |e= |g1= vn_music_functions |d= <pre>Main function for the vehicle music system.</pre> |s= [] call VN_fnc_music; |p1n=_...")
  • 01:28, 5 May 2022 Slow talk contribs created page VN fnc music play (Created page with "{{Function |v= 1.00 |author=Ethan Johnson |a= |e= |g1= vn_music_functions |d= <pre>say3D's the given audio from the given object, this function is made to be remote execut...")
  • 01:27, 5 May 2022 Slow talk contribs created page VN fnc music stop (Created page with "{{Function |v= 1.00 |author=Ethan Johnson |a= |e= |g1= vn_music_functions |d= <pre>Stops audio from playing from the vehicle.</pre> |s= [_vehicle] call VN_fnc_music_sto...")
  • 01:25, 5 May 2022 Slow talk contribs created page VN fnc bomb blu82 (Created page with "{{Function |v= 1.00 |author=Ethan Johnson |a= |e= |g1= vn_bomb_functions |d= <pre>Spawns bomb and either attaches a parachute or spawns a parachute to attach.</pre> |s= [...")
  • 01:20, 5 May 2022 Slow talk contribs created page VN fnc vehicle boat horn reload (Created page with "{{Function |v= 1.00 |author=Dscha |a= |e= |g1= vn_vehicles_functions |d= <pre>"Restocks" the "ammo" for the "horn"-weapon back to 2. triggered via Eventhandler ["fired"]</...")
  • 01:19, 5 May 2022 Slow talk contribs created page VN fnc vehicle emergency flare (Created page with "{{Function |v= 1.00 |author=Ethan Johnson |a= |e= |g1= vn_vehicles_functions |d= <pre>Fire emergency flare into the air from a vehicle.</pre> |s= [_vehicle,_flare_offset,...")
  • 01:16, 5 May 2022 Slow talk contribs created page VN fnc vehicle tail number (Created page with "{{Function |v= 1.00 |author=Ethan Johnson |a= |e= |g1= vn_vehicles_functions |d= <pre>Adds random tail numbers to object and selections.</pre> |s= [] call VN_fnc_vehicl...")
  • 01:13, 5 May 2022 Slow talk contribs created page VN fnc empty click (Created page with "{{Function |v= 1.00 |author=Ethan Johnson |a= |e= |g1= vn_weapons_functions |d= <pre>Checks if weapon ammo is empty, plays an empty sound if it is.</pre> |s= [] call VN...")
  • 01:12, 5 May 2022 Slow talk contribs created page VN fnc bolt click (Created page with "{{Function |v= 1.00 |author=Ethan Johnson |a= |e= |g1= vn_weapons_functions |d= <pre>Bolt action audio player.</pre> |s= [] call VN_fnc_bolt_click; |p1n=_unit |p1t=O...")
  • 01:11, 5 May 2022 Slow talk contribs created page VN fnc m72law (Created page with "{{Function |v= 1.00 |author=Ethan Johnson |a= |e= |g1= vn_weapons_functions |d= <pre>M72 LAW fired eventhandler function. Will wait until the player attempts to reload or...")
  • 01:07, 5 May 2022 Slow talk contribs created page VN fnc bolt fired (Created page with "{{Function |v= 1.00 |author=Ethan Johnson |a= |e= |g1= vn_weapons_functions |d= <pre>Function called when a weapon is fired, plays an animation and plays a sound.</pre> |...")
  • 01:05, 5 May 2022 Slow talk contribs created page VN fnc onArsenalOpened (Created page with "{{Function |v= 1.00 |author=veteran29 |a= |e= |g1= vn_weapons_functions |d= <pre>Handle arsenal display open.</pre> |s= [_ctrl] call VN_fnc_onArsenalOpened; |p1n=_ct...")
  • 01:04, 5 May 2022 Slow talk contribs created page VN fnc fruit destruct (Created page with "{{Function |v= 1.00 |author=Asaayu |a= |e= |g1= vn_orange_functions |d= <pre>Play random hit sound. Sound can be customized by providing file path in 2nd parameter.</pre>...")
  • 00:59, 5 May 2022 Slow talk contribs created page VN fnc set aperture based on light level (Created page with "{{Function |v= 1.00 |author=Callum Spawforth |a= |e= |g1= vn_aperture_functions |d= <pre>Sets the player's aperture to enable night fighting on Cam Lao Nam, without the ne...")
  • 00:57, 5 May 2022 Slow talk contribs created page VN fnc init (Created page with "{{Function |v= 1.00 |author=veteran29 |a= |e= |g1= versioning |d= <pre>Initialize versioning system.</pre> |s= [] call VN_fnc_init; |p1n= |p1t= |p1d= |p1v= |p2n= |p...")
  • 00:56, 5 May 2022 Slow talk contribs created page Vn ms fnc debug menu (Created page with "{{Function |v= 1.00 |author=Wyqer, veteran29 |a= |e= |g1= debug |d= <pre>Initialize debug functionalities in pause menu</pre> |s= [] call vn_ms_fnc_debug_menu; |p1n=...")
  • 00:52, 5 May 2022 Slow talk contribs created page Vn ms fnc debug (Created page with "{{Function |v= 1.00 |author=Wyqer, veteran29 |a= |e= |g1= debug |d= <pre>Enables debug for campaign.</pre> |s= [] call vn_ms_fnc_debug; |p1n= |p1t= |p1d= |p1v= |p2...")
  • 00:48, 5 May 2022 Slow talk contribs created page Vn ms fnc dgbt crateStart (Created page with "{{Function |v= 1.00 |author=Wyqer, veteran29 |a= |e= |g1= dgbt |d= <pre>Starts the crate transport DGBT pickup phase with given parameters.</pre> |s= [_grp,_pos,_parentTa...")
  • 00:46, 5 May 2022 Slow talk contribs created page Vn ms fnc dgbt createLocateMarker (Created page with "{{Function |v= 1.00 |author=Wyqer, veteran29 |a= |e= |g1= dgbt |d= <pre>Creates an area marker around given position.</pre> |s= [_pos,_markerName] call vn_ms_fnc_dgbt_c...")
  • 00:43, 5 May 2022 Slow talk contribs created page Vn ms fnc dgbt generateTaskId (Created page with "{{Function |v= 1.00 |author=Wyqer, veteran29 |a= |e= |g1= dgbt |d= <pre>Generates task ID.</pre> |s= [_parentTask] call vn_ms_fnc_dgbt_generateTaskId; |p1n=_parentT...")
  • 00:41, 5 May 2022 Slow talk contribs created page Vn ms fnc dgbt squadBoard (Created page with "{{Function |v= 1.00 |author=Wyqer, veteran29 |a= |e= |g1= dgbt |d= <pre>Let the squad from current DGBT board the helicopter.</pre> |s= [_grp,_squadGrp,_heli,_parentTask]...")
  • 00:39, 5 May 2022 Slow talk contribs created page Vn ms fnc dgbt squadStart (Created page with "{{Function |v= 1.00 |author=Wyqer, veteran29 |a= |e= |g1= dgbt |d= <pre>Starts the squad transport DGBT pickup phase with given parameters.</pre> |s= [_grp,_pos,_parentTa...")
  • 00:37, 5 May 2022 Slow talk contribs created page Vn ms fnc gui onLoad RscDisplaySOGWatch (Created page with "{{Function |v= 1.00 |author=Wyqer, veteran29 |a= |e= |g1= gui |d= <pre>Initialize RscDisplaySOGWatch.</pre> |s= [_display] call [[vn_ms_fnc_gui_onLoad_RscDisplaySOGWatch]...")
  • 00:36, 5 May 2022 Slow talk contribs created page Vn ms fnc addArsenalAction (Created page with "{{Function |v= 1.00 |author=Wyqer, veteran29 |a= |e= |g1= general |d= <pre>Adds arsenal action to given object, if VN arsenal is enabled.</pre> |s= [_crate] call vn_ms_...")
  • 00:34, 5 May 2022 Slow talk contribs created page Vn ms fnc addMissingRadio (Created page with "{{Function |v= 1.00 |author=Wyqer, veteran29 |a= |e= |g1= general |d= <pre>Adds a default radio to the player, if he doesn't have a default, TFAR or ACRE radio equipped.</...")
  • 00:33, 5 May 2022 Slow talk contribs created page Vn ms fnc addRopeAttachEH (Created page with "{{Function |v= 1.00 |author=Wyqer, veteran29 |a= |e= |g1= general |d= <pre>Adds event handler to given object to ensure same locality for slingloaded cargo.</pre> |s= [_o...")
  • 00:31, 5 May 2022 Slow talk contribs created page Vn ms fnc aiHeliTransport (Created page with "{{Function |v= 1.00 |author=Wyqer, veteran29 |a= |e= |g1= general |d= |s= [] call vn_ms_fnc_aiHeliTransport; |p1n=_group |p1t=GROUP |p1d= |p1v=grpNull |p2n=_vehicl...")
  • 00:24, 5 May 2022 Slow talk contribs created page Vn ms fnc aiHeliTransportAddAction (Created page with "{{Function |v= 1.00 |author=Wyqer, veteran29 |a= |e= |g1= general |d= <pre>Add skip AI insertion travel hold action.</pre> |s= [_vehicle] call vn_ms_fnc_aiHeliTransport...")
  • 00:16, 5 May 2022 Slow talk contribs created page Vn ms fnc aiHeliTransportSkip (Created page with "{{Function |v= 1.00 |author=Wyqer, veteran29 |a= |e= |g1= general |d= <pre>Skip AI insertion travel.</pre> |s= [_group,_delay] call vn_ms_fnc_aiHeliTransportSkip; |p...")
  • 00:13, 5 May 2022 Slow talk contribs created page Vn ms fnc aiSetSkill (Created page with "{{Function |v= 1.00 |author=Wyqer, veteran29, Spoffy |a= |e= |g1= general |d= <pre>Configure unit skills. These are tuned for infantry jungle-fighting, and may not work as...")
  • 00:10, 5 May 2022 Slow talk contribs created page Vn ms fnc aoTeleport (Created page with "{{Function |v= 1.00 |author=Wyqer, veteran29 |a= |e= |g1= general |d= <pre>Teleports given unit to given position.</pre> |s= [_pos,_radius,_heliClass] call vn_ms_fnc_ao...")
  • 00:07, 5 May 2022 Slow talk contribs created page Vn ms fnc deleteWaypoints (Created page with "{{Function |v= 1.00 |author=Wyqer, veteran29 |a= |e= |g1= general |d= <pre>Remove all current group waypoints and reset their pathing.</pre> |s= [_group] call vn_ms_fnc...")
  • 00:01, 5 May 2022 Slow talk contribs created page Vn ms fnc driveOnEditorPath (Created page with "{{Function |v= 1.00 |author=Wyqer, veteran29 |a= |e= |g1= general |d= <pre>Order vehicle to follow the path created from objects placed in specified editor layer. Vehicle...")
  • 23:59, 4 May 2022 Slow talk contribs created page Vn ms fnc dropOrdnance (Created page with "{{Function |v= 1.00 |author=Wyqer, veteran29 |a= |e= |g1= general |d= <pre>Drop ordnance from vehicle position.</pre> |s= [_vehicle,_ordnances,_amount] call vn_ms_fnc_d...")
  • 23:39, 4 May 2022 Slow talk contribs created page Vn ms fnc enableSOGTraits (Created page with "{{Function |v= 1.00 |author=Wyqer, veteran29 |a= |e= |g1= general |d= <pre>Initialize SOG traits for player.</pre> |s= [] call vn_ms_fnc_enableSOGTraits; |p1n= |p1t=...")
  • 23:38, 4 May 2022 Slow talk contribs created page Vn ms fnc forceCampaignFace (Created page with "{{Function |v= 1.00 |author=Wyqer, veteran29 |a= |e= |g1= general |d= <pre>Forces the desired face to the player unit for the campaign.</pre> |s= [] call vn_ms_fnc_forc...")
  • 23:37, 4 May 2022 Slow talk contribs created page Vn ms fnc hasItems (Created page with "{{Function |v= 1.00 |author=Wyqer, veteran29 |a= |e= |g1= general |d= <pre>Checks if given units have at least one of each given item in their inventory.</pre> |s= [_unit...")
  • 23:23, 4 May 2022 Slow talk contribs created page Vn ms fnc cacheLayer (Created page with "{{Function |v= 1.00 |author=Wyqer, veteran29 |a= |e= |g1= general |d= <pre>Toggle caching of editor layer.</pre> |s= [] call vn_ms_fnc_cacheLayer; |p1n=_layer |p1t=S...")
  • 23:21, 4 May 2022 Slow talk contribs created page Vn ms fnc casAirstrike (Created page with "{{Function |v= 1.00 |author=Wyqer, veteran29 |a= |e= |g1= general |d= <pre>Spawn CAS plane to bomb target position. The plane starts at marker "vn_cas_start" and despawns...")
  • 23:18, 4 May 2022 Slow talk contribs created page Vn ms fnc createFlare (Created page with "{{Function |v= 1.00 |author=Wyqer, veteran29 |a= |e= |g1= general |d= <pre>Create ilumination flare on given position.</pre> |s= [_size] call vn_ms_fnc_createFlare;...")
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)