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).
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)- 05:55, 28 April 2022 Slow talk contribs created page VN fnc artillery plane (Created page with "{{Function |v= 1.00 |author=Ethan Johnson |a= |e= |g1= artillery_functions |d= <pre>Spawns a plane with predetermined settings from the artillery module GUI.</pre> |s= []...")
- 22:08, 26 April 2022 Slow talk contribs created page VN fnc artillery score set (Created page with "{{Function |v= 1.00 |author= |a= |e= |g1= artillery_functions |d= <pre>Sets the score variable +/- the cost that is passed through to the function.</pre> |s= [_cost] call...")
- 22:06, 26 April 2022 Slow talk contribs created page VN fnc artillery transport (Created page with "{{Function |v= 1.00 |author=Ethan Johnson |a= |e= |g1= artillery_functions |d= <pre>Server side script for transport call from a player.</pre> |s= [_params, _start_pos,...")
- 22:05, 26 April 2022 Slow talk contribs created page VN fnc artillery resupply (Created page with "{{Function |v= 1.00 |author=Ethan Johnson |a= |e= |g1= artillery_functions |d= <pre>Server side script for resupply call from a player.</pre> |s= [_params, _start_pos, _e...")
- 22:02, 26 April 2022 Slow talk contribs created page VN fnc artillery radio (Created page with "{{Function |v= 1.00 |author=Ethan Johnson |a= |e= |g1= artillery_functions |d= <pre>Function to determine if the player has access to the artillery menu request.</pre> |s...")
- 21:59, 26 April 2022 Slow talk contribs created page VN fnc artillery server check (Created page with "{{Function |v= 1.00 |author=Ethan Johnson |a= |e= |g1= artillery_functions |d= <pre>Server side check for the artillery request, makes sure the request isn't in a safezone...")
- 21:55, 26 April 2022 Slow talk contribs created page VN fnc artillery message (Created page with "{{Function |v= 1.00 |author=Ethan Johnson |a= |e= |g1= artillery_functions |d= <pre>Artillery message function which plays a message in side chat for the player.</pre> |...")
- 21:38, 26 April 2022 Slow talk contribs created page VN fnc artillery init (Created page with "{{Function |v= 1.00 |author=Ethan Johnson |a= |e= |g1= artillery_functions |d= <pre>Init function for artillery module.</pre> |s= [] call VN_fnc_artillery_init; |x...")
- 21:32, 26 April 2022 Slow talk contribs created page VN fnc artillery bombard (Created page with "{{Function |v= 1.00 |author=Ethan Johnson |a= |e= |g1= artillery_functions |d= <pre>Main bombard function</pre> |s= [_start_pos,_end_pos,_unit,_params] call VN_fnc_arti...")
- 21:30, 26 April 2022 Slow talk contribs created page VN fnc tunnel aperture (Created page with "{{Function |v= 1.00 |author=Ethan Johnson |a= |e= |g1= tunnel_functions |d= <pre>Sets the aperture of the users view camera which makes tunnels darker in the day without a...")
- 21:29, 26 April 2022 Slow talk contribs created page VN fnc tunnel exit (Created page with "{{Function |v= 1.00 |author=Ethan Johnson |a= |e= |g1= tunnel_functions |d= <pre>Exits the player from the tunnel, if the player entered then they will be placed on their...")
- 21:27, 26 April 2022 Slow talk contribs created page VN fnc tunnel trigger (Created page with "{{Function |v= 1.00 |author=Ethan Johnson |a= |e= |g1= tunnel_functions |d= |s= [_position] call VN_fnc_tunnel_trigger; |p1n=_position |p1t=ARRAY |p1d=Position whic...")
- 21:26, 26 April 2022 Slow talk contribs created page VN fnc tunnel spawn units (Created page with "{{Function |v= 1.00 |author=Ethan Johnson |a= |e= |g1= tunnel_functions |d= <pre>Spawns units in a single group in the groupt of tunnels provided to the function.</pre>...")
- 21:22, 26 April 2022 Slow talk contribs created page VN fnc tunnel init actions (Created page with "{{Function |v= 1.00 |author=Ethan Johnson |a= |e= |g1= tunnel_functions |d= <pre>Client side actions function, includes action.</pre> |s= [_tunnel_trapdoor] call VN_fn...")
- 21:21, 26 April 2022 Slow talk contribs created page VN fnc tunnel spawn trap (Created page with "{{Function |v= 1.00 |author=Ethan Johnson |a= |e= |g1= tunnel_functions |d= <pre>Spawns a trap and explodes it to kill the player and anyone around them.</pre> |s= [_obje...")
- 21:17, 26 April 2022 Slow talk contribs created page VN fnc revive fix movement (Created page with "{{Function |v= 1.00 |author=Ethan Johnson |a= |e= |g1= advanced_revive_functions |d= <pre>Fixes the movement issues that occur with the incap animation system.</pre> |s=...")
- 21:10, 26 April 2022 Slow talk contribs created page VN fnc revive moving (Created page with "{{Function |v= 1.00 |author=Ethan Johnson |a= |e= |g1= advanced_revive_functions |d= <pre>Check function for checking that unit is not being moved/moving another unit.</pr...")
- 21:09, 26 April 2022 Slow talk contribs created page VN fnc revive incap (Created page with "{{Function |v= 1.00 |author=Ethan Johnson |a= |e= |g1= advanced_revive_functions |d= <pre>Checks if unit is incapacitated.</pre> |s= [_unit] call VN_fnc_revive_incap;...")
- 21:08, 26 April 2022 Slow talk contribs created page VN fnc revive detachunit local (Created page with "{{Function |v= 1.00 |author=Ethan Johnson |a= |e= |g1= advanced_revive_functions |d= <pre>Client version of the detachunit function, uncons the player & fixes their an...")
- 21:06, 26 April 2022 Slow talk contribs created page VN fnc revive detachunit (Created page with "{{Function |v= 1.00 |author=Ethan Johnson |a= |e= |g1= advanced_revive_functions |d= <pre>Takes unit and detaches any attached objects which are incapicated players / ai.<...")
- 21:04, 26 April 2022 Slow talk contribs created page VN fnc revive actions local (Created page with "{{Function |v= 1.00 |author=Ethan Johnson |a= |e= |g1= advanced_revive_functions |d= <pre>Local action function for downed units and AI.</pre> |s= [_unit,_remove,_ai] ca...")
- 21:02, 26 April 2022 Slow talk contribs created page VN fnc revive coreinit (Created page with "{{Function |v= 1.00 |author=Ethan Johnson |a= |e= |g1= advanced_revive_functions |d= <pre>The main advanced revive core loop.</pre> |s= [_unit] call VN_fnc_revive_corei...")
- 20:59, 26 April 2022 Slow talk contribs created page VN fnc drm setup client (Created page with "{{Function |v= 1.00 |author=Ethan Johnson |a= |e= |g1= dynamic_radio_music_functions |d= <pre>Sets up audio objects for backpack radio on clients when they join the server...")
- 20:58, 26 April 2022 Slow talk contribs created page VN fnc drm setup server (Created page with "{{Function |v= 1.00 |author=Ethan Johnson |a= |e= |g1= dynamic_radio_music_functions |d= <pre>Sets up the DRM channels on the server and sets all the audio clips that can...")
- 20:57, 26 April 2022 Slow talk contribs created page VN fnc drm usereventhandlers (Created page with "{{Function |v= 1.00 |author=Ethan Johnson |a= |e= |g1= dynamic_radio_music_functions |d= <pre>Adds eventhandlers for all the needed things for DRM.</pre> |s= [] call VN...")
- 20:56, 26 April 2022 Slow talk contribs created page VN fnc drm localuseractions (Created page with "{{Function |v= 1.00 |author=Ethan Johnson |a= |e= |g1= dynamic_radio_music_functions |d= <pre>Adds actions for the DRM system to the object.</pre> |s= [_object] call VN...")
- 20:55, 26 April 2022 Slow talk contribs created page VN fnc drm useractions (Created page with "{{Function |v= 1.00 |author=Ethan Johnson |a= |e= |g1= dynamic_radio_music_functions |d= <pre>Adds actions for the DRM system which the player interacts with.</pre> |s= [...")
- 20:54, 26 April 2022 Slow talk contribs created page VN fnc drm request audio (Created page with "{{Function |v= 1.00 |author=Ethan Johnson |a= |e= |g1= dynamic_radio_music_functions |d= |s= [_object,_channel] call VN_fnc_drm_request_audio; |p1n=_object |p1t=OBJ...")
- 20:53, 26 April 2022 Slow talk contribs created page VN fnc drm play clients (Created page with "{{Function |v= 1.00 |author=Ethan Johnson |a= |e= |g1= dynamic_radio_music_functions |d= <pre>Plays audio from an object for the client.</pre> |s= [_config, _time, _side]...")
- 20:51, 26 April 2022 Slow talk contribs created page VN fnc drm delete audio (Created page with "{{Function |v= 1.00 |author=Ethan Johnson |a= |e= |g1= dynamic_radio_music_functions |d= <pre>Stops object or player from playing audio.</pre> |s= [_object] call VN_fnc...")
- 20:48, 26 April 2022 Slow talk contribs created page VN fnc ambient audio loop (Created page with "{{Function |v= 1.00 |author=Ethan Johnson |a= |e= |g1= ambient_audio_functions |d= <pre>Creates and adds a loop to the internal BIS_fnc_loop which will check if any sounds...")
- 20:47, 26 April 2022 Slow talk contribs created page VN fnc module jukebox disable (Created page with "{{Function |v= 1.00 |author= |a= |e= |g1= master_functions |d= <pre>Disables the jukebox actions for the player</pre> |s= [_logic, _units, _activated] call VN_fnc_modul...")
- 20:45, 26 April 2022 Slow talk contribs created page VN fnc module site (Created page with "{{Function |v= 1.00 |author=Ethan Johnson |a= |e= |g1= master_functions |d= <pre>Internal BIS function for sites</pre> |s= [] call VN_fnc_module_site; |p1n= |p1t= |...")
- 20:44, 26 April 2022 Slow talk contribs created page VN fnc module water fall (Created page with "{{Function |v= 1.00 |author= |a= |e= |g1= master_functions |d= |s= [_logic, _units, _activated] call VN_fnc_module_water_fall; |p1n=_logic |p1t=OBJECT |p1d=Logic un...")
- 20:42, 26 April 2022 Slow talk contribs created page VN fnc module ambient audio (Created page with "{{Function |v= 1.00 |author=Ethan Johnson |a= |e= |g1= master_functions |d= |s= [] call VN_fnc_module_ambient_audio; |p1n=_logic |p1t=OBJECT |p1d=Logic unit |p1v=O...")
- 20:40, 26 April 2022 Slow talk contribs created page VN fnc module tunnel init (Created page with "{{Function |v= 1.00 |author=Ethan Johnson |a= |e= |g1= master_functions |d= <pre>Function initializes a tunnel.</pre> |s= [_logic, _units, _activated] call VN_fnc_modul...")
- 20:38, 26 April 2022 Slow talk contribs created page VN fnc initsituationalawareness (Created page with "{{Function |v= 1.00 |author=Ethan Johnson |a= |e= |g1= master_functions |d= <pre>Gathers compatible sounds from cfgsounds then plays them to simulate situational awareness...")
- 20:37, 26 April 2022 Slow talk contribs created page VN fnc initdynamicradiomusic (Created page with "{{Function |v= 1.00 |author=Ethan Johnson |a= |e= |g1= master_functions |d= <pre>Gathers compatible sounds from cfgsounds then plays them as audio from radios placed aroun...")
- 20:35, 26 April 2022 Slow talk contribs created page VN fnc bicycle 02 handle pedals (Created page with "{{Function |v= 1.00 |author=Reyhard, 3CB, modified for SGD by veteran29 |a= |e= |g1= functions |d= <pre>Handles animations of bicycle pedals.</pre> |s= [_vehicle, _engine...")
- 20:33, 26 April 2022 Slow talk contribs created page VN fnc bicycle handle pedals (Created page with "{{Function |v= 1.00 |author=Reyhard, 3CB, modified for SGD by veteran29 |a= |e= |g1= functions |d= <pre>Handles animations of bicycle pedals.</pre> |s= [_vehicle, _engine...")
- 20:30, 26 April 2022 Slow talk contribs created page VN fnc vn wheeled doors (Created page with "{{Function |v= 1.00 |author=Ethan Johnson |a= |e= |g1= functions |d= <pre>Closes all doors in the vehicle</pre> |s= [_wheeled_doors] call vn_fnc_vn_wheeled_doors; |p1n=_...")
- 20:25, 26 April 2022 Slow talk contribs created page VN fnc vn f4 fired gbu8 (Created page with "{{Function |v= 1.00 |author= |a= |e= |g1= functions |d= <pre>Applies random decal number to the vehicle</pre> |s= ["_vehicle"] call VN_fnc_vn_f4_decals_numbers; |p1n...")
- 20:21, 26 April 2022 Slow talk contribs created page VN fnc vn f4 optics gbu8 (Created page with "{{Function |v= 1.00 |author= |a= |e= |g1= functions |d= |s= ["_vehicle", "_target", "_lock", "_noLock"] call VN_fnc_vn_f4_optics_gbu8; |p1n=_vehicle |p1t=object |p1...")
- 20:15, 26 April 2022 Slow talk contribs created page VN fnc vn f4 cockpit (Created page with "{{Function |v= 1.00 |author= |a= |e= |g1= functions |d= <pre>Function is initialized on the getIn event for F4. Function is used to manage any kind of UI manipulation whil...")
- 20:12, 26 April 2022 Slow talk contribs created page VN fnc vn uh1 doors (Created page with "{{Function |v= 1.00 |author=Ethan Johnson |a= |e= |g1= functions |d= <pre>Closes UH1 doors</pre> |s= [heli] call VN_fnc_vn_uh1_doors; |p1n=_heli |p1t=OBJECT |p1d=Hel...")
- 20:11, 26 April 2022 Slow talk contribs created page VN fnc vn ah1g canopy (Created page with "{{Function |v= 1.00 |author=Ethan Johnson |a= |e= |g1= functions |d= <pre>Closes AH1G canopy doors</pre> |s= [heli] call VN_fnc_vn_ah1g_canopy; |p1n=_heli |p1t=OBJEC...")
- 20:08, 26 April 2022 Slow talk contribs created page VN fnc vn eject crewmember (Created page with "{{Function |v= 1.00 |author=Bravo Zero One development - John_Spartan |a= |e= |g1= functions |d= <pre>Ejects a single crewmember as part of the vn_ejection_2 script.</pre...")
- 20:03, 26 April 2022 Slow talk contribs created page VN fnc vn close doors on exit (Created page with "<page> <title>VN_fnc_vn_close_doors_on_exit</title> <revision> <timestamp>2019-09-16T12:47:00Z</timestamp> <contributor></contributor> <comment>Generated by LM_ex...")
- 18:30, 26 April 2022 Slow talk contribs created page VN fnc sa2 fired (Created page with "{{Function |v= 1.00 |author= Ethan Johnson |a= |e= |g1= weapon_functions |d= SA2 fired eventhandler function, does not use all parameters from the fired eventhandler |s=...")
- 11:55, 26 April 2022 Slow talk contribs created page User:Slow (Created page with "<mediawiki xml:lang="en"> <page> <title>VN_fnc_sa2_fired</title> <revision> <timestamp>2019-09-16T12:47:00Z</timestamp> <contributor></contributor> <comment>Gene...")