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

    Clark - Hit Rolls

    clark submitted a new resource: Clark - Hit Rolls - This allows for 'To-Hit' 'To-Cast' and 'To-Crit' type dice rolls. Read more about this resource...
  2. clark

    Whispers of the Forgotten

    This project has already seen tons of development to its engine. 6 crafting skills, 5 resource gathering skills, 9 traits, 6 schools of magic, level-less system, exp based skill progression, 3 currencies, wield requirements, advanced damage formulas, class less system, skill levels, random loot...
  3. clark

    Array question

    lets say I have an array... ex [1, 7, 5, 8], named acva and i did this: var acva2 = acva.split(" "); for (var i = 0; i < acva2.length; i++) { if (Number(acva2[-i-]) <= 2) this.doStuff(); would it 'doStuff' for 7, 5, and 8? or no?[/I]
  4. clark

    Clark Damage Controls

    clark submitted a new resource: Clark Damage Controls - Control crits, add 'magnificent crits', more in updates Read more about this resource...
  5. clark

    string and number question

    so say i made a variable... like this var x = 'choice' + 4 + 2 it would return choice42 correct? or would it be choice6
  6. clark

    My title screen loop

    this is the ogg loop for this screen
  7. clark

    Sci-Fi track with modern influence

    track i started work on tonight, kinda anticipation but in a fueled sort of way... like right before a fight, but excited about it. input? ideas? scrap it? keep it?
  8. clark

    HTML?

    Seeing as JS is very web-oriented is it possible to use HTML in RMMV for say menus?
  9. clark

    Sci-Fi CTB RPG --- need some ideas/input.

    Right now I'm trying to decide on the names of my 4 main currencies. I'm thinking Credits for Gold... and 2 more main currencies. the fourth is EXP... I want a different name, like Fragments... memory fragments etc - something reflecting collected data because the way I've worked it you have a...
  10. clark

    Simple Green and Black Windowskin

    clark submitted a new resource: Simple Green and Black Windowskin - Green and black console-font-esque windowskin Read more about this resource...
  11. clark

    Rate the title screen...

    Can I get some feedback on my Title Screen image?
  12. 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.
  13. 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...
  14. clark

    clamps

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

    Setting a maximum EXP?

    I'm trying to make the maximum EXP an actor can have 99,999... any ideas?
  16. 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...
  17. 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?
  18. 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