Advertisement
Doctor_Generic

Spider Man Modding

May 21st, 2024
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.53 KB | Gaming | 0 0
  1. Spider Man Modding
  2. About:
  3. Marvel's Spider-Man Remastered PC Modding Tool allows you to extract and replace any asset in the game's asset archives. It's the foundation of creating and installing mods, having an easy to use mod file system where users can create and share their mods, and also install them.
  4.  
  5. Installation:
  6. Extract ALL the tool files to any folder.
  7. Use "File" -> "Select Asset Archives Folder..." and select the "asset_archives" folder inside your game directory. The tool saves the location for easier use.
  8. If this is the first time you are using the tool, it should give you a warning asking you to convert your asset archives.
  9. You will need to do this to make the game compatible with modding. Use "Tools" -> "Convert Asset Archives", this can take 15-20 minutes but is a one time thing.
  10. Now you can browse all the asset archives, and extract or replace any game asset you want.
  11. Some assets are still not named and will need to be hashed in the "AssetHashes.txt" folder before being known.
  12.  
  13. Extracting/Replacing Assets:
  14. You can right click an asset on the side files view, and use extract or replace. When you extract an asset, it will be a decompressed game file, whether it be a model, texture, actor, etc. Other tools or programs can then modify those assets, or you can manually hex edit them if you have the knowledge. Then you reimport/replace modified the asset afterwards. You can also just swap it with another asset that has the same "Asset Type" such as "hero_spiderman_body.model" and "amb_rat.model" and Spider-Man will turn into Spider-Rat! In future updates, the tool will be able to process more assets within the tool itself.
  15.  
  16. Creating/Installing Mods:
  17. Whenever you replace an asset with another asset, it will be added to the "Save/Create Mod" modified files queue. It doesn't replace it in the files itself until you create that mod file ".smpcmod", and use "Install Mod". You can add mod thumbnails and change metadata such as Title, Author, Description. It is recommend to create an "Install" mod file which has modified files and "Uninstall" mod file which has backup files.
  18.  
  19. .SMPCMod:
  20. These are the main files you want to share when creating/installing mods.
  21.  
  22. Tools
  23. The tool also has various smaller tools such as String To Hash Generator which hashes a string input to a game's hash. Good for guessing more file names. Also includes Generate Layout CSV to see the asset information more clearly for advanced users.
  24.  
  25. Video Tutorial by GAME JP: https://youtu.be/xWX4JhGhPvw
  26.  
  27. Modding Discord https://discord.gg/5mFxWWrSNH
Tags: instructions
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement