1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.
  2. Hey Guest, is it this your first time on the forums?

    Visit the Beginner's Box

    Introduce yourself, read some of the ins and outs of the community, access to useful links and information.

    Dismiss Notice

Shadowblitz16's Modding Questions

Discussion in 'Modding Help' started by Shadowblitz16, Mar 24, 2017.

  1. Monkey_Feats

    Monkey_Feats Bison Rider Tester

    Messages:
    214
    In ShopCosts.cfg
     
  2. Shadowblitz16

    Shadowblitz16 Ballista Bolt Thrower

    Messages:
    158
    ya I realized water bombs cannot be thrown with space at all today
    but I will take a look at shopCosts.cfg

    EDIT: no the icons that are by the price. ShopCosts.cfg doesn't contain that information does it?
     
    Last edited: Aug 18, 2017
  3. Monkey_Feats

    Monkey_Feats Bison Rider Tester

    Messages:
    214
    Uhh sorry, in TentShop.as.
     
  4. Shadowblitz16

    Shadowblitz16 Ballista Bolt Thrower

    Messages:
    158
    this?
    Code:
        AddIconToken( "$cherrybomb$", "Entities/Materials/Materials.png", Vec2f(16,16), 3 );
        AddIconToken( "$normalbomb$", "Entities/Materials/Materials.png", Vec2f(16,16), 4 );
        AddIconToken( "$bunkerbomb$", "Entities/Materials/Materials.png", Vec2f(16,16), 5 );
    
    I have it already but it doesn't seem to work.

    [​IMG]
     
    Last edited: Aug 18, 2017
  5. Monkey_Feats

    Monkey_Feats Bison Rider Tester

    Messages:
    214
    Untitled.png
    This, right at the top of TentShop.as
    --- Double Post Merged, Aug 18, 2017, Original Post Date: Aug 18, 2017 ---
    For the water bombs, they are being told to be just thrown rather than be activated and thrown because they are not in the value range.
    In KnightLogic.as
    Untitled.png
     
  6. Shadowblitz16

    Shadowblitz16 Ballista Bolt Thrower

    Messages:
    158
    ok cool but I wasn't taking about the prices. I was talking about the icons next to the price.

    look at the above post.

    lol nvm thats the coin icon not the item icons


    EDIT: where is the coin.cfg by the way?
     
    Last edited: Aug 18, 2017
  7. Monkey_Feats

    Monkey_Feats Bison Rider Tester

    Messages:
    214
    I don't think there is one, coins are just called from some script somewhere.
     
  8. Shadowblitz16

    Shadowblitz16 Ballista Bolt Thrower

    Messages:
    158
    hmm well thats what the missing textures are
     
  9. Monkey_Feats

    Monkey_Feats Bison Rider Tester

    Messages:
    214
    Uhh yeah, it's because you are using an old DefaultGUI.as. The old one gets the coin icon from MaterialIcons.png (which no longer exists) and the new one get it from Coins.png.
    I doesn't look like you have anything edited in it, so you may as well just delete DefaultGUI.as.
     
  10. Shadowblitz16

    Shadowblitz16 Ballista Bolt Thrower

    Messages:
    158
    ya that was it.
    I was just about to post to let you know. sorry
    --- Double Post Merged, Aug 28, 2017, Original Post Date: Aug 22, 2017 ---
    can someone help me fix my clouds real quickly?

    these are the problems I am experiencing..
    - Clouds are pushed around by the player and other entities, making them static is not a option. I need them to still move just not with any external force.
    - Clouds do not move player at all now

    [​IMG]
     
    Last edited: Sep 3, 2017
    bunnie and erik102003 like this.