Skip to content

beccabell26/NeoScavHelperTool

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NeoScavHelperTool

This tool is intended to use with NeoScavenger game for now as viewer of in-game items. It will need to have valid XML files on all mods or else an exception will be thrown.

This is still unfinished and so far:

  • It will display barterhexes
  • It will display forbiddenhexes
  • It will display hextypes
  • It will display images
  • It will somewhat display itemtypes
  • It will display maps
  • It will display treasuretable

Bellow is a list with XML fixes I had to make on some mods:

  • DevKit\BBCAddOn

    • Line 1494: escaped '&' to '&'
    • Line 2574: escaped '&' to '&'
    • Line 2970: escaped '&' to '&'
    • Line 3672: escaped '&' to '&'
    • Line 3870: escaped '&' to '&'
  • DevKit\DevKitAddOn

    • Line 253: escaped '&' to '&'
    • Line 344: escaped '&' to '&'
    • Line 367: escaped '&' to '&'
    • Line 390: escaped '&' to '&'
    • Line 495: removed extra '>' on the closing tag
  • M(m)MoD\M(m)MoD

    • Line 20008: escaped '&' to '&'
    • Line 20047: escaped '&' to '&'
  • Overhaul\AddOn

    • Line 2124: removed extra '24031' after closing tag
  • Shouldered\Patch_MmMoD

    • Line 39: escaped '&' to '&'
    • Line 78: escaped '&' to '&'
    • Line 117: escaped '&' to '&'

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%