Recent content by Plexius

  1. P

    New trader with custom currency?

    So as the title says im working on making a new trader and using another item for a currency but im not having any luck adding something like this <traders buy_markup="3" sell_markdown="0.2" quality_mod="0.4,8" currency_item="casinoCash" quest_tier_mod="0,0.05,0.1,0.15,0.2,0.25,0.3" &gt...
  2. P

    Interface modding question

    they are found in the XUI xml files heres an example i did with my mod idk how to get it exact but it took me changing the numbers around to get what i wanted.   <set...
  3. P

    Trader cost messed up?

    Ahhhh.... sorry for late reply been working alot. That would explain it as i've redone every single perk since im working on a serverside overhaul mod idk how i managed to do this, was probably rushing when i first added this. i fixed the top one the bottom was the original for both  ...
  4. P

    Trader cost messed up?

    nope which is why im confused        <append xpath="/traders/traderstage_templates">         <traderstage_template name="EliteTier1" min="110" max="999999" /> <!-- Elite Items -->         <traderstage_template name="EliteTier2" min="130" max="999999" /> <!--...
  5. P

    Trader cost messed up?

    As i just started messing with adding new item groups to traders and such it adds in great but now everything in the trader costs negative money so i can buy for free and sell it back for money? ive added stuff to traders before so im confused why all of a sudden its messed up.
  6. P

    What am i doing wrong?

    ERR XML loader: Loading and parsing 'blocks.xml' failed EXC Index was outside the bounds of the array. i keep getting this error i am making more upgradeable blocks and have a few that work fine the codes on everything seem to match.. is there a limit or certain stats for blocks or why would...
  7. P

    Server side item icons and unity files?

    So i got to thinking and maybe this isnt possible i do modding myself so this would be AMAZING since im working on a server with a few friends. My train of thought is wouldnt there be a way to make the server download custom item icons and unity files for blocks and such like it would when you...
  8. P

    Extending forge use

    Hi so im right at the end of this mod im making essentially im adding more mats to the game and a large portion of that is new smeltable metals. i have everything working correctly except two things. First question in the forge menu i need to make a second column for the input materials so...
Back
Top