Indie Dev

Hello Guest!. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, sell your games, upload content, as well as connect with other members through your own private inbox!

Search results

  1. clark

    Tavern Title Screen

    I need a seedy looking interior or exterior of a tavern to use as my title screen... if you want to be paid for this request send me a message. I'm willing to pay for high quality work if the price is reasonable.
  2. clark

    Setting a maximum EXP?

    actually im using only the actor.currentExp pool my max level is one. i just want to cap currentExp. maybe use a clamp in the gain function? idk. any help is appreciated... maybe advice on how to use clamp? I actually wrote a plugin for this, so others may benifit from it. link is here >>>...
  3. clark

    Clark Exp Limit

    clark submitted a new resource: Clark Exp Limit - Make a limit for actor's total exp Read more about this resource...
  4. clark

    RPG Maker Clark Exp Limit 1.1

    Just plug any number in the plugin settings and it will then become the maximum amount of Exp any character can have... simple enough. I made a game without levels and wanted my EXP pool to be limited and couldn't find any plugins to do this... so here it is. Clark's fancy-pants EXP limit.
  5. clark

    clamps

    i want to use the .clamp on the gainExp function. can someone help me understand how to use .clamp(x,y) properly?
  6. clark

    Setting a maximum EXP?

    I'm trying to make the maximum EXP an actor can have 99,999... any ideas?
  7. clark

    JP display in Yanfly's Victory Aftermath

    I got it working now.
  8. clark

    JP display in Yanfly's Victory Aftermath

    So, the way JP is displayed is just the amount gained in battle... not the actor's total jp... I want it to display the amount gained as well as the total amount the actor has... and my previous post regarding hiding levels... id also like to place the actors current exp in the area I removed...
  9. clark

    simple question

    It's so amazing how simple the end solution was. I had to figure it out first though. Apparently Yanfly's core engine rewrites those functions, so I just edited them within his script and boom - no more levels displayed... Now to make exp a currency to buy statistics and skills.... I may just...
  10. clark

    simple question

    Window_Base.prototype.drawActorLevel = function(actor, x, y) { this.changeTextColor(this.systemColor()); this.drawText(TextManager.levelA, x, y, 48); this.resetTextColor(); this.drawText(actor.level, x + 84, y, 36, 'right'); }; Window_Base.prototype.drawActorSimpleStatus =...
  11. clark

    simple question

    The script didn't actually hide the levels for me at all... I'm guessing its because I'm using yanfly's menu scripts... maybe I can alter his script by looking at yours to see how you planned for it to work.
  12. clark

    simple question

    i need to hide levels in all areas. i accomplished this in ace by altering the mini status and status... how should i go about it in mv?
  13. clark

    Aloha mv

    I learned rgss3 quickly and java is more natural for me... so ill be making plugins. im a musician as well. eventing and writing are strong points. im horrible with graphics... thats it in a nutshell. hope to contribute soon.
Top