All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Soldat2 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)- 06:06, 5 December 2023 RetiredSnail talk contribs created page RetiredSnail/WM (Created page with "== WM == Listed here are only differences to WM-20231112. === General === - Respawn: 1.0s + 0.5s x players - FoV: 5.3 === FlakCannon === autoFire = 0; bulletsInShot = 1; fireIntervalSecs = 0.450f; camShake = 0.0f; sprayPercent = 0.0f; clipCount = 7; muzzleVelocity = 1.8f; reloadSecs = 3.5f; binkSecs = 0.0f; bulletKickBack = 0.0f; bulletForce = 300f; bulletFlagForce = 50f; bulletDamage = 0.4f; FlakCannon has no ex...")
- 06:45, 17 November 2023 RetiredSnail talk contribs created page Runmode (Created page with "'''Runmode''' is a community made Speedrunning mode where the goal is to finish a route by passing all checkpoints as quickly as possible. In runmode you can't shoot and have no weapons and you can suicide by pressing ''reload key''. On a runmode server by using the chat command <code>!top</code> you can show the top 12 players of the current map. <code>!pb</code> will show your personal best for the current map. If you have admin permissions or are the only player o...")
- 19:20, 15 November 2023 RetiredSnail talk contribs created page User talk:RetiredSnail (Created page with "== Runmode == All things concerning the Runmode. === Wish list === * Various checkpoint types that have certain special effects when passed such as disabling jets or making the gostek faster etc. === Bugs ===")
- 04:38, 18 August 2023 RetiredSnail talk contribs created page File:AimLab v0.86.zip
- 04:38, 18 August 2023 RetiredSnail talk contribs uploaded File:AimLab v0.86.zip
- 04:59, 30 July 2023 RetiredSnail talk contribs created page File:AimLab v0.80.zip (AimLab version 0.80)
- 04:59, 30 July 2023 RetiredSnail talk contribs uploaded File:AimLab v0.80.zip (AimLab version 0.80)
- 08:14, 28 July 2023 RetiredSnail talk contribs created page AimLab (created AimLab page)
- 09:40, 24 July 2023 Furai talk contribs changed group membership for RetiredSnail from (none) to bureaucrat (Wants to contribute.)
- 14:11, 22 July 2023 User account RetiredSnail talk contribs was created
- 11:43, 10 June 2023 Nerf cardboard talk contribs created page Custom Modifiers (Created page with "Modifiers are snippets of configuration that partially override the default game config, which makes for some nice match variation in servers. Check the default configuration file <code>Modifiers/_default.json</code> (anything not related to game modes: weapons player movement) as a reference of available parameters. Follow the '''exact''' same structure as in this file - ie. all parameters are within the "Objects" key. To customize game mode configuration, there is th...")
- 10:52, 10 June 2023 Nerf cardboard talk contribs created page Category:Dedicated Server (Created blank page)
- 10:52, 10 June 2023 Nerf cardboard talk contribs created page Server Configuration (extract content from Server Hosting page)
- 11:51, 7 May 2023 Fri talk contribs created page Radio Commands (Create page)
- 11:45, 7 May 2023 Fri talk contribs created page File:Radio Commands Text.jpg (Menu with radio commands section expanded. It shows the only correct order and spelling of radio commands that guarantees they will work properly for all parties.)
- 11:45, 7 May 2023 Fri talk contribs uploaded File:Radio Commands Text.jpg (Menu with radio commands section expanded. It shows the only correct order and spelling of radio commands that guarantees they will work properly for all parties.)
- 13:21, 2 February 2023 AL talk contribs created page Scripting Examples (Created page with "This page contains a selection of unofficial scripts to demonstrate the usage of various aspects of Soldat 2's scripting API. == Team Balancer == <syntaxhighlight lang="C#"> // a basic team-balancing script to illustrate how to implement simple // chat-commands using S2 scripting // 'using' directives let you omit namespacing // eg: Player rather than the full Teal.Player using System.Collections; using System.Collections.Generic; using UnityEngine; using Teal; [Disal...")
- 13:55, 19 January 2023 Nerf cardboard talk contribs created page Server Hosting (Created page with "A dedicated server can be hosted on linux x86_64 systems - not on windows currently (running on WSL appears to be working [citation needed]). The most recent version can be downloaded from [https://soldat2.com/downloads.html soldat2.com/downloads]. == System requirements == For up to 8 players the following resources are enough: * some Linux distro with glibc * 1 vCPU (x86_64) * 512MB RAM With more players, occasional lags start happening, you should provide more CP...")
- 11:55, 19 January 2023 Nerf cardboard talk contribs created page Category:Modding (Created blank page)
- 14:15, 17 January 2023 AL talk contribs created page User:AL (Created page with "== Scripting Notes == The exact limits of what scripting in Soldat 2 can do is not yet known, but it already looks to far exceed what was possible in Soldat 1. The following is a somewhat random assortment of different ways to affect or read the game state from scripting. === Messaging === * <code>GameChat.ChatOrLog(string message)</code> print a chat message * <code>HUD.Get.Notify(string message, UnityEngine.Color c)</code> text printout similar to flag grabbed/returne...")
- 15:04, 16 January 2023 AL talk contribs created page Scripting Events (Created page with "The main method for reacting to gameplay events in Soldat 2 scripting is by registering ''listeners''. This is done by calling the <code>AddListener()</code> function, usually on the <code>Eventor</code> object. In the case of Eventor listeners, you will need to specify both the event type to listen for, as well as a function to be called when the event occurs. Callback functions should have the signature <code>void cb_func(IGameEvent)</code>. The event types that are u...")
- 12:51, 16 January 2023 AL talk contribs created page Category:Scripting (Created page with "Pages related to scripting in Soldat 2")
- 11:17, 16 January 2023 AL talk contribs created page Scripting Introduction (Created page with "Scripting in Soldat 2 is done in a Unity/C# environment. For a script to be usable in-game, the script file must be placed under <code>Soldat2/Scripts/</code> and there needs to be a ruleset that specifies that script in the <i>GameScript</i> object in its json - for example, see <code>Soldat2/Rules/Standard/Climb.json</code>. The script can be tested by starting a game that uses that ruleset.")
- 10:46, 16 January 2023 Mazey talk contribs changed group membership for AL from (none) to bureaucrat
- 08:56, 16 January 2023 User account AL talk contribs was created
- 14:03, 7 January 2023 DARDAR talk contribs created page File:OOjs UI icon notice-destructive.svg.png
- 14:03, 7 January 2023 DARDAR talk contribs uploaded File:OOjs UI icon notice-destructive.svg.png
- 00:54, 10 December 2022 Nerf cardboard talk contribs created page Mapping (add initial mapping guide)
- 22:26, 9 December 2022 Nerf cardboard talk contribs created page Ranked (add page)
- 19:59, 9 December 2022 Nerf cardboard talk contribs created page Template:Key press/styles.css (copied from https://www.mediawiki.org/wiki/Template:Key_press/styles.css)
- 19:50, 9 December 2022 Nerf cardboard talk contribs created page Template:Key press (copied from https://www.mediawiki.org/wiki/Template:Key_press)
- 19:48, 9 December 2022 Nerf cardboard talk contribs created page Movement (add initial version describing some moves - probably highly inaccurate, plz correct)
- 08:44, 9 December 2022 Mazey talk contribs changed group membership for Nerf cardboard from (none) to bureaucrat
- 22:41, 6 December 2022 User account Nerf cardboard talk contribs was created
- 08:20, 2 December 2022 User account Snail talk contribs was created
- 22:40, 21 November 2022 Fri talk contribs created page File:Weapon Tertiary Melee.png (Tertiary weapon Melee)
- 22:40, 21 November 2022 Fri talk contribs uploaded File:Weapon Tertiary Melee.png (Tertiary weapon Melee)
- 22:39, 21 November 2022 Fri talk contribs created page File:Weapon Tertiary RGD5.png (Tertiary weapon RGD5)
- 22:39, 21 November 2022 Fri talk contribs uploaded File:Weapon Tertiary RGD5.png (Tertiary weapon RGD5)
- 22:38, 21 November 2022 Fri talk contribs created page File:Weapon Secondary RPG.png (Secondary weapon RPG)
- 22:38, 21 November 2022 Fri talk contribs uploaded File:Weapon Secondary RPG.png (Secondary weapon RPG)
- 22:38, 21 November 2022 Fri talk contribs created page File:Weapon Secondary Chainsaw.png (Secondary weapon Chainsaw)
- 22:38, 21 November 2022 Fri talk contribs uploaded File:Weapon Secondary Chainsaw.png (Secondary weapon Chainsaw)
- 22:38, 21 November 2022 Fri talk contribs created page File:Weapon Secondary Knife.png (Secondary weapon Knife)
- 22:38, 21 November 2022 Fri talk contribs uploaded File:Weapon Secondary Knife.png (Secondary weapon Knife)
- 22:38, 21 November 2022 Fri talk contribs created page File:Weapon Secondary Makarov.png (Secondary weapon Makarov)
- 22:38, 21 November 2022 Fri talk contribs uploaded File:Weapon Secondary Makarov.png (Secondary weapon Makarov)
- 22:37, 21 November 2022 Fri talk contribs created page File:Weapon Primary Minigun.png (Primary weapon Minigun)
- 22:37, 21 November 2022 Fri talk contribs uploaded File:Weapon Primary Minigun.png (Primary weapon Minigun)
- 22:37, 21 November 2022 Fri talk contribs created page File:Weapon Primary Rheinmetall.png (Primary weapon Rheinmetall)