Giter Site home page Giter Site logo

nilanthanimosus / barotrauma---nilanths-edits Goto Github PK

View Code? Open in Web Editor NEW

This project forked from fakefishgames/barotrauma

3.0 3.0 1.0 1.23 GB

Nilanths Modification for barotrauma - Code is very unclean and probably doesn't make sense as to why things have been done as they are. I also likely won't check this or update too often : )

Home Page: https://discord.gg/MBCr4V3

C# 99.90% HLSL 0.10% Makefile 0.01%

barotrauma---nilanths-edits's People

Contributors

avikav avatar crystalwarrior avatar faerdan avatar headswe avatar juanjp600 avatar nilanthanimosus avatar regalis11 avatar shoter avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

id405

barotrauma---nilanths-edits's Issues

The game breaks when extinguishing fire.

Barotrauma Client crash report (generated on 26.02.2018 11:08:11)

Barotrauma seems to have crashed. Sorry for the inconvenience!
If you'd like to help fix the bug that caused the crash, please send this file to the developers on the Undertow Games forums.

Game version 0.8.0.4 NILMOD SERVER MODIFICATION
Graphics mode: 1280x720 (BorderlessWindowed)
Selected content package: Vanilla 0.8
Level seed: fWLADwef
Loaded submarine: Aegir Mark III (Mod) (935C627FB686E2162C4729B2F513F6C4)
Selected screen: Barotrauma.GameScreen
Server (Round had started)

System info:
Operating system: Microsoft Windows NT 6.2.9200.0 64 bit
GPU name: NVIDIA GeForce 940MX
Display mode: {Width:1920 Height:1080 Format:Color AspectRatio:1,777778}
GPU status: Normal

This was running NilMod Code!

