Advertisement
_Astorec

How to Load WAD File to SRB2

May 11th, 2016
414
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. ##Made by Ross Anderson (Rossa1298/_Astorec)
  2. ##Created on 11/05/16
  3.  
  4. #Method 1
  5.  
  6. Put the WAD files in the SRB2 Directory
  7.  
  8. Load up SRB2
  9.  
  10. When on the title screen (before the menu options) press the Tilde Key
  11.  
  12. Type in "addfile <filename>.wad" and press enter (replace brackets and file name with the full name of the WAD file)
  13.  
  14. Wad file should now be loaded successfully
  15.  
  16. #Method 2
  17.  
  18. Download SRB2Net Launcher - https://files.srb2.org/srb2.org/SRB2Net.exe
  19.  
  20. Open up SRB2Net Launcher and click on WAD
  21.  
  22. Click ADD then go to the Directory of your WAD File and add it to the Net Launcher
  23.  
  24. Now click run, the Wad should load automatically
  25.  
  26. #Method 3
  27.  
  28. Go into the SRB2 Directory
  29.  
  30. Right Click on a blank Space and create a New Blank Text Document
  31.  
  32. Copy this into the text Document:
  33. @echo off
  34. srb2win.exe -file <Filename>.wad
  35.  
  36. Go to File > Save As and change the file type to all Files and save it as <InsertFileName>.bat and press save
  37.  
  38. Double click the new Batch file and it should run SRB2 with the Wad File loaded with it
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement