Ereithil's Forum Posts

  • 5 posts
  • Try setting all of the objects to "Global". There should be a check box in the "Common" options.

  • Okay Ive managed to get a box working that appears when I press F1, I can type a command, then pressing enter makes the box disappear, but when I type a command, the effect activates as soon as the command is typed into the box, I want to have to press enter after I type the command for it to activate.

  • Hello there, I just started a new game and have some expirience using Construct and I want to make a "Developer Console" for my game so I can modify variables and other stuff while testing ingame.

    I want to be able to press a button on the keyboard and a box will pop up and I can input commands then press enter, the command activates and the box disappears. Ive gotten it to pop up and for commands to typed in and executed but when I press enter to close the box, the 8-direction movement for the player stops working. I can still shoot and aim but I cant walk around. Ive also tried using the Layout object and having the console be a whole different layout but I cant get that to work properly.

    If anyone has made a "Developer Console" before or might know of a way I could make one could you please enlighten me?

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • alrighty thankyou very much. I started with using some different variables for levels and expirience just after I posted my question and got something basic working. You did give me some ideas though. My method will be very tedious to manually set the XP variables for each level.

  • Hello I've just started a basic RPG that is coming along well but I need some help getting started with the Expirience Points (XP) system. I already know how to create private variables for health, mana, energy etc... but I want levels to gradually require more XP after every level up to gain another level. For example to get to level 2 you will need 50 XP, to get to level 3 you will need 75. As the levels go higher more XP will be needed but without a set pattern. I want to be able to have the players level up their character to the max level of 100 but will take awhile to get there. I dont have any complete maps, npcs, quests or skills that will grant XP since I'am just creating the "Engine", I just want to start the XP system then add the options for objects to give XP later on. Sorry if my explanations are confusing.

  • 5 posts