Skip to content

wang429/SlayTheSpire-BobertRandomWikipediaArticle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learn from Wikipedia

  • Updates The Library event to grab a random article from Wikipedia and present the introduction.
    • Note: this could end up displaying very little content for some articles
    • Note: this appears to have a minor, but noticeable effect on The Library's load time

Ideas

  • Open random article from Wikipedia after Lesson Learned
  • Add relic for Cursed Tome Event that does something related to random knowledge gain.

How to build from source

  1. Create an environment variable named STEAMAPPS_PATH
    • On Windows, open a Command Prompt and run setx STEAMAPPS_PATH "C:\Program Files (x86)\Steam\steamapps"
    • On Mac, open ~/.bash_profile and add a line like export STEAMAPPS_PATH="~/Library/Application Support/Steam/steamapps"
    • Adjust the paths accordingly if you have installed Steam to a different location
  2. Install the Oracle Java 8 JDK (not Java 9+)
  3. Install IntelliJ IDEA (the free Community edition is fine)
  4. Through Steam, install Slay the Spire (stable branch)
  5. From the Steam Workshop, install "Mod the Spire", "BaseMod", and "StSLib"
  6. Clone the repository
  7. Open the project in IntelliJ IDEA:
    1. Choose "Import Project"
    2. Choose the repository folder
    3. Select "Maven"
    4. Press next a few times, all other settings can be left at defaults
  8. Follow the these instructions from the StS-DefaultModBase wiki to build the mod package and debug it

Releases

No releases published

Packages

No packages published

Languages