Exception: Коллекция была изменена; невозможно выполнить операцию перечисления.
Target site: Void ThrowInvalidOperationException(System.ExceptionResource)
Stack trace:
в System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
в System.Collections.Generic.List1.Enumerator.MoveNextRare() в System.Collections.Generic.List1.Enumerator.MoveNext()
в Barotrauma.Items.Components.RepairTool.Repair(Vector2 rayStart, Vector2 rayEnd, Single deltaTime, Character user, Single degreeOfSuccess, List`1 ignoredBodies) в F:\Barotrauma\BT NilEdit\Barotrauma---Nilanths-Edits\Barotrauma\BarotraumaShared\Source\Items\Components\Holdable\RepairTool.cs:строка 195
в Barotrauma.Items.Components.RepairTool.Use(Single deltaTime, Character character) в F:\Barotrauma\BT NilEdit\Barotrauma---Nilanths-Edits\Barotrauma\BarotraumaShared\Source\Items\Components\Holdable\RepairTool.cs:строка 123
в Barotrauma.Item.Use(Single deltaTime, Character character) в F:\Barotrauma\BT NilEdit\Barotrauma---Nilanths-Edits\Barotrauma\BarotraumaShared\Source\Items\Item.cs:строка 1163
в Barotrauma.Character.Control(Single deltaTime, Camera cam) в F:\Barotrauma\BT NilEdit\Barotrauma---Nilanths-Edits\Barotrauma\BarotraumaShared\Source\Characters\Character.cs:строка 1312
в Barotrauma.Character.Update(Single deltaTime, Camera cam) в F:\Barotrauma\BT NilEdit\Barotrauma---Nilanths-Edits\Barotrauma\BarotraumaShared\Source\Characters\Character.cs:строка 1980
в Barotrauma.Character.UpdateAll(Single deltaTime, Camera cam) в F:\Barotrauma\BT NilEdit\Barotrauma---Nilanths-Edits\Barotrauma\BarotraumaShared\Source\Characters\Character.cs:строка 1818
в Barotrauma.GameScreen.Update(Double deltaTime) в F:\Barotrauma\BT NilEdit\Barotrauma---Nilanths-Edits\Barotrauma\BarotraumaShared\Source\Screens\GameScreen.cs:строка 151
в Barotrauma.GameMain.Update(GameTime gameTime) в F:\Barotrauma\BT NilEdit\Barotrauma---Nilanths-Edits\Barotrauma\BarotraumaClient\Source\GameMain.cs:строка 471
в Microsoft.Xna.Framework.Game.DoUpdate(GameTime gameTime)
в Microsoft.Xna.Framework.Game.Tick()
в MonoGame.Framework.WinFormsGameWindow.RunLoop()
в MonoGame.Framework.WinFormsGamePlatform.RunLoop()
в Microsoft.Xna.Framework.Game.Run(GameRunBehavior runBehavior)
в Barotrauma.Program.Main() в F:\Barotrauma\BT NilEdit\Barotrauma---Nilanths-Edits\Barotrauma\BarotraumaClient\Source\Program.cs:строка 47

Last debug messages:
[26.02.2018 11:08:10] Fire spawning off
[26.02.2018 11:08:10] fire
[26.02.2018 11:08:07] Fire spawning on
[26.02.2018 11:08:07] fire
[26.02.2018 11:07:13] No clients voted a submarine, choosing default submarine: Barotrauma.Submarine (Aegir Mark III (Mod))
[26.02.2018 11:06:26] Enter "help" for a list of available console commands

BTE support?

I want to be able to host BTE with Nilmod but i cant :(

Crash

Exception: Ссылка на объект не указывает на экземпляр объекта.
Target site: Void UpdateWaiting(Single)
Stack trace:
в Barotrauma.Networking.RespawnManager.UpdateWaiting(Single deltaTime) в C:\Users\lando\Source\Repos\Barotrauma---Nilanths-Edits\Barotrauma\BarotraumaShared\Source\Networking\RespawnManager.cs:строка 179
в Barotrauma.Networking.RespawnManager.Update(Single deltaTime) в C:\Users\lando\Source\Repos\Barotrauma---Nilanths-Edits\Barotrauma\BarotraumaShared\Source\Networking\RespawnManager.cs:строка 154
в Barotrauma.Networking.GameServer.Update(Single deltaTime) в C:\Users\lando\Source\Repos\Barotrauma---Nilanths-Edits\Barotrauma\BarotraumaShared\Source\Networking\GameServer.cs:строка 405
в Barotrauma.GameMain.Update(GameTime gameTime) в C:\Users\lando\Source\Repos\Barotrauma---Nilanths-Edits\Barotrauma\BarotraumaClient\Source\GameMain.cs:строка 477
в Microsoft.Xna.Framework.Game.DoUpdate(GameTime gameTime)
в Microsoft.Xna.Framework.Game.Tick()
в MonoGame.Framework.WinFormsGameWindow.RunLoop()
в MonoGame.Framework.WinFormsGamePlatform.RunLoop()
в Microsoft.Xna.Framework.Game.Run(GameRunBehavior runBehavior)
в Barotrauma.Program.Main() в C:\Users\lando\Source\Repos\Barotrauma---Nilanths-Edits\Barotrauma\BarotraumaClient\Source\Program.cs:строка 47

Feature request - Revive on sub

In addition to the respawn on submarine option, a revive on the submarine if your body is still there would be nice, and would help to reduce clutter on respawns.

Submarine editor crashes when using wiring mode.

Crashreport.txt

Barotrauma Client crash report (generated on 8/3/2018 6:41:23 PM)

Barotrauma seems to have crashed. Sorry for the inconvenience!

Game version 0.8.1.10 NILMOD SERVER MODIFICATION
Nilmod version stamp: 30/07/2018-1
Graphics mode: 1920x1200 (BorderlessWindowed)
Selected content package: Vanilla 0.8
Level seed: no level loaded
Loaded submarine: SS Smol MK II (836A662C20760EE336E5CEB1E418384A)
Selected screen: Barotrauma.SubEditorScreen

System info:
Operating system: Microsoft Windows NT 6.2.9200.0 64 bit
GPU name: NVIDIA GeForce GTX 970
Display mode: {Width:1920 Height:1200 Format:Color AspectRatio:1.6}
GPU status: Normal

This was running NilMod Code!

Exception: Object reference not set to an instance of an object.
Target site: Boolean get_AllowInput()
Stack trace:
at Barotrauma.Character.get_AllowInput() in F:\Barotrauma\BT NilEdit\Barotrauma---Nilanths-Edits\Barotrauma\BarotraumaShared\Source\Characters\Character.cs:line 660
at Barotrauma.Character.get_CanInteract() in F:\Barotrauma\BT NilEdit\Barotrauma---Nilanths-Edits\Barotrauma\BarotraumaShared\Source\Characters\Character.cs:line 671
at Barotrauma.Character.DoInteractionUpdate(Single deltaTime, Vector2 mouseSimPos) in F:\Barotrauma\BT NilEdit\Barotrauma---Nilanths-Edits\Barotrauma\BarotraumaShared\Source\Characters\Character.cs:line 2224
at Barotrauma.Character.ControlLocalPlayer(Single deltaTime, Camera cam, Boolean moveCam) in F:\Barotrauma\BT NilEdit\Barotrauma---Nilanths-Edits\Barotrauma\BarotraumaClient\Source\Characters\Character.cs:line 382
at Barotrauma.SubEditorScreen.Update(Double deltaTime) in F:\Barotrauma\BT NilEdit\Barotrauma---Nilanths-Edits\Barotrauma\BarotraumaClient\Source\Screens\SubEditorScreen.cs:line 1431
at Barotrauma.GameMain.Update(GameTime gameTime) in F:\Barotrauma\BT NilEdit\Barotrauma---Nilanths-Edits\Barotrauma\BarotraumaClient\Source\GameMain.cs:line 685
at Microsoft.Xna.Framework.Game.DoUpdate(GameTime gameTime)
at Microsoft.Xna.Framework.Game.Tick()
at MonoGame.Framework.WinFormsGameWindow.RunLoop()
at MonoGame.Framework.WinFormsGamePlatform.RunLoop()
at Microsoft.Xna.Framework.Game.Run(GameRunBehavior runBehavior)
at Barotrauma.Program.Main() in F:\Barotrauma\BT NilEdit\Barotrauma---Nilanths-Edits\Barotrauma\BarotraumaClient\Source\Program.cs:line 48

Last debug messages:
[8/3/2018 6:41:06 PM] Enter "help" for a list of available console commands

Logs.

While the game itself is not introduced, then it would be good to see changes with logfiles:

  1. Log from chat recorded all that was visible from Your face. I would like to have in the logs all the information.

P.S. I use a translator, because I know English badly.

Not Working

it will work but not properly, I cant see mobs and shiet

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.