corpvs2's Forum Posts

  • lucid

    hi,thank you so much,is working fine!!

    I don't know how to thank you, that's amazing!!!

  • lucid

    thank for help!!

    i send the capx file to you email

    the spriter plugin working fine on blank capx.

    when i add a roguelike object will be have this issue .

    the plugin url is:https://www.scirra.com/forum/roguelike-plugin-c2-rot-js-interface_t118452

  • hi lucid

    when i use spriter on my project(just add a roguelike plug-in ),

    will get a javascript error on game run.and black screen.

    the alert is:

    Uncaught TypeError:Cannot read property "length" of undefined

    http://localhost:50000/Spriter_plugin.js,line 3930(col48)

    how can i fix it ? thank a lot

    Really need this functionality, ask you for help,thank a lot

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • rexrainbow

    thanks rex,I will try the "Condition:Door type" function.

    and look forward to future update

  • rexrainbow

    hi rex

    two question,and sorry for my bad english.

    1.how can i create a object on door position(not door tile),

    the"roguelike plug-in"have a "for each door of room",then i can get the door loop_index,and creat the object on door position,

    2.I creat a object on door position ,and compare the position of the door with at the top and bottom of the room,set the room type(An object variables) to"left,right,top,bottom"in "roguelike plug-in",how can i set the door type in dungeon_gen?I find dungeon_gen have a "door type"but i didn't know how to use it.sorry about it.and thank a lot.

  • R0J0hound

    thank you!!

  • hi R0J0hound

    a question,can i use this physical system on horizontal scrolls games or tileset rpg game(not a platform game),Simulation wooden cases after breaking pieces of physics,or item drops on the ground after collision of physics,like “Wayward Souls”,I've used your sample sliding wall,i think is better than physical system,but i don't know how to do a simulation wooden cases breaking pieces physics,or is just a simple animation?

  • Monster — Now for sale in the Scirra Store!

    https://www.scirra.com/store/royalty-free-game-templates/monster-2203

    <h3>Important</h3><div class="deshr"></div><p>Please give me at least the chance to help you instead of leaving bad reviews.</p><p>I'm glad to help you out and fix bugs and problems. Just contact me first if you have troubles! </p><p>Thank you!</p><h3>Description</h3><div class="deshr"></div><p>The game is ready for exporting it to cocoonJS (Google Play Games and Ads). Also </p><p>a Crosswalk version will come if crosswalk works with Google Play Games.</p><h3>Support</h3><div class="deshr"></div><p>All customes are getting support via mail!</p><h3>GamePlay</h3><div class="deshr"></div><p>You can use mouse on computer or tap the screen on the mobile to control the game. </p><h3>Levels</h3><div class="deshr"></div><p>20Different levels,Also supports oneself add levels </p><h3>Features:</h3><div class="deshr"></div><p>1.puzzles</p><p>2.Sound Effect</p><p>3.20 levels</p><p>4.support Admob</p><p>5.full code Comments</p><p>8.Built in HD 854*480px</p><h3>What's included</h3><div class="deshr"></div><p>1.The source File (.capx,c2.206.version)</p><p>2.Documentation about addon</p><p>3.addon&behavior</p><h3>License</h3><div class="deshr"></div><p>You can read the full license here: </p><p>https://www.scirra.com/store/licensing#license6</p>

    Use this topic to leave comments, ask questions and talk about Monster

  • ok,thank you rex!

  • thank for update,

    a question.

    can i set the door tile to half size tile?or other size?

    i set the corridor to zero,so now only door connectors of rooms.I want set the door tile a little bit small,the room will be more compact.

    Does it possible?

    thanks

  • I get it,thank you so much!

  • thank you so much rex~!

    i love it!

    And a question about dungeon map, i want to turn off the corridor generate,so I set the corridor min,max to "0", is right?

    And can i turn off it on rogue,uniform mode?

    thank a lot!

  • thank you R0J0hound,i will try to make it.

  • R0J0hound hi how can i create different sizes room in this demo?thank a lot.

    like this,the A,C,D,F,G=1*room size,B=3*room sizes,E=4*room sizes

    B B C

    A B D

    E E F

    E E G

    I tried a number of ways ,but have many issue.

    thank a lot.

  • i also want to make a random room system...

    I think use a array,and set the room size,door poz,to array,but some time the room will be overlap,