delgado's Forum Posts

  • When my game have 3000 objects game runs slow but when i decrease to 2k game runs better

    its strange because In performance tips i read

    "Off-screen objects are not still rendered. Construct 2 does not issue draw calls for objects that do not appear in the window, and the GPU is also smart enough to know not to render any content that appears outside the window - even when a single image is only partially on-screen."

    Where is the logic?

  • From first export to second export i dont know why my game performnce is getting worst.

    In my 'wasteland' event sheet i have 60% usage of gpu, i try find which event cause problem.

    I delete first 50% of events and test... still bad

    I delete second 50% of events nothing new

    even if i delete all events without global variables i have 18% usage of gpu

    So where is the problem?

  • its possible to save to text file some variables/scores to hdd?

  • Somebody i try implement you map to my game, layout have 10000, 7777 px i create map 10x smaller, Player on start of layout is on middle of layout.

    Dot is not displayed anywhere, how fix this?

  • Link to the v0.1.44 game: https://dl.dropboxusercontent.com/u/447 ... index.html

    NEW LINK v 0.5.90 https://dl.dropboxusercontent.com/u/447 ... index.html

    How pick up item. Take your player close to item, click on hand, if player start search click on item DONE

    How equip weapon, armor, pistol. If you have in you pocket open INV, when INV slots is opened click twice on weapon icon in your pocket.

    How drink water/ eat food. Click on mouth and click on food in your pocket.

    How feed Lura. Click on Lura icon and click on food in your pocket

    How shoot using pistol. Click on eye icon and click twice on sand.

    Pouring water into the flasks. Take your player closest to water source on sand, click on hand a,d click on canteen

  • Ashley about game size. Give more pixels to use on layout. Maximum size of layout is 1 000 000 pix my game needs more so fix this limit to 10 000 000 pixels or make this unlimited

  • In c2 preview image from cam looks great but when i export project and run from dropbox image from cam have only 8 bit color palette

    anyone have this problem??

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • RookieDev you suggest to change sprite to my own but still dragon ball? or completly other sprites?

  • RookieDev i change sprites to my own in future. San you are right too when i start making this game i search ethernet to find other games , i found many games about DB.

    Maybe when this game will be great and playable, i will send message to author and give him my game for small percent of selled copy?

  • Ashley can you add a simple expression 'add x% of variable to other variable' ?

  • Egozi i know what i must do when hp is less than 0 and more than maxhp -> set hp to maxhp and i receive 100/100

    I have to translate into construct2

    Set instance variable hp:

    ((maxhp * 0.15) + hp) > maxhp ? maxhp : (maxhp * 0.15) + hp

  • i i have two variables hp and max hp (10/100)

    and when i click on 'rest' button hp should increase about 15% of maxhp

    how do this?

  • TheWyrm interesting Thank you im take look at this closer. I cant use Dragon Ball sprites iven if i dont want make money with this project?

  • DAG you have right "r example x position or direction. then move the victim to the the opposite direction." but how do this?

    i need this in all directions not only x and y