
This guide will help you fix common problems with Schedule I game.
How to Fix Common Issues with Schedule I
Multiplayer Rejoin Bug (Host)
To fix this error, go to:
- C:\Users\[YourName]\AppData\LocalLow\TVGS\Schedule I\Saves\STEAMID\SaveGame_1\Variables
Create a file named: HasExitedRV.json
Put this in it:
{
"DataType": "VariableData",
"DataVersion": 0,
"GameVersion": "0.3.3f9",
"Name": "HasExitedRV",
"Value": "True"
}
Restart your game, and invite your friends again.
You can get to the appdata directory on your windows computer by opening the Run program or pressing the Windows Key + R at the same time. Then searching for %appdata% will take you to:
- C:\Users\[YourName]\AppData\Roaming
From there, you can just go up one folder and then click through the folders to reach the one I listed above. Of course, this is assuming that you have a typical Windows installation and your default drive letter is C, and you have not migrated your game to another drive, etc. For 95% of people, yours will be located where I suggested.
Downloads Stuck
if your game is stuck downloading:
- Go to top left of your steam and click “Steam”.
- Click Settings.
- Click Downloads.
- Change your download region.
Temp Fix for Needing Quest Bug
- Stop Benji from dealing anything (it’s a broken deal that triggers the bug).
- Set net worth to 10k or above by editing save file or by using console to give yourself the cash.
- Complete one deal.
- Quest complete!
-2 Trillion Bug Fix
Go to:
- C:\Users\[YourName]\AppData\LocalLow\TVGS\Schedule I\Saves{YourSave}\SaveGame_1
Open money.json and change the big minus number to 1100.
Multiplayer Wrong Version Fix
I finally figured out the issue for this:
1st Fix:
- Go to Steam
- Steam Settings
- Interface
- Make sure Client Beta Participation is set to “No beta chosen”
- Load the game up and boom.
2nd Fix:
- Go to Steam
- Steam Settings
- Downloads
- Clear Download Cache
- After Steam restarts, verify game files
Hope this helps you all. Happy dealing!
How to Reduce the Crashes
How to reduce the crashes to a minimum or completely:
- Go into your settings in the game itself and turn the FPS Cap down between 60-90; do not go above 90.
- This ensures during the 1% lows that your GPU can optimize the game when those lows happen.
- And it gives the GPU more excess usage to use when running the game so it doesn’t cap at 100% when running it.
How to Restore Baseball
How to add the baseball to your inventory if you discard it or anything (not tested but should work).
Go to AppData, LocalLow, then TVGS, Schedule 1, Saves, your save, Players, Player 0, Inventory, and add this:
"{"DataType":"ItemData","DataVersion":0,"GameVersion":"0.2.9f4","ID":"baseballbat","Quantity":1}",
Linux Save Location
To find your save files and edit JSON files, navigate to:
"$HOME/.local/share/Steam/steamapps/compatdata/3205720/pfx/drive_c/users/steamuser/AppData/LocalLow/TVGS/Schedule I Free Sample/"
How to Fix Laundering Station PC Not Showing
Copy the files from this location:
- C:\Program Files (x86)\Steam\steamapps\common\Schedule I\Schedule I_Data\StreamingAssets\DefaultSave\Businesses
Then, paste those files into this location:
- C:\Users[User]\AppData\LocalLow\TVGS\Schedule I\Saves\123456789\SaveGame_1
Start the game. The issue should be resolved.
Mixing Station Bug Fix
To fix a game issue, follow these steps:
- Go to this location on your computer:
- C:\Users\[YourName]\AppData\LocalLow\TVGS\Schedule I\Saves\76561198159460089\SaveGame_3\Products.
- Open the Product.Json file using a text editor like Notepad.
- Find the section that looks like this:
"MixRecipes": [
{
"Product": "greencrack",
"Mixer": "banana",
"Output": "banana"
- Change the word after “Output”: to something different. For example, change “Output”: “banana” to “Output”: “notbanana”.
- The section should now look like this:
"MixRecipes": [
{
"Product": "greencrack",
"Mixer": "banana",
"Output": "notbanana"
- Save the changes to the Product.Json file.
- Start the game. The issue should be resolved.
Missing Objects in Laundering Locations Fix
- Backup Your Original Save: Navigate to:
C:\Users\%USERNAME%\AppData\LocalLow\TVGS\Schedule I\Saves\YOURSTEAMID\
- (replace
%USERNAME%
with your Windows username andYOURSTEAMID
with your Steam ID). Copy the folder corresponding to your main/broken save game (e.g.,SaveGame_0
,SaveGame_Main
, etc.) to a safe location.
- Create New Save: Launch the game and start a completely new playthrough/save game.
- Enable & Open Console: Go into the game’s settings and ensure the developer console is enabled. Press the tilde key (
~
) to open the console window. - Claim Businesses in New Save: In the console, type the following commands one by one, pressing Enter after each. This grants ownership of these businesses in the new save, which should trigger the creation of necessary files.
setowned Laundromat
setowned Car_wash
setowned Taco_ticklers
setowned Post_office
- Save the New Game: In the console, type
save
and press Enter. - Exit Game: Close the new save and exit the game completely.
- Locate New Object Files:
- Navigate to the save game directory again:
C:\Users\%USERNAME%\AppData\LocalLow\TVGS\Schedule I\Saves\YOURSTEAMID\
- Identify the folder for the new save you just created (it might be
SaveGame_1
or the next available number). Open this folder. - Go into the
Businesses
subfolder. - For each of the businesses you claimed (
Laundromat
,Car_wash
,Taco_ticklers
,Post_office
):- Open that business’s folder (e.g.,
Laundromat
). - Open the
Objects
subfolder within it. - Find the file named
launderingstation_xxxxxx
(wherexxxxxx
is a unique identifier). - Copy this specific file to a temporary, easily accessible location like your Desktop. Make sure you label or remember which file came from which business folder. Do not use the same file for multiple businesses. You need the unique
launderingstation_...
file from each respective business directory in the new save.
- Open that business’s folder (e.g.,
- Navigate to the save game directory again:
- Replace Files in Original Save:
- Navigate back to the folder for your original/broken save (the one you backed up in Step 1).
- Go into its
Businesses
subfolder. - For each of the affected businesses (
Laundromat
,Car_wash
,Taco_ticklers
,Post_office
):- Open that business’s folder (e.g.,
Laundromat
). - Open the
Objects
subfolder within it. - Take the corresponding
launderingstation_...
file you copied to your Desktop (e.g., the one from the new save’sLaundromat\Objects
folder) and place it into thisObjects
folder, replacing any existing file with the same name if necessary.
- Open that business’s folder (e.g.,
- Launch and Test: Start the game and load your original/broken save. Check the affected business locations to see if the laundering objects are now present and functional.
Be the first to comment