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)- 22:46, 4 May 2022 Slow talk contribs created page Vn ms fnc respawn handleJIP (Created page with "{{Function |v= 1.00 |author=Wyqer, veteran29 |a= |e= |g1= respawn |d= <pre>Forces the player to respawn on JIP and over 60s gameplay time.</pre> |s= [] call vn_ms_fnc_r...")
- 22:45, 4 May 2022 Slow talk contribs created page Vn ms fnc respawn saveLoadout (Created page with "{{Function |v= 1.00 |author=Wyqer, veteran29 |a= |e= |g1= respawn |d= <pre>Saves respawn loadout and makes it persistent.</pre> |s= [_unit] call vn_ms_fnc_respawn_saveL...")
- 22:45, 4 May 2022 Slow talk contribs created page Vn ms fnc sfx playRadioConv (Created page with "{{Function |v= 1.00 |author=Wyqer, veteran29 |a= |e= |g1= sfx |d= <pre>Plays the given radio message via text and audio from the given entity.</pre> |s= [_text,_sound,_en...")
- 22:44, 4 May 2022 Slow talk contribs created page Vn ms fnc sfx radioHint (Created page with "{{Function |v= 1.00 |author=Wyqer, veteran29 |a= |e= |g1= sfx |d= <pre>Plays given radio hint to given group.</pre> |s= [_mission,_hint,_grp] call vn_ms_fnc_sfx_radioHi...")
- 22:42, 4 May 2022 Slow talk contribs created page Vn ms fnc sfx typeText (Created page with "{{Function |v= 1.00 |author=Wyqer, veteran29 |a= |e= |g1= sfx |d= <pre>Types a structured text on the screen, letter by letter. Parameter [_lines]: [_lines] -...")
- 22:40, 4 May 2022 Slow talk contribs created page Vn ms fnc sfx wakeUp (Created page with "{{Function |v= 1.00 |author=Wyqer, veteran29 |a= |e= |g1= sfx |d= <pre>Creates wakeup overlay effect.</pre> |s= [] call vn_ms_fnc_sfx_wakeUp; |p1n= |p1t= |p1d= |p1v=...")
- 22:39, 4 May 2022 Slow talk contribs created page Vn ms fnc spectator enableClient (Created page with "{{Function |v= 1.00 |author=Wyqer, veteran29 |a= |e= |g1= spectator |d= <pre>Enable specatator and move player to spectator group.</pre> |s= [_spectatorGroup] call vn_m...")
- 22:39, 4 May 2022 Slow talk contribs created page Vn ms fnc spectator enableServer (Created page with "{{Function |v= 1.00 |author=Wyqer, veteran29 |a= |e= |g1= spectator |d= <pre>Force target player into spectator.</pre> |s= [_player] call vn_ms_fnc_spectator_enableServ...")
- 22:37, 4 May 2022 Slow talk contribs created page Vn ms fnc tracker attackArea (Created page with "{{Function |v= 1.00 |author=yqer, veteran29 |a= |e= |g1= tracker |d= <pre>Spawn waves attacking area.</pre> |s= [_target,_spawn,_count,_delay,_condition,_ao,_side,_onSpaw...")
- 22:36, 4 May 2022 Slow talk contribs created page Vn ms fnc tracker getAOPlayers (Created page with "{{Function |v= 1.00 |author=Wyqer, veteran29 |a= |e= |g1= tracker |d= <pre>Gets players in a AO that are valid targets.</pre> |s= [_ao] call vn_ms_fnc_tracker_getAOPlay...")
- 22:33, 4 May 2022 Slow talk contribs created page Vn ms fnc tracker getHiddenPos (Created page with "{{Function |v= 1.00 |author=Wyqer, veteran29 |a= |e= |g1= tracker |d= <pre>Search for hidden postion around target position.</pre> |s= [_target,_minDistance] call vn_ms...")
- 22:32, 4 May 2022 Slow talk contribs created page Vn ms fnc tracker getSpiralPositions (Created page with "{{Function |v= 1.00 |author=Wyqer, veteran29 |a= |e= |g1= tracker |d= <pre>Get positions in spiral with given radius. Useful for patrols.</pre> |s= [_center,_radius,_step...")
- 22:31, 4 May 2022 Slow talk contribs created page Vn ms fnc tracker onPlayerFired (Created page with "{{Function |v= 1.00 |author=Wyqer, veteran29 |a= |e= |g1= tracker |d= <pre>Handles fired event to notify patrolling units etc.</pre> |s= [_unit,_weapon,_muzzle,_mode,_amm...")
- 22:21, 4 May 2022 Slow talk contribs created page Vn ms fnc tracker overlord getGroups (Created page with "{{Function |v= 1.00 |author=Wyqer, veteran29 |a= |e= |g1= tracker |d= <pre>Get groups array from Overlord FSM.</pre> |s= [_fsmId] call vn_ms_fnc_tracker_overlord_getGro...")
- 22:20, 4 May 2022 Slow talk contribs created page Vn ms fnc tracker overlord init (Created page with "{{Function |v= 1.00 |author=Wyqer, veteran29 |a= |e= |g1= tracker |d= <pre>Initializes overlord on an area.</pre> |s= [_ao,_enemySide,_runCondition,_alert] call vn_ms_f...")
- 22:19, 4 May 2022 Slow talk contribs created page Vn ms fnc tracker positionValid (Created page with "{{Function |v= 1.00 |author=Wyqer, veteran29 |a= |e= |g1= tracker |d= <pre>Checks if position is valid for AI group spawn.</pre> |s= [_ao,_position,_targets] call vn_ms...")
- 22:18, 4 May 2022 Slow talk contribs created page Vn ms fnc tracker positionVisible (Created page with "{{Function |v= 1.00 |author=Wyqer, veteran29 |a= |e= |g1= tracker |d= <pre>Checks if position is visible for any of unit in group.</pre> |s= [_targets,_position] call v...")
- 22:17, 4 May 2022 Slow talk contribs created page Vn ms fnc tracker preInit (Created page with "{{Function |v= 1.00 |author=Wyqer, veteran29 |a= |e= |g1= tracker |d= <pre>Tracker system preInit.</pre> |s= [] call vn_ms_fnc_tracker_preInit; |p1n= |p1t= |p1d= |p1...")
- 22:15, 4 May 2022 Slow talk contribs created page Vn ms fnc tracker receiveNoise (Created page with "{{Function |v= 1.00 |author=Wyqer, veteran29 |a= |e= |g1= tracker |d= <pre>Handle client generated noise.</pre> |s= [_shooter,_distance] call vn_ms_fnc_tracker_receiveN...")
- 22:10, 4 May 2022 Slow talk contribs created page Vn ms fnc tracker spawnGroup (Created page with "{{Function |v= 1.00 |author=Wyqer, veteran29 |a= |e= |g1= tracker |d= |s= [_localVariable] call vn_ms_fnc_tracker_spawnGroup; |p1n=_localVariable |p1t=DATATYPE |p1d...")
- 22:09, 4 May 2022 Slow talk contribs created page Vn ms fnc tracker tracksCreate (Created page with "{{Function |v= 1.00 |author=Wyqer, veteran29 |a= |e= |g1= tracker |d= <pre>Creates tracks marker on unit position.</pre> |s= [_unit] call vn_ms_fnc_tracker_tracksCreate...")
- 22:03, 4 May 2022 Slow talk contribs created page Vn ms fnc tracker tracksLoop (Created page with "{{Function |v= 1.00 |author=Wyqer, veteran29 |a= |e= |g1= tracker |d= <pre>Loop that monitors player speed and periodicaly leaves tracks on his position.</pre> |s= [] cal...")
- 22:02, 4 May 2022 Slow talk contribs created page Vn ms fnc waypoint artillery (Created page with "{{Function |v= 1.00 |author=Wyqer, veteran29 |a= |e= |g1= waypoint |d= <pre>Tells the group to fire artillery barrage on waypoint/position. Path (for scripted WP):...")
- 22:00, 4 May 2022 Slow talk contribs created page Vn ms fnc waypoint captureDriveOnPath (Created page with "{{Function |v= 1.00 |author=Wyqer, veteran29 |a= |e= |g1= waypoint |d= <pre>No description added yet.</pre> |s= [_localVariable] call vn_ms_fnc_waypoint_captureDriveOnP...")
- 22:00, 4 May 2022 Slow talk contribs created page Vn ms fnc tracker stalker airShoot (Created page with "{{Function |v= 1.00 |author=Wyqer, veteran29 |a= |e= |g1= tracker_stalker |d= <pre>Forces unit to shoot into the sky.</pre> |s= [_unit] call vn_ms_fnc_tracker_stalker_a...")
- 21:59, 4 May 2022 Slow talk contribs created page Vn ms module fnc tracker ao (Created page with "{{Function |v= 1.00 |author=Wyqer, veteran29 |a= |e= |g1= tracker |d= <pre>Tracker Area of Operations module intialization.</pre> |s= [_logic,_units,_activated] call vn...")
- 21:58, 4 May 2022 Slow talk contribs created page Vn ms module fnc tracker aoDynamicSimToggle (Created page with "{{Function |v= 1.00 |author=Wyqer, veteran29 |a= |e= |g1= tracker |d= <pre>Toggle dynamic simulation for EXISTING groups. Will not apply for groups spawned in future.</pre...")
- 21:57, 4 May 2022 Slow talk contribs created page Vn ms module fnc tracker aoGroups (Created page with "{{Function |v= 1.00 |author=Wyqer, veteran29 |a= |e= |g1= tracker |d= <pre>Get groups array from Overlord AO module.</pre> |s= [_logic] call vn_ms_module_fnc_tracker_ao...")
- 21:57, 4 May 2022 Slow talk contribs created page Vn ms module fnc tracker aoRemoveGroups (Created page with "{{Function |v= 1.00 |author=Wyqer, veteran29 |a= |e= |g1= tracker |d= <pre>Remove EXISTING groups managed by Tracker AO module.</pre> |s= [_logic] call vn_ms_module_fnc...")
- 21:55, 4 May 2022 Slow talk contribs created page Vn ms module fnc tracker fortification (Created page with "{{Function |v= 1.00 |author=Wyqer, veteran29 |a= |e= |g1= tracker |d= <pre>Tracker Fortification position module intialization.</pre> |s= [_logic] call vn_ms_module_fnc...")
- 21:54, 4 May 2022 Slow talk contribs created page Vn ms module fnc tracker reinforcements (Created page with "{{Function |v= 1.00 |author=Wyqer, veteran29 |a= |e= |g1= tracker |d= <pre>No description added yet.</pre> |s= [_logic,_units,_activated] call vn_ms_module_fnc_tracker_...")
- 21:52, 4 May 2022 Slow talk contribs created page Vn ms module fnc randomSite executorInit (Created page with "{{Function |v= 1.00 |author=Wyqer, veteran29 |a= |e= |g1= RandomSite |d= <pre>Executes user code from editor on objects synced to executor module.</pre> |s= [_logic] call...")
- 21:38, 4 May 2022 Slow talk contribs created page Vn ms module fnc randomSite selectorInit (Created page with "{{Function |v= 1.00 |author=Wyqer, veteran29 |a= |e= |g1= RandomSite |d= <pre>Selects random sites liked to selector module.</pre> |s= [_logic] call vn_ms_module_fnc_ra...")
- 21:36, 4 May 2022 Slow talk contribs created page Vn ms module fnc randomSite siteDelete (Created page with "{{Function |v= 1.00 |author=Wyqer, veteran29 |a= |e= |g1= RandomSite |d= <pre>Deletes site module and it's associated objects.</pre> |s= [_logic] call vn_ms_module_fnc_...")
- 21:35, 4 May 2022 Slow talk contribs created page Vn ms module fnc randomSite siteInit (Created page with "{{Function |v= 1.00 |author=Wyqer, veteran29 |a= |e= |g1= RandomSite |d= <pre>Initializes site module.</pre> |s= [_logic] call vn_ms_module_fnc_randomSite_siteInit;...")
- 21:34, 4 May 2022 Slow talk contribs created page Vn ms module fnc vehicleRespawn add (Created page with "{{Function |v= 1.00 |author=Wyqer, veteran29 |a= |e= |g1= VehicleRespawn |d= <pre>Adds vehicle to VN Vehicle respawn system.</pre> |s= [_vehicle,_respawnDelay,_abandonDis...")
- 21:33, 4 May 2022 Slow talk contribs created page Vn ms module fnc vehicleRespawn init (Created page with "{{Function |v= 1.00 |author=Wyqer, veteran29 |a= |e= |g1= VehicleRespawn |d= |s= [_logic] call vn_ms_module_fnc_vehicleRespawn_init; |p1n=_logic |p1t=OBJECT |p1d=Veh...")
- 21:29, 4 May 2022 Slow talk contribs created page Vn ms module fnc vehicleRespawn isAbandoned (Created page with "{{Function |v= 1.00 |author=Wyqer, veteran29 |a= |e= |g1= VehicleRespawn |d= <pre>Checks if vehicle is abandoned.</pre> |s= [_vehicle,_distance,_immobilized] call vn_ms...")
- 21:29, 4 May 2022 Slow talk contribs created page Vn ms module fnc vehicleRespawn loop (Created page with "{{Function |v= 1.00 |author=Wyqer, veteran29 |a= |e= |g1= VehicleRespawn |d= <pre>Starts vehicle respawn loop.</pre> |s= [] call vn_ms_module_fnc_vehicleRespawn_loop;...")
- 21:28, 4 May 2022 Slow talk contribs created page Vn ms module fnc vehicleRespawn notify (Created page with "{{Function |v= 1.00 |author=Wyqer, veteran29 |a= |e= |g1= VehicleRespawn |d= <pre>Notifies about vehicle respawn.</pre> |s= [_vehicle] call vn_ms_module_fnc_vehicleResp...")
- 21:18, 4 May 2022 Slow talk contribs created page Vn ms module fnc vehicleRespawn remove (Created page with "{{Function |v= 1.00 |author=Wyqer, veteran29 |a= |e= |g1= VehicleRespawn |d= <pre>Removes vehicle from VN Vehicle respawn system.</pre> |s= [_vehicle] call vn_ms_module...")
- 21:17, 4 May 2022 Slow talk contribs created page Vn ms module fnc vehicleRespawn replaceWreck (Created page with "{{Function |v= 1.00 |author=Wyqer, veteran29 |a= |e= |g1= VehicleRespawn |d= <pre>Replace wreck as new object to prevent issues with BIS respawn.</pre> |s= [_vehicle] cal...")
- 21:17, 4 May 2022 Slow talk contribs created page Vn ms module fnc vehicleRespawn respawn (Created page with "{{Function |v= 1.00 |author=Wyqer, veteran29 |a= |e= |g1= VehicleRespawn |d= <pre>Respawns given vehicle.</pre> |s= [_vehicle,_initCode] call vn_ms_module_fnc_vehicleRe...")
- 21:16, 4 May 2022 Slow talk contribs created page VN fnc getRevision (Created page with "{{Function |v= 1.00 |author=Pieter De Stickere <[email protected]> |a= |e= |g1= GUI |d= <pre>Set the revision number on screen.</pre> |s= [_control] call VN_fn...")
- 21:14, 4 May 2022 Slow talk contribs created page VN fnc initDisplay (Created page with "{{Function |v= 1.00 |author=Pieter De Stickere <[email protected]> |a= |e= |g1= GUI |d= <pre>Unknown.</pre> |s= [_data,_class] call VN_fnc_initDisplay; |p1n...")
- 21:11, 4 May 2022 Slow talk contribs created page VN fnc numberToBase (Created page with "{{Function |v= 1.00 |author=Heyoxe |a= |e= |g1= mainFunctions |d= <pre>Converts a number from one base to another</pre> |s= [_number,_base] call VN_fnc_numberToBase;...")
- 21:08, 4 May 2022 Slow talk contribs created page VN fnc rgba100toHex (Created page with "{{Function |v= 1.00 |author=Heyoxe |a= |e= |g1= mainFunctions |d= <pre>Converts an RGBA color to Hex</pre> |s= [_r,_g,_b,_a] call VN_fnc_rgba100toHex; |p1n=_r |p1t=N...")
- 21:05, 4 May 2022 Slow talk contribs created page VN fnc UI UpdateImg (Created page with "{{Function |v= 1.00 |author=Dscha |a= |e= |g1= mainFunctions |d= <pre>Exchange the image of a control, if the Cursor enters or leaves the Area. Image paths are stored in...")
- 21:02, 4 May 2022 Slow talk contribs created page VN fnc UI checkFontSize (Created page with "{{Function |v= 1.00 |author=Dscha |a= |e= |g1= mainFunctions |d= <pre>-decreasing fontsize (sizeEx) for 1-line TextCtrls, to fit in the width of the given ctrl. -updates t...")
- 20:57, 4 May 2022 Slow talk contribs created page VN fnc getDLC (Created page with "{{Function |v= 1.00 |author=Heyoxe |a= |e= |g1= mainFunctions |d= <pre>Gets the modDir and mod classname from an item.</pre> |s= [_config] call VN_fnc_getDLC; |p1n=_...")