Advertisement
TokMor

NGU jshelper config

Oct 6th, 2024 (edited)
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ## Settings file was created by plugin jshepler.ngu.mods v1.14
  2. ## Plugin GUID: jshepler.ngu.mods
  3.  
  4. [Allocators]
  5.  
  6. ## auto allocates idle resources, maintaining speed cap
  7. # Setting type: Boolean
  8. # Default value: false
  9. AutoAllocator.Enabled = false
  10.  
  11. ## allocates enough of a resource to keep BB until target level or RB time
  12. # Setting type: Boolean
  13. # Default value: false
  14. OverCapAllocator.Enabled = false
  15.  
  16. ## splits resource between bars, using their ratios, to keep even leveling speed
  17. # Setting type: Boolean
  18. # Default value: false
  19. RatioSplitAllocator.Enabled = false
  20.  
  21. [AutoCards]
  22.  
  23. ## if enabled, sorts cards as they are added
  24. # Setting type: Boolean
  25. # Default value: true
  26. AutoSort.Enabled = true
  27.  
  28. ## the order cards are sorted
  29. # Setting type: CardSortDirection
  30. # Default value: Ascending
  31. # Acceptable values: Ascending, Descending
  32. AutoSort.Direction = Ascending
  33.  
  34. ## if enabled, will yeet cards as they are added, at or below the configured max rarity
  35. # Setting type: Boolean
  36. # Default value: false
  37. AutoYeet.Enabled = false
  38.  
  39. ## if AutoYeet is enabled, this is the max rarity that will get yeeted
  40. # Setting type: rarity
  41. # Default value: Crappy
  42. # Acceptable values: Crappy, Bad, Meh, Okay, Good, Great, Damn, BigChonker
  43. AutoYeet.MaxYeetRarity = Crappy
  44.  
  45. [AutoHarvest]
  46.  
  47. ## enable auto harvest/eat fruits when fully grown (max tier)
  48. # Setting type: Boolean
  49. # Default value: false
  50. Enabled = false
  51.  
  52. [AutoMergeTransform]
  53.  
  54. ## enables/disables auto merging and transforming of pendants and looties
  55. # Setting type: Boolean
  56. # Default value: true
  57. Enabled = false
  58.  
  59. [AutoSnipe]
  60.  
  61. ## used to target specific enemy in specific zone, other zones always snipe bosses; enter zone number (from wiki: https://ngu-idle.fandom.com/wiki/Adventure_Mode#Zones)
  62. # Setting type: Int32
  63. # Default value: 0
  64. TargetZone = 0
  65.  
  66. ## used to target specific enemy in specific zone; enter enemy number (from bestiary), 0 = bosses
  67. # Setting type: Int32
  68. # Default value: 0
  69. TargetEnemy = 0
  70.  
  71. [CheckForNewVersion]
  72.  
  73. ## checks for new version when loading a save and every hour after
  74. # Setting type: Boolean
  75. # Default value: true
  76. Enabled = true
  77.  
  78. [CustomResolution]
  79.  
  80. ## custom resolution width, 0 = disabled
  81. # Setting type: Int32
  82. # Default value: 0
  83. Width = 0
  84.  
  85. ## custom resolution height, 0 = disabled
  86. # Setting type: Int32
  87. # Default value: 0
  88. Height = 0
  89.  
  90. [DefaultDaycareKitty]
  91.  
  92. ## filename of 250x110 image in config folder, used to replace default kitty sprite, leave empty to disable
  93. # Setting type: String
  94. # Default value:
  95. Filename =
  96.  
  97. [DefaultPlayerPortait]
  98.  
  99. ## replaces default player portrait with the portrait of boss id (enemy # from bestiary), 0 = disabled
  100. # Setting type: Int32
  101. # Default value: 0
  102. BossId = 0
  103.  
  104. ## filename of 184x184 image in config folder, used to replace default player portrait (overrides BossId option), leave empty to disable
  105. # Setting type: String
  106. # Default value:
  107. Filename =
  108.  
  109. [DiggerUpggradeIndicator]
  110.  
  111. ## if enabled, digger button will light up yellow if any digger can be upgraded
  112. # Setting type: Boolean
  113. # Default value: false
  114. Enabled = true
  115.  
  116. [DropTableTooltip]
  117.  
  118. ## enables display of zones' Drop Table tooltip by holding the alt key
  119. # Setting type: Boolean
  120. # Default value: true
  121. Enabled = true
  122.  
  123. ## if true, only items that meet their drop conditions will be displayed
  124. # Setting type: Boolean
  125. # Default value: true
  126. OnlyUnlocked = true
  127.  
  128. ## how unknown items (not yet dropped) are displayed; Blur replaces names with "????"
  129. # Setting type: UnknownItemDisplay
  130. # Default value: Blur
  131. # Acceptable values: Show, Blur, Hide
  132. UnknownItems = Show
  133.  
  134. [FruitActivationIndicator]
  135.  
  136. ## when enabled, the Yggdrasil button will light up red if any fruit needs activation
  137. # Setting type: Boolean
  138. # Default value: false
  139. Enabled = true
  140.  
  141. [LSCreminder]
  142.  
  143. ## max time to target for both laser sword and quadruple laser sword together, will light up Challenges button on Rebirth screen; 0 = disabled
  144. # Setting type: Int32
  145. # Default value: 5
  146. MaxMinutesToTarget = 5
  147.  
  148. [NotificationToasts]
  149.  
  150. ## enable to separate "timed tooltips" into separate notifications as toasts
  151. # Setting type: Boolean
  152. # Default value: true
  153. Enabled = true
  154.  
  155. ## if true, toasts are displayed top-right and go down; if false, toasts are displayed bottom-right and go up
  156. # Setting type: Boolean
  157. # Default value: true
  158. TopDown = true
  159.  
  160. [PruneSaves]
  161.  
  162. ## When quick/auto saving, will delete saves older than value; 0 = disabled
  163. # Setting type: Int32
  164. # Default value: 0
  165. DaysToKeep = 0
  166.  
  167. [Questing]
  168.  
  169. ## If true, new quests will always be random instead of targeting current zone
  170. # Setting type: Boolean
  171. # Default value: false
  172. AlwaysRandom = false
  173.  
  174. ## If true, will automatically use butter when starting a major quest
  175. # Setting type: Boolean
  176. # Default value: false
  177. AutoButter = false
  178.  
  179. [RemoteTriggers]
  180.  
  181. ## enables receiving of remote commands
  182. # Setting type: Boolean
  183. # Default value: false
  184. Enabled = false
  185.  
  186. ## urls must start with this prefix else will be ignored
  187. # Setting type: String
  188. # Default value: http://localhost:8088/ngu/
  189. Prefix = http://localhost:8088/ngu/
  190.  
  191. [RemoteTriggers.AutoBoost]
  192.  
  193. ## enables auto-boost trigger
  194. # Setting type: Boolean
  195. # Default value: true
  196. Enabled = false
  197.  
  198. [RemoteTriggers.AutoMerge]
  199.  
  200. ## enables auto-merge trigger
  201. # Setting type: Boolean
  202. # Default value: true
  203. Enabled = false
  204.  
  205. [RemoteTriggers.FightBoss]
  206.  
  207. ## enables fight boss trigger
  208. # Setting type: Boolean
  209. # Default value: true
  210. Enabled = false
  211.  
  212. [RemoteTriggers.Kitty]
  213.  
  214. ## enables kitty trigger
  215. # Setting type: Boolean
  216. # Default value: true
  217. Enabled = false
  218.  
  219. [RemoteTriggers.TossGold]
  220.  
  221. ## enables toss gold trigger
  222. # Setting type: Boolean
  223. # Default value: true
  224. Enabled = false
  225.  
  226. [TrollKitty]
  227.  
  228. ## filename of 900x600 image in config folder, used to replace troll kitty sprite, leave empty to disable
  229. # Setting type: String
  230. # Default value:
  231. Filename =
  232.  
  233. [Twitch]
  234.  
  235. ## Enables twitch integration
  236. # Setting type: Boolean
  237. # Default value: false
  238. Enabled = false
  239.  
  240. ## Connects to twitch when game starts
  241. # Setting type: Boolean
  242. # Default value: false
  243. AutoConnect = false
  244.  
  245. ## The client id for the registered twitch application (see README)
  246. # Setting type: String
  247. # Default value:
  248. ClientId =
  249.  
  250. ## The client secret from the registered twitch applicatino (see README)
  251. # Setting type: String
  252. # Default value:
  253. ClientSecret =
  254.  
  255. ## The stored access token for the app - set automatically
  256. # Setting type: String
  257. # Default value:
  258. AppAccessToken =
  259.  
  260. ## The stored access token for the current user - set automatically
  261. # Setting type: String
  262. # Default value:
  263. UserAccessToken =
  264.  
  265. ## The stored refresh token for the current user - set automatically
  266. # Setting type: String
  267. # Default value:
  268. UserRefreshToken =
  269.  
  270. [Twitch.RewardTriggers]
  271.  
  272. ## Custom reward name to trigger merge
  273. # Setting type: String
  274. # Default value:
  275. Merge =
  276.  
  277. ## Custom reward name to trigger boost
  278. # Setting type: String
  279. # Default value:
  280. Boost =
  281.  
  282. ## Custom reward name to trigger merge+boost
  283. # Setting type: String
  284. # Default value:
  285. MergeBoost =
  286.  
  287. ## Custom reward name to trigger boss fight
  288. # Setting type: String
  289. # Default value:
  290. FightBoss =
  291.  
  292. ## Custom reward name to toss gold into money pit
  293. # Setting type: String
  294. # Default value:
  295. TossGold =
  296.  
  297. ## Custom reward name to trigger troll kitty event
  298. # Setting type: String
  299. # Default value:
  300. Kitty =
  301.  
  302. [WisheQueue]
  303.  
  304. ## enables the wish queue
  305. # Setting type: Boolean
  306. # Default value: true
  307. Enabled = true
  308.  
  309. [WishR3Cap]
  310.  
  311. ## when auto-allocating resources or when a wish completes a level, will (re)distribute R3 amongst running wishes to not be more than is needed for min wish time
  312. # Setting type: Boolean
  313. # Default value: true
  314. Enabled = true
  315.  
  316.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement