Guest User

Untitled

a guest
May 15th, 2020
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. duke 3d config -
  2. in ports roms -
  3. Duke Nukem 3D - Ion Fury.sh
  4. #!/bin/bash
  5. "/opt/retropie/supplementary/runcommand/runcommand.sh" 0 _PORT_ "duke3d-fury" ""
  6.  
  7.  
  8. emulators.cfg
  9. eduke32 = "/opt/retropie/ports/eduke32/eduke32 -g fu/fury.grp -j/home/pi/RetroPie/roms/ports/duke3d" default = "eduke32"
  10.  
  11. default = "eduke32"
  12. eduke32.cfg
  13. [Misc]
  14. Executions = 42
  15.  
  16. [Setup]
  17. ConfigVersion = 324
  18. ForceSetup = 1
  19. NoAutoLoad = 1
  20. SelectedGRP = "fury.grp"
  21.  
  22. [Screen Setup]
  23. ScreenBPP = 8
  24. ScreenHeight = 768
  25. ScreenMode = 0
  26. ScreenWidth = 1024
  27. WindowPositioning = 0
  28. WindowPosX = -1
  29. WindowPosY = -1
  30. MaxRefreshFreq = 0
  31. Out = 0
  32. Password = ""
  33.  
  34. [Controls]
  35. MouseButton0 = "Fire"
  36. MouseButton1 = "MedKit"
  37. MouseButton2 = "Jetpack"
  38. MouseButton4 = "Previous_Weapon"
  39. MouseButton5 = "Next_Weapon"
  40. MouseAnalogAxes0 = "analog_turning"
  41. MouseAnalogAxes1 = "analog_moving"
  42.  
  43. [Comm Setup]
  44. PlayerName = ""
  45. RTSName = "DUKE.RTS"
  46. CommbatMacro#0 = "An inspiration for birth control."
  47. CommbatMacro#1 = "You're gonna die for that!"
  48. CommbatMacro#2 = "It hurts to be you."
  49. CommbatMacro#3 = "Lucky son of a bitch."
  50. CommbatMacro#4 = "Hmmm... payback time."
  51. CommbatMacro#5 = "You bottom dwelling scum sucker."
  52. CommbatMacro#6 = "Damn, you're ugly."
  53. CommbatMacro#7 = "Ha ha ha... wasted!"
  54. CommbatMacro#8 = "You suck!"
  55. CommbatMacro#9 = "AARRRGHHHHH!!!"
Add Comment
Please, Sign In to add comment