SaferSaturnX
Newcomer
Hey everyone! I'm having a couple issues with some mods. I'm new to modding SV, so please forgive me if I'm missing something basic
I'm playing multiplayer with my partner and we decided to use some mods that he's already been using and has had no issues with in single player.
I downloaded & installed the following mods from Nexus 4 days ago (so they should all be the most recent versions):
And their prerequisite mods:
Main Issue: After the first day in the game, I am unable to open any menus. For example, the "esc, "e", and "i" keys don't bring up their respective menus. I can hear the audio indicating the menu should be opening, but I don't see it. I also tested picking something up and when I press esc the item drops so it's recognizing the key press. I checked SMAPI and saw this error repeated many times, I'm assuming for every time I tried to open a menu (SMAPI log attached as well):
Other Issue: The game is loads MUCH slower now and there are some graphics issues. For example I see my partner's character disappear and reappear multiple times as he's running by me in the same screen, like there's a significant lag. Our internet connections and computer specs are both reasonably great. Not that it's a SUPER graphics intensive game, but for example we play Deep Rock Galactic together on high settings and have never once had an issue of lag or slow loading. Is this just to be expected with playing SV on multiplayer with mods?
Thank you in advance for your help!
I'm playing multiplayer with my partner and we decided to use some mods that he's already been using and has had no issues with in single player.
I downloaded & installed the following mods from Nexus 4 days ago (so they should all be the most recent versions):
And their prerequisite mods:
- [CP] DaisyNiko's Tilesheets
- [CP] Lumisteria Tilesheets - Indoor
- AntiSocialNPCs
- ContentPatcher
- CustomCompanions
- CustomNPCExclusions
- CustomNPCFixes
- ExpandedPreconditionsUtility
- ExtraMapLayers
- FarmTypeManager
- GenericModConfigMenu
- JsonAssets
- MailFrameworkMod
- PyTK
- QuestFramework
- SAAT
- ShopTileFramework
- ShowBirthdays
- SMAPI 3.15.0 installer
- SpaceCore
- TMXLoader
Main Issue: After the first day in the game, I am unable to open any menus. For example, the "esc, "e", and "i" keys don't bring up their respective menus. I can hear the audio indicating the menu should be opening, but I don't see it. I also tested picking something up and when I press esc the item drops so it's recognizing the key press. I checked SMAPI and saw this error repeated many times, I'm assuming for every time I tried to open a menu (SMAPI log attached as well):
Code:
[game] An error occurred in the base update loop: System.Collections.Generic.KeyNotFoundException: The given key '-1' was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at StardewValley.Locations.CommunityCenter.shouldNoteAppearInArea(Int32 area) in stardewvalley\Farmer\Farmer\Locations\CommunityCenter.cs:line 380
at StardewValley.Locations.CommunityCenter.refreshBundlesIngredientsInfo() in stardewvalley\Farmer\Farmer\Locations\CommunityCenter.cs:line 95
at StardewValley.Menus.GameMenu..ctor(Boolean playOpeningSound) in stardewvalley\Farmer\Farmer\Menus\GameMenu.cs:line 71
at StardewValley.Game1.<>cDisplayClass913_0.<UpdateControlInput>b0() in stardewvalley\Farmer\Farmer\Game1.cs:line 18617
at StardewValley.Game1.UpdateControlInput(GameTime time) in stardewvalley\Farmer\Farmer\Game1.cs:line 17475
at StardewValley.Game1._update(GameTime gameTime) in stardewvalley\Farmer\Farmer\Game1.cs:line 4818
at StardewValley.Game1.Update(GameTime gameTime) in stardewvalley\Farmer\Farmer\Game1.cs:line 3974
at StardewModdingAPI.Framework.SCore.OnPlayerInstanceUpdating(SGame instance, GameTime gameTime, Action runUpdate) in SMAPI\Framework\SCore.cs:line 1057
Other Issue: The game is loads MUCH slower now and there are some graphics issues. For example I see my partner's character disappear and reappear multiple times as he's running by me in the same screen, like there's a significant lag. Our internet connections and computer specs are both reasonably great. Not that it's a SUPER graphics intensive game, but for example we play Deep Rock Galactic together on high settings and have never once had an issue of lag or slow loading. Is this just to be expected with playing SV on multiplayer with mods?
Thank you in advance for your help!
Attachments
-
773.6 KB Views: 1,317