Jump to content

Jwal

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by Jwal

  1. none of my mods seem to work and this is what seems relevant from the log output can anyone help? [Error :Partiality Wrapper] Unhandled exception loading "Player Limit Remover@0110"! [info : BepInEx] Loading [sideLoader 2.8.1] [Error : BepInEx] Error loading [sideLoader 2.8.1] : Could not load type 'SideLoader.SL' from assembly 'SideLoader, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'. [Warning: BepInEx] Skipping [sharedModConfig 2.0] because it has a dependency that was not loaded. See previous errors for details. [info : BepInEx] Loading [shared Coop Rewards 2.1] [Message: BepInEx] Chainloader startup complete [info : Console] Rewired: Searching for compatible XInput library... [info : Console] Rewired: Found Xinput1_4.dll. [info : Console] System.TypeInitializationException: An exception was thrown by the type initializer for Mono.CSharp.CSharpCodeCompiler ---> System.ArgumentNullException: Argument cannot be null. Parameter name: path1
  2. im learning how to mod. i have a little experience with coding and C# thanks to college and arduino, im trying to make a mod so that i can play on my laptop and 2 other people can split the second monitor. so 3 local players, a second display that is split. i have a post called local multiplayer mod request i need some assistance ive found a few relevant references in the .dll
  3. so i found in the games .dll file where the second player is created. also i found something about the splitscreen being created and theres three different split modes, horizontal, vertical, and multi-display. can someone help make sense of these things? is multi display what im looking for and how can it be turned on if so.
  4. alright i have the necessary tools, the game decompiled, and the mod sideloading through BepIn. I need to figure out what references or whatever to use to modify the game window and resolutions type stuff i imagine. I also need to find what governs creating the second player and allow the second player to bring in another player: i think thats how the logic could work
  5. update: i have installed visual studio. ive done some messing around with arduino so C# isnt unfamiliar.
  6. I would like to play local multiplayer with 3 people by letting me play on my laptop and the other 2 players splitting the second monitor. is there any combination of mods that makes this happen or close? is it possible. do i have to do it myself. i only made it through programming I but id help however i could.
×
×
  • Create New...