8000 GitHub - zgibberish/rotwood-wikigg-automated: Scripts and tools to help generate content for the unofficial Rotwood wiki, hosted on wiki.gg.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

zgibberish/rotwood-wikigg-automated

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Rotwood wiki.gg Automated

Scripts and tools to help generate content for the unofficial Rotwood wiki hosted on wiki.gg.

In-game tools

The wikiggutil script is used to generate formatted data from game content, you can run it straight from the in-game console and there's no need to install a Lua interpreter separately.

Installation

Mod

If you've patched your modloader, you can install the mod provided in src/ to automatically add wikiggutil to GLOBAL.

Manual

  • Make sure you're using extracted scripts (see here).
  • Copy src/wikigg-automated/scripts/wikiggutil.lua to data/scripts/.
  • Copy src/wikigg-automated/scripts/tools/upvaluehacker.lua to data/scripts/tools (create the tools/ directory yourself).
  • Launch Rotwood with the -enable_debug_console command line flag (Right click on Rotwood in your Steam library and go to Properties).
  • Hit ` to open the in-game console.
  • Run wikiggutil = require "wikiggutil" to load the script.

Usage

You will run these commands in the in-game console, the result will be copied to clipboard.

Example: table of all obtainable Powers.

imgui:SetClipboardText(wikiggutil.Wikitext.PowersTable())

Example: table of all obtainable Gems.

imgui:SetClipboardText(wikiggutil.Wikitext.GemsTable())

See wikiggutil.lua for more details.

About

Scripts and tools to help generate content for the unofficial Rotwood wiki, hosted on wiki.gg.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0