[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"mod-better-mod-sortand-error-inspector":3,"mods-more-author-better-mod-sortand-error-inspector":28,"mods-more-category-better-mod-sortand-error-inspector":71,"mods-similar-better-mod-sortand-error-inspector":128},{"id":4,"slug":5,"name":6,"shortDescription":7,"author":8,"workshopUrl":9,"imageKey":10,"thumbnailUrl":11,"packageId":12,"category":13,"tags":14,"downloadCount":17,"rating":18,"publishedAt":19,"updatedAt":20,"description":21,"ratingCount":22,"version":10,"gameVersion":10,"images":23,"videos":26,"kofiUrl":27,"patreonUrl":27},"9cfff490-7e4d-4c85-b71c-acbf6f1d055c","better-mod-sortand-error-inspector","Better Mod Sort(And Error Inspector)","What does this mod do?","LYan","https:\u002F\u002Fsteamcommunity.com\u002Fsharedfiles\u002Ffiledetails\u002F?id=3673408015","","https:\u002F\u002Fimages.steamusercontent.com\u002Fugc\u002F16960353642020995659\u002F5AB468FBBA537C2B3B0C94E91349EEDBCFC5AB02\u002F","com.bettermodsort.rimworld","management",[15,16],"mod","1.6",9537,4.3,"2026-02-25T17:43:39.0000000Z","2026-03-28T12:55:58.0000000Z","\u003Ch2>What does this mod do?\u003C\u002Fh2>\r\n\r\nInstalled a bunch of mods but don't know how to order them?\r\n\r\nThis mod can connect to Large Language Models (LLMs) and let AI suggest a more reasonable load order based on your mod list and actual error reports.\r\n\r\nTo let the AI know which mods might have conflicts, this mod will automatically intercept runtime errors in the background, analyze which mod caused them, and record this information as reference data for the AI sorting.\r\n\r\nTherefore, the typical workflow is: \u003Cstrong>Play a game normally first (or at least load a game once)\u003C\u002Fstrong> to let the mod collect enough error information, and then use the AI sorting. This will yield better results.\r\n\r\nOf course, the error analysis feature itself is also useful. Even if you don't use AI sorting, it can help you figure out exactly whose fault the red text is.\r\n\r\n\u003Chr>\r\n\r\n\u003Ch2>Features\u003C\u002Fh2>\r\n\r\n\u003Cstrong>AI-Assisted Sorting (Experimental)\u003C\u002Fstrong>\r\n\r\nThis is the main feature of the mod. It is disabled by default and needs to be manually enabled in the mod settings, along with configuring the LLM API Key.\r\nOnce enabled, the \"Auto-sort\" button in the mod list will trigger the AI process:\r\n\r\n1. To save Tokens, the engine will not send detailed descriptions of all your mods. It only gathers basic info (Name and vanilla load requirements like `loadBefore` \u002F `loadAfter`).\r\n2. Only for \"suspect mods\" that were previously recorded in errors, the AI will extract their full descriptions and compress them into short summaries (these are cached locally).\r\n3. Send this optimized info, along with the error records, to the LLM.\r\n4. The LLM returns sorting suggestions, which are then injected into the vanilla topological sorting engine to execute the sort.\r\n\r\nSo, for the AI to sort accurately, it's best to run the game once with your current mod list to let the error analysis system accumulate some data.\r\nIt can still sort the first time you use it when there is no error data at all, but the AI will have less information to reference.\r\n\r\n\u003Cstrong>! Note: AI sorting consumes API Tokens. For a list of 300 mods, the Input will consume roughly 10,000 Tokens !\u003C\u002Fstrong>\r\n\r\n\u003Cstrong>Error Source Analysis\u003C\u002Fstrong>\r\n\r\nThis feature takes effect automatically once installed, requiring no extra actions. It provides data for AI sorting and can also be used independently as a troubleshooting tool.\r\n\r\nWhen red errors occur in the game, the mod deeply analyzes them from the following aspects:\r\n- \u003Cstrong>DLL Stack Trace Mapping\u003C\u002Fstrong> — Extracts the assembly corresponding to each frame from the exception's call stack to find out which mod's DLL it is.\r\n- \u003Cstrong>XML Parsing Exception Localization\u003C\u002Fstrong> — Intercepts the underlying XML processing routines, directly mapping the exact XML nodes that threw an exception back to their source files, mods, and specific XML NodePaths.\r\n- \u003Cstrong>Def Config Error Analysis\u003C\u002Fstrong> — Intercepts Def configuration errors, traces their actual source files, extracts the entire `ParentName` inheritance chain, and identifies all Patch operations applied to that Def and its parent nodes.\r\n- \u003Cstrong>Cross-Reference Sourcing\u003C\u002Fstrong> — Deeply parses errors like `Could not resolve cross-reference` to track down the exact Def, file, and specific XML node that used the missing reference, and lists any involved Patches.\r\n- \u003Cstrong>CE Compatibility Attribution\u003C\u002Fstrong> — Resolves `no support for Combat Extended` errors by deeply analyzing stack frame parameters to pinpoint the specific item or race Defs that lack CE compatibility.\r\n- \u003Cstrong>File Path & Workshop ID Extraction\u003C\u002Fstrong> — Extracts local path strings from errors like `Cannot load texture` or missing files, matching them to active mod root directories or decoding Steam Workshop IDs to find the mod.\r\n\r\nThe analysis results will be saved to `BetterModSort.Error.txt` in your save directory, and the previous results will be backed up as `BetterModSort.Error.prev.txt`. \r\n\r\n\u003Cstrong>! Note\u003C\u002Fstrong>: If you need to report bugs to other mod authors, please make sure to provide the full \u003Cstrong>Player.log\u003C\u002Fstrong> file or copy the original red error details from the log window. The \u003Cstrong>BetterModSort.Error.txt\u003C\u002Fstrong> generated by this mod only contains an analysis summary for AI sorting and quick reference, and may lack the critical technical details required by authors to fix bugs.\r\n\r\n(XML related)\r\n```\r\nCould not resolve cross-reference to Verse.WorkTypeDef named DoctorRescue (wanter=workTypes)\r\n  -> \r\n     - [Mod: Project RimFactory - Drones (spdskatr.projectrimfactory.drones)] Defs\u002FThingDef\u002FmodExtensions\u002Fli\u002FworkTypes\r\n       File: D:\\SteamLibrary\\steamapps\\workshop\\content\\294100\\2037491557\\Defs\\ThingDefs_Buildings\\Buildings_DroneStation.xml\r\n  -> \r\n     - [Mod: Project RimFactory - Drones (spdskatr.projectrimfactory.drones)] PatchOperationAdd (FindMod: Achtung!)\r\n```\r\n\r\n(DLL related)\r\n```\r\n ========== Error Analysis ==========\r\nTime: 10:10:20\r\nError: Trying to get stat MeleeDamageAverage from TM_GloryMaul which has no support for Combat Extended.\r\nRelated MODs (3):\r\n  -  Combat Extended\r\n    DLL: CombatExtended\r\n    Location: CombatExtended.StatWorker_MeleeDamageAverage.GetValueUnfinalized\r\n  -  Nice Bill Tab\r\n    DLL: NiceBillTab\r\n    Location: NiceBillTab.StatRequestWorker.GetDPS\r\n  -  Loading Progress\r\n    DLL: ilyvion.LoadingProgress\r\n    Location: ilyvion.LoadingProgress.StaticConstructorOnStartupUtilityReplacement+d__2.MoveNext\r\n=====================================\r\n```\r\n\r\n\u003Chr>\r\n\r\n\u003Cstrong>Compatibility & External Tools\u003C\u002Fstrong>\r\n- Fully compatible with \u003Cstrong>Mod Manager\u003C\u002Fstrong> and \u003Cstrong>Prestarter\u003C\u002Fstrong>. Once you enable AI sorting in this mod's settings, clicking their native \"Auto-sort\" button will seamlessly trigger this mod's AI sorting process instead!\r\n- \u003Cstrong>RimSort Export\u003C\u002Fstrong>: Supports automatically saving the current active mod list to a RimSort-compatible XML file after AI sorting completes (can be enabled in experimental settings).\r\n\r\n\u003Chr>\r\n\r\n\u003Cstrong>Language Support\u003C\u002Fstrong>\r\nSupports English, Simplified Chinese, and Russian.\r\nThanks to \u003Ca href=\"https:\u002F\u002Fsteamcommunity.com\u002Fprofiles\u002F76561199060925579\" target=\"_blank\" rel=\"noopener noreferrer\">Dmitry6\u003C\u002Fa> for the Russian translation!\r\nTranslation contributions for other languages are always welcome.\r\n\r\nGithub Repo: https:\u002F\u002Fgithub.com\u002FYan-Zero\u002FBetterModSort",141,[24,25],"https:\u002F\u002Fimages.steamusercontent.com\u002Fugc\u002F10093293399201880553\u002FE041BE61D4F5BBFF44176D2563C7018E8AF4DA66\u002F","https:\u002F\u002Fimages.steamusercontent.com\u002Fugc\u002F16608061328599711929\u002F9F9377F83795C871E6600140634314B9529B62FC\u002F",[],null,[29,44,58],{"id":30,"slug":31,"name":32,"shortDescription":33,"author":8,"workshopUrl":34,"imageKey":10,"thumbnailUrl":35,"packageId":36,"category":13,"tags":37,"downloadCount":40,"rating":41,"publishedAt":42,"updatedAt":43},"93568f77-3083-4592-9a6d-6189f4bd18a7","ppc-plugin","PPC Plugin","Rimatomics weapons cannot use other battery power, so I did this mod to change this situation.","https:\u002F\u002Fsteamcommunity.com\u002Fsharedfiles\u002Ffiledetails\u002F?id=2569741173","https:\u002F\u002Fimages.steamusercontent.com\u002Fugc\u002F1693902583048608222\u002FEE3CDA8F9C18A90675CFA4EA935287326C54DF22\u002F","yan.ppcplugin",[15,16,38,39],"1.4","1.3",1492,4.8,"2021-08-08T19:03:17.0000000Z","2025-09-28T05:39:34.0000000Z",{"id":45,"slug":46,"name":47,"shortDescription":48,"author":8,"workshopUrl":49,"imageKey":10,"thumbnailUrl":50,"packageId":51,"category":13,"tags":52,"downloadCount":54,"rating":55,"publishedAt":56,"updatedAt":57},"65683e72-39ea-4b69-a7ad-f1f36941fe0c","no-max-value-for-trade-price-improvement","No Max Value for Trade Price Improvement","This mod only removes the max value of trade price improvement.","https:\u002F\u002Fsteamcommunity.com\u002Fsharedfiles\u002Ffiledetails\u002F?id=3226278439","https:\u002F\u002Fimages.steamusercontent.com\u002Fugc\u002F2515898701067455163\u002F383C4D2AF6B376F1A97AA0609CCF4233B1122865\u002F","yan.nmaxvalue4tpi",[15,53,16],"1.5",2826,4.7,"2024-04-19T01:08:34.0000000Z","2025-07-18T09:48:51.0000000Z",{"id":59,"slug":60,"name":61,"shortDescription":62,"author":8,"workshopUrl":63,"imageKey":10,"thumbnailUrl":64,"packageId":65,"category":13,"tags":66,"downloadCount":67,"rating":68,"publishedAt":69,"updatedAt":70},"fe742807-6c1d-4f0e-87c2-80c01aa8a0e8","split-genes","Split Genes","This mod adds a function to Gene Ripper - Splitting Genepack.","https:\u002F\u002Fsteamcommunity.com\u002Fsharedfiles\u002Ffiledetails\u002F?id=2920165365","https:\u002F\u002Fimages.steamusercontent.com\u002Fugc\u002F2032846422868402740\u002FEE677019C6EE2CE8ED2856F90C791674ED4C8F35\u002F","yan.splitgenes",[15,38],2942,4.4,"2023-01-19T01:12:13.0000000Z","2023-01-20T04:23:37.0000000Z",[72,86,99,115],{"id":73,"slug":74,"name":75,"shortDescription":76,"author":77,"workshopUrl":78,"imageKey":10,"thumbnailUrl":79,"packageId":80,"category":13,"tags":81,"downloadCount":82,"rating":83,"publishedAt":84,"updatedAt":85},"c78d3bc9-4f6c-4319-b1ec-fc6395769709","vanilla-cooking-expanded","Vanilla Cooking Expanded","Mechanics are simple and intuitive - keeping within the vanilla spirit without unnecessary fluff and production chains.","Sarg Bjornson","https:\u002F\u002Fsteamcommunity.com\u002Fsharedfiles\u002Ffiledetails\u002F?id=2134308519","https:\u002F\u002Fimages.steamusercontent.com\u002Fugc\u002F13142774387753198757\u002F212ECFC6797DA805832331E7A4E6F3D2C76317EC\u002F","vanillaexpanded.vcooke",[15,16,53,38],1337382,4.9,"2020-06-18T18:16:45.0000000Z","2026-06-16T14:44:37.0000000Z",{"id":87,"slug":88,"name":89,"shortDescription":90,"author":91,"workshopUrl":92,"imageKey":10,"thumbnailUrl":93,"packageId":94,"category":13,"tags":95,"downloadCount":96,"rating":83,"publishedAt":97,"updatedAt":98},"2ffbb671-aedc-4e35-9084-1367dcc48d99","interaction-bubbles","Interaction Bubbles","Wouldn't it be great if you could read character interactions?","Jaxe","https:\u002F\u002Fsteamcommunity.com\u002Fsharedfiles\u002Ffiledetails\u002F?id=1516158345","https:\u002F\u002Fimages.steamusercontent.com\u002Fugc\u002F1835794279689724818\u002F9E12B4DF24F247D74B368CE56D90528C2B70D3A6\u002F","jaxe.bubbles",[15,53,38,39,16],1796489,"2018-09-18T11:34:38.0000000Z","2025-08-25T17:27:36.0000000Z",{"id":100,"slug":101,"name":102,"shortDescription":103,"author":104,"workshopUrl":105,"imageKey":10,"thumbnailUrl":106,"packageId":107,"category":13,"tags":108,"downloadCount":112,"rating":83,"publishedAt":113,"updatedAt":114},"972d5ddf-acf6-45b6-a8a8-4297ac2b5d21","qualitybuilder","QualityBuilder","With QualityBuilder all buildings that have quality (beds, tables etc) will only be build by the best builder to ensure the best outgoing quality.","Hatti","https:\u002F\u002Fsteamcommunity.com\u002Fsharedfiles\u002Ffiledetails\u002F?id=754637870","https:\u002F\u002Fimages.steamusercontent.com\u002Fugc\u002F950718995351294794\u002FAB13E9B6A6FB3E4A86D114FB5F20B1A17AD39715\u002F","hatti.qualitybuilder",[15,109,110,111,53,38,39],"1.0","1.1","1.2",1343473,"2016-08-29T22:37:15.0000000Z","2024-03-13T22:55:29.0000000Z",{"id":116,"slug":117,"name":118,"shortDescription":119,"author":120,"workshopUrl":121,"imageKey":10,"thumbnailUrl":122,"packageId":123,"category":13,"tags":124,"downloadCount":125,"rating":83,"publishedAt":126,"updatedAt":127},"54ff6b67-f141-4816-822f-ad10a2fab1b0","hugslib","HugsLib","This is a library that provides shared functionality for other mods.","Symbolic","https:\u002F\u002Fsteamcommunity.com\u002Fsharedfiles\u002Ffiledetails\u002F?id=818773962","https:\u002F\u002Fimages.steamusercontent.com\u002Fugc\u002F103978299280169442\u002FA67F10574269C336608796DAF2A6ECF3B96B0F59\u002F","unlimitedhugs.hugslib",[15,109,110,111,53,38,39,16],3393497,"2016-12-15T17:06:09.0000000Z","2025-07-13T19:18:38.0000000Z",[129,142,154,166],{"id":130,"slug":131,"name":132,"shortDescription":133,"author":134,"workshopUrl":135,"imageKey":10,"thumbnailUrl":136,"packageId":137,"category":13,"tags":138,"downloadCount":139,"rating":83,"publishedAt":140,"updatedAt":141},"e4a394e2-aee6-4935-b211-ad32a9fdd43b","vanilla-plants-expanded","Vanilla Plants Expanded","Vanilla Plants Expanded is a core module in a plant-based in the new mod series “Vanilla Cuisine Expanded” from the Vanilla Expanded team.","Oskar Potocki","https:\u002F\u002Fsteamcommunity.com\u002Fsharedfiles\u002Ffiledetails\u002F?id=2134308522","https:\u002F\u002Fimages.steamusercontent.com\u002Fugc\u002F13649028913732185066\u002FC67DA524724F2BD28953C3DDF55A11A9465E0A79\u002F","vanillaexpanded.vplantse",[15,53,38,16],1420132,"2020-06-18T18:16:44.0000000Z","2025-11-11T12:12:48.0000000Z",{"id":143,"slug":144,"name":145,"shortDescription":146,"author":91,"workshopUrl":147,"imageKey":10,"thumbnailUrl":148,"packageId":149,"category":13,"tags":150,"downloadCount":151,"rating":83,"publishedAt":152,"updatedAt":153},"037614b4-3975-4ac3-a20a-9de9aaab0d68","rimhud","RimHUD","RimHUD is a UI mod that displays detailed information about a selected character or creature.","https:\u002F\u002Fsteamcommunity.com\u002Fsharedfiles\u002Ffiledetails\u002F?id=1508850027","https:\u002F\u002Fimages.steamusercontent.com\u002Fugc\u002F1687146164330163452\u002F43BA9FD0FD6A3123B367C2FDAC84A663856CC242\u002F","jaxe.rimhud",[15,16,53,38,39,111,110],2137039,"2018-09-10T17:32:31.0000000Z","2025-08-15T04:32:32.0000000Z",{"id":155,"slug":156,"name":157,"shortDescription":158,"author":134,"workshopUrl":159,"imageKey":10,"thumbnailUrl":160,"packageId":161,"category":13,"tags":162,"downloadCount":163,"rating":83,"publishedAt":164,"updatedAt":165},"62f73e39-1314-444b-b55c-878768790ee6","vanilla-textures-expanded","Vanilla Textures Expanded","1.6.0 (16\u002F07\u002F2020): Updated to 1.3. Honestly, we added so many textures (including almost a full retexture of Royalty) I'm not going to bother. 1.5.0 (11\u002F10\u002F2020): Added faction icons in HQ. 1.4.0 (04\u002F09\u002F2020): Added various new textures: Snowmen, Flatscreen TV, Unfinished appare","https:\u002F\u002Fsteamcommunity.com\u002Fsharedfiles\u002Ffiledetails\u002F?id=2016436324","https:\u002F\u002Fimages.steamusercontent.com\u002Fugc\u002F11750749957969253050\u002F3BE41DFCAB683CB5175008D156F5FB5D65A0B933\u002F","vanillaexpanded.vtexe",[15,16,53,38],1490912,"2020-03-07T20:55:08.0000000Z","2025-07-20T20:10:41.0000000Z",{"id":167,"slug":168,"name":169,"shortDescription":170,"author":171,"workshopUrl":172,"imageKey":10,"thumbnailUrl":173,"packageId":174,"category":13,"tags":175,"downloadCount":176,"rating":83,"publishedAt":177,"updatedAt":178},"46736a72-6b57-4718-b154-25eb5d59a0f8","replace-stuff","Replace Stuff","Place buildings anywhere, on top of existing things, and the game will handle it.","Uuugggg","https:\u002F\u002Fsteamcommunity.com\u002Fsharedfiles\u002Ffiledetails\u002F?id=1372003680","https:\u002F\u002Fimages.steamusercontent.com\u002Fugc\u002F921426876980662243\u002F50B18BF7A9132FB5B01AFD7A5AACA57DF1940771\u002F","uuugggg.replacestuff",[15,110,111,53,38,39],2059514,"2018-04-28T04:53:36.0000000Z","2024-12-31T18:41:04.0000000Z"]