Advertisement
Guest User

Redneck Rampage Route 66 batch for grp file

a guest
Jul 26th, 2024
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.74 KB | Gaming | 0 0
  1. @Echo Off
  2. REM Route 66 grp preparation batch by benlebowski
  3. REM tested on win/linux with rednukem_win64_20240620-r14077.7z https://github.com/nukeykt/NBlood/releases/tag/r14077
  4. REM thanks to jonhunt http://www.jonhunt.com/redneck/other/gogrt66grp.txt, Man 'o War, Moggimus of duke4.net forums
  5. REM Preparing files for GFS31 editor
  6. REM https://dukeworld.com/2001-current/rtcm/duke3d-tools-grp/gfs31.zip
  7.  
  8. pause
  9. c:
  10. cd\
  11.  
  12. # Change "GOG Games\Redneck Rampage Collection\Redneck Rampage" accordingly to your Gog's Redneck Rampage installation directory"
  13.  
  14. cd "GOG Games\Redneck Rampage Collection\Redneck Rampage"
  15. mkdir temprt66
  16. cd ROUTE66
  17. copy "*.map" "..\temprt66"
  18. cd ..
  19. copy "END66.ANM" "temprt66"
  20. copy "TURD66.ANM" "temprt66"
  21. copy "TILESA66.ART" "temprt66"
  22. copy "TILESB66.ART" "temprt66"
  23. copy "BUBBA66.CON" "temprt66"
  24. copy "DEFS66.CON" "temprt66"
  25. copy "GAME66.CON" "temprt66"
  26. copy "GATOR66.CON" "temprt66"
  27. copy "PIG66.CON" "temprt66"
  28. copy "USER66.CON" "temprt66"
  29. copy "END66.VOC" "temprt66"
  30. copy "G_BITE.VOC" "temprt66"
  31. copy "G_SIT.VOC" "temprt66"
  32. copy "NEON.VOC" "temprt66"
  33. copy "PALETTE.DAT" "temprt66"
  34. copy "TURD66.VOC" "temprt66"
  35. cd "temprt66"
  36.  
  37. ren "TILESA66.ART" "TILES024.ART"
  38. ren "TILESB66.ART" "TILES025.ART"
  39.  
  40. REM ren "START.MAP" "E1L1.MAP"
  41. REM ren "CARNIVAL.MAP" "E1L2.MAP"
  42. REM ren "TRUCKSTP.MAP" "E1L3.MAP"
  43. REM ren "BREWERY.MAP" "E1L4.MAP"
  44. REM ren "FLEA.MAP" "E1L5.MAP"
  45. REM ren "SLAUGHTR.MAP" "E1L6.MAP"
  46. REM ren "MINIGOLF.MAP" "E1L7.MAP"
  47. REM ren "GAS.MAP" "E2L1.MAP"
  48. REM ren "RANCH.MAP" "E2L2.MAP"
  49. REM ren "COFFIN.MAP" "E2L3.MAP"
  50. REM ren "CAMPY.MAP" "E2L4.MAP"
  51. REM ren "BIGFOOT.MAP" "E2L5.MAP"
  52. REM ren "HOOVRDAM.MAP" "E2L6.MAP"
  53. REM ren "ALIEN.MAP" "E2L7.MAP"
  54. cd ..\..
  55.  
  56. REM No go Editing and make your RT66.grp :)
  57. pause
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement