Advertisement
krimtonz

Practice ROM with Raphnet/ESS Adapters

Mar 20th, 2018
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. The current release of The Practice ROM does not come bundled with the version of gzinject that will remap controls for use with raphnet or ESS Adapters.
  2.  
  3. The simplest way is to download the version of The Practice ROM that Ecksters had forked, and released
  4. https://github.com/Ecksters/gz/releases/download/v0.3.3-raphnet/gz-0.3.3-raphnet.zip, Drag your wad onto patch-wad-raphnet.bat, boom, done.
  5.  
  6. If you would like to use the version downloaded from glank's github you will need to download the newest version of gzinject and make a small modification to a script in glank's release package.
  7.  
  8. 1.) Download a release of gzinject that has the --raphnet flag added >=v0.1.2-2
  9. https://github.com/krimtonz/gzinject/releases/download/v0.1.2-2/gzinject-0.1.2-2.zip
  10. 2.) Unzip this archive and replace the gzinject.exe binary in the gz-0.3.3\bin folder with the gzinject.exe from the
  11. archive you just extracted
  12. 3.) You will need to make a small modification to gz-0.3.3\lua\patch-wad.lua Windows notepad does not put in line breaks as
  13. it should, so it might look a little funky. Look for "-a pack" and after that add "--raphnet" so it becomes "-a pack
  14. --raphnet -k...."
  15. 4.) Save the file, and patch the WAD as normal.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement