If you’re looking for a guide on how to make modded prisms remnant 2 pc, you’re in the right place. Creating custom Prisms in Remnant 2 involves modifying game files to alter their effects and properties. This process, known as modding, allows you to personalize your gameplay experience on PC.
This guide will walk you through the entire process safely. We’ll cover everything from backing up your saves to editing the correct files.
Remember, modding can be fun, but it comes with risks. Always proceed with caution.
How To Make Modded Prisms Remnant 2 Pc
Modding Prisms in Remnant 2 is an advanced technique. It requires you to edit the game’s data files directly. This is not supported by the official developers, Gunfire Games.
You should only attempt this if you are comfortable with basic file navigation. Making a mistake can potentially corrupt your save data. We cannot stress enough the importance of backups.
The core idea is to locate the file that defines Prism items. Inside this file, you can change numerical values that control a Prism’s power, cost, or other attributes.
Essential Preparations And Safety Steps
Before you touch any game files, you must prepare. Rushing in is the easiest way to cause problems that might require a full game reinstall.
Follow these steps in order to protect your progress and your game installation.
Locate Your Remnant 2 Save File Directory
Your save files are stored in a specific folder on your PC. The path is usually consistent, but it can vary slightly depending on your Windows version and how you bought the game.
- For the Steam version: Navigate to
C:\Users\[YourUserName]\Saved Games\Remnant2\Steam. - For the Epic Games Store version: Go to
C:\Users\[YourUserName]\Saved Games\Remnant2\Epic. - Inside, you will find folders with long number names. These contain your character and profile data.
Create a Complete Backup
Never skip this step. A backup is your only safety net if something goes wrong.
- Open your Remnant 2 save folder.
- Select all files and folders inside.
- Copy them.
- Paste them into a new folder on your Desktop or another safe location, like an external drive.
- Name this backup folder clearly, e.g., “Remnant2_Backup_October2024”.
Now you can restore your game to its original state at any time by replacing the new files with these backed-up copies.
Install Necessary Software Tools
You will need two main tools to mod Prisms effectively. These are standard, free programs used by many modders.
- A Text Editor: Notepad++ is highly recommended. It handles the complex game files better than Windows Notepad. It provides syntax highlighting, which makes it easier to read the code.
- A File Archiver: 7-Zip or WinRAR. Remnant 2 stores its data in packed .pak files. You need these tools to open and extract contents from these archives.
Download and install both of these programs before proceeding. They are essential for the next stages.
Finding And Extracting The Game Data Files
The game’s items, including Prisms, are defined inside packed archive files. You need to find the right archive and extract the specific file we need to edit.
Navigate to the Remnant 2 PAK Files
The game’s data is in the “Remnant2” installation folder.
- Open your Steam or Epic Games library.
- Right-click on Remnant 2 and select “Manage” > “Browse local files”. This opens the game’s root directory.
- Look for a folder named “Remnant2”. Open it.
- Inside, find the “Content” folder, then “Paks”.
You will see several large .pak files. The one we need is usually the main game file, often named something like “Remnant2-Windows.pak”.
Extract the Specific Item File
We are looking for the file that defines item properties. This is often called a “data table” or “item blueprint” file.
- Right-click the main .pak file (e.g., “Remnant2-Windows.pak”).
- Choose “Open with 7-Zip” or your chosen archiver.
- Navigate through the folder structure. The path is typically something like:
Remnant2\Content\Blueprints\Items. - Look for files with names like “BP_Item_Consumable” or “Item_Data”. The exact name can change with game updates. You may need to search for files containing “Prism” in the name.
- Extract this file to a new, easy-to-find folder on your Desktop. Call it “Remnant2 Mods”.
This extracted file is what you will be editing. Do not edit the original .pak file directly.
Editing The Prism Properties
This is the core of the process. You will open the data file and change the values that control how Prisms work. Be methodical and make small changes first to test.
Understanding the File Structure
Open the extracted file with Notepad++. The content will look like complex code, often in JSON or a similar format.
Do not be intimidated. You are looking for specific blocks of text. Use the “Find” function (Ctrl+F) to search for “Prism”.
- You should find entries for each type of Prism, like “Brightstone” or “Faded”.
- Each entry will have multiple lines defining its properties.
- Common properties you can modify include “ModPowerGeneration”, “Cost”, “Duration”, and “Value”.
For example, a line might read: "ModPowerGeneration": 500. Changing that number to a higher value, like 2000, would make that Prism generate mod power much faster.
Making Safe and Effective Changes
Only change numerical values. Do not delete quotation marks, commas, or brackets, as this will break the file.
- Identify the Prism you want to modify. Find its complete block of data, usually enclosed in curly braces
{ }. - Locate the property you wish to change. For a stronger effect, increase the number. To reduce cost, lower the “Cost” value.
- Change the number carefully. For instance, change
"Cost": 100to"Cost": 25to make it cheaper to use. - Save the file after making your edits. Keep it in your “Remnant2 Mods” folder.
It’s wise to change only one or two values at first. This makes it easier to identify what change caused an issue, if one arises.
Repacking And Testing Your Mod
Simply editing the file isn’t enough. You have to put it back into a format the game can read. This involves creating a new .pak file that the game will load.
Creating a New Mod PAK File
You need to recreate the exact folder structure the game expects inside a new .pak archive.
- In your “Remnant2 Mods” folder, create a new folder structure that mirrors the one you extracted from. For example:
Remnant2\Content\Blueprints\Items. - Place your edited item file inside this nested “Items” folder.
- Open your archiver software (7-Zip).
- Select the top-level “Remnant2” folder you just created.
- Add it to an archive, and set the format to .zip (not .7z).
- Rename the resulting .zip file to have a .pak extension, like “Modded_Prisms.pak”.
The game reads .pak files that are essentially renamed .zip files with a specific internal structure.
Loading the Mod In-Game
For the game to use your new .pak file, you must place it in the correct location.
- Take your new “Modded_Prisms.pak” file.
- Go back to the game’s “Paks” folder you found earlier.
- Place the .pak file inside this “Paks” folder. Do not delete or replace the original game files.
- Launch Remnant 2.
The game’s loading order typically means it will read your modded .pak file and use your changed values. Load your character and find a Prism to test your changes. Check if the mod power generation, cost, or duration matches what you set.
Troubleshooting Common Issues
Modding doesn’t always work on the first try. Here are some common problems and how to fix them.
Game Crashes on Startup
This usually means your edited file has a syntax error.
- Did you accidentally delete a comma or bracket? Re-check your edited file in Notepad++.
- Did you save the file in the wrong format? It must remain as plain text.
- Try removing your mod .pak file from the Paks folder. If the game starts, the error is definitely in your mod.
Mod Effects Not Appearing In-Game
If the game runs but your Prisms are unchanged, the mod isn’t loading correctly.
- Ensure your new .pak file is directly in the “Paks” folder, not inside a subfolder.
- Check that the internal folder structure within your .pak file is 100% correct. It must match the game’s own structure exactly.
- The game may have been updated, changing the base file. You may need to re-extract and edit the new version.
Multiplayer and Integrity Concerns
Using mods in public multiplayer sessions is not recommended and may be against the game’s terms of service.
- Your modified game could conflict with other players’ unmodded games, causing de-sync or crashes.
- Some online features, like joining public games, may be disabled if the game detects modified files.
- Stick to using your mods in solo play or with friends who are aware and accepting of your modded game state.
Advanced Modding Concepts
Once you’re comfortable with basic value changes, you can experiment with more complex modifications. These require even more care.
Combining Prism Effects
You might try to give a single Prism the properties of another. This involves copying property lines from one Prism’s data block to another’s.
For example, you could copy the high “ModPowerGeneration” value from a Brightstone Prism into the data block for a Faded Prism. This would make the Faded Prism much more powerful. Ensure the structure of the data block remains valid after copying and pasting code.
Creating New Item Entries
The most advanced step is duplicating an entire Prism entry to create a brand new one. This requires you to give it a unique internal name and ID to avoid conflicts with existing items.
This is very complex and prone to error. It involves editing more than just the item file, potentially affecting vendor lists or loot tables. It’s best tackled only after extensive experience with simpler edits.
FAQ Section
Here are answers to some frequently asked questions about modding Prisms in Remnant 2.
Is Modding Remnant 2 Prisms Safe?
Modding is always done at your own risk. The single biggest safety step is creating a full backup of your save files before you start. There is a small chance of corrupting your save, but with a backup, you can always restore it. Modding game files typically does not get your Steam or Epic account banned, but it can disable online features.
Will Mods Work After a Game Update?
Probably not. When Gunfire Games releases an update, they often change the base game files. Your modded .pak file is based on an older version of the item data. After an update, you will likely need to repeat the process: extract the new file, re-apply your changes, and create a new mod .pak file. Your old one may cause crashes.
Can I Get Banned for Using Modded Prisms?
Using mods in a purely offline, solo capacity carries minimal risk of a ban. However, using them in public online multiplayer could be considered a violation of the game’s terms of service. The safest approach is to use mods only for personal, offline enjoyment and to revert to clean files before joining public games.
Where Can I Find Pre-Made Mods?
Websites like Nexus Mods often host community-created mods for PC games. You can search there for “Remnant 2” mods. These usually come with installation instructions. Using a pre-made mod can be simpler, but you should still back up your saves and understand that you are trusting the mod creator’s file.
My Game Won’t Start After Modding, What Do I Do?
First, stay calm. Remove your modded .pak file from the game’s Paks folder. If the game starts, the problem is with your mod file. If it still doesn’t start, your original game files may be compromised. You can use Steam’s “Verify Integrity of Game Files” feature (or Epic’s equivalent) to repair the installation. As a last resort, you can reinstall the game, but your backed-up saves will preserve your progress.