Search results for query: *

  • Users: Kyolo
  • Order by date
  1. Kyolo

    tModLoader Mechanical Armors

    Mechanical Armors Mod About this mod : This mod adds multiple sets of armors, from before fighting any boss to four powerful Post-Moon Lord sets of armors. Their particularity ? They have multiple modes, allowing their user to switch between different bonuses and maluses. The multiple states...
  2. Kyolo

    tModLoader Official tModLoader Help Thread

    In the documentation, HoldItem is in the public member functions list. That mean you should use : public virtual void HoldItem(Player p) { // Do stuff here }
  3. Kyolo

    tModLoader Official tModLoader Help Thread

    Hello, when I tried to rebuild my mod under Linux via tModLoader I got this error : It appears to be the same error Talus has a few post before Does anyone know what could have created this ? (full log is joined)
  4. Kyolo

    tModLoader SGAmod

    MacOS directory should be : SGAmod.filePath = "/Users/" + userName + "/Library/Application Support/Terraria/ModLoader"; But the rest looks good
  5. Kyolo

    tModLoader SGAmod

    A quick google search for OS detection in C# show it's possible, but I'm not sure if tModLoader has one built-in.
  6. Kyolo

    tModLoader SGAmod

    Hello, on Linux (and most likely Mac) your mod creates a file in the wrong place (here with kyolo as my username) : /home/kyolo/.steam/steam/steamapps/common/Terraria/C:/Users/kyolo/Documents/My Games/Terraria/ModLoader/SGAmod Ubuntu Default Terraria Installation Directory | Windows Save...
Back
Top Bottom