DeusEx's Forum Posts

  • yeah I think youve missed the point of the system I explained.

    Yes, my apologies, look like I don't understund your explanation. <img src="smileys/smiley6.gif" border="0" align="middle" />

    May I ask you give me an example? (by text or in capx)

  • aridale thanks for help, but even for 100+ dialogs it's huge ammount of events (or am I wrong?).

    May be it's possible to implement standart dialog system in Construct-2 (I don't see TO DO theme anymore on forum, sorry), or may be someone can make such type of plugin? If it matter of money and someone ready to do it (include Scirra Developers) - please calculate needed sum and I will try to collect it (or tell it's doen't possible in a few days)

    Dialogs it's vital part of many games, it's not a question "does it possible to make by using events...", yes, it's possible, but "It will be much more simple if..."

    As I see it, we need something like DialogBox class (behaviour)

    with properties like:

    • start/end (x1,y1, x2, y2) dialog window coordinates
    • background/borders color (or png) as variables
    • link to PNG with character logo/portrait (who's talk this) in properties

    As result we can easily do something like:

    On collision with > Player > Spawn DialogBox with Coordinates(...), TextMessage("...")

    Additionally we can add ability to place text to DialogBox from Arrays (2d and 3d). It will be also useful if someone can implement additional type of dialog box: there we can choose answer.

    Does it possible? If "yes" how much it can cost?

    p.s. Sorry for my poor English, it's not my native language, but I try to explaine as best as I can.

  • Hello, I try to transfer my C# text-based game on Construct-2 and have one question. Main part of my hame is dialogs with choices.

    Of course I can place all my (5000+) dialogs in array and every time create dialog box sprite for each new speach, but may be someone know useful plugin or method how I can do the same thing more simple and elegant?

    (like call "dialog" method from plugin with arguments like "text", backgroud color, position on screen or link to another object, etc)

    Thanks!

  • Yeah i hope one day C2 will have scripting support in-editor :D

    I hope it will never happened.

    If someone need to write more code - please, use C#+XNA, or use Unity 3D with scripting. <img src="smileys/smiley9.gif" border="0" align="middle" />

    Even people who use UDK, Unity3D and so on try to use Kismet or State mashines (like Antares for Unity3D).

  • If it's not a secret: how are you make dialog system? Thanks

  • Hello! First of all sorry for my English language skills <img src="smileys/smiley9.gif" border="0" align="middle">

    I am start make comp games lond time ago when I was a kid. It was on ZXSpectrum-48 and old IBM System's, by using Basic and Assembler. After this I work as DataBases programmer on FoxPro, Access and LotusNotes/Domino. After this I am move from coding to sales/marketing department in IT-industry. I was help to my friends to sale games they created (as independent developers) but I was still have an idea to make my own games. In my free time I learn C# and make some text-based MUDs. Previously I was looking in Unity3D side (because of my C# knowledges), but thinking realistically, I realized that I can not do anything good in 3D - it requires good skills in modeling and takes much longer time to do something look not very bad. At the same time, 99% of my ideas fit perfectly in 2D format. So I decide to make game prototypes on Construct and code it on C#+XNA Framework.

    But after I see Arima's http://www.scirra.com/users/arima game loot-pursuit.com I was shoked. It is amasing project! After some questions on forum and Arima's PMs I decide make Scirra Constructor as my main game dev tool and now I will try to make a whole game on it from A to Z. I buy personal licence and very happy with my choi?e (look like it takes 10 times less time and stress, than if I did the same work via C#+XNA).

    I am still a bit worry about performance for big projects but I hope all will be fine.

  • How I can copy several events from one project to another?

    I see how I can copy whote event sheet (in "Projects" window).

    I try but was unable to copy/paste events one by one.

    How I can do this?

    Code (events in our situstion) reuse is a vital need for big projects or series of projects.

  • Here's a question for you - what is your criteria for powerful enough? What is it you want to make?

    Right now we are working on 2D single player RPG, based on platformer-like scrolling style.

    Game centered on quests with (we hope) a lot of humor storyline (we already have all text in out C# text based version of this game) and turn based battle system close but not equal to FinalFantasy/Heroes1-2-3.

    Main character has up to 3 follofers with personal inventory/stats.

    This is not commercial project, but we want to make it polished and run without lags on desktops/netbooks.

    If all this can run stable with 50-60 FPS at 1024*768 resolution - it will be perfect, because SC-2 can help to develop this project really rapid, versus coding in C#. The difference will be in many months of human-hours. In same time I don't need .EXE as requirement. If SC-2 will allow to us receive same results with WebGL in HTML-5 - it will be great. I write about Exe/DirectX exporter because it's standart of performance.

    One more point why I have doubts:

    please look on "Trashoid Attack" (http://www.scirra.com/arcade/addicting-action-games/76/trashoid-attack) - brilliant game, imho, but it have max 37-42 FPS even in webgl mode in Chrome.

    You could simply make a quick graphical prototype to test it - simply throw in the assets of the most intensive scene your game will have and a text object showing the fps to see how it runs.

    Yes, I will definitely do it. But this topic was an attempt to listen developers who are already have their own personal experience with complex projects on SC-2.

    Thank to all who help me with this question, especially to Arima. <img src="smileys/smiley9.gif" border="0" align="middle">   

    p.s. If someone can add any info on this topic, please do it.

    p.s.s Here is a good article about JavaScript/HTML-5 port of "Cut the Rope" http://www.cuttherope.ie/dev/ and performance questions. May be it will be interesting for someone.

  • Rilem, NotionGames, sorry but please let me explaine clearly:

    this it's not a topic "Construct-2 vs Classic". Classis is good software, but his evolution and development practically come to end. End of story.

    The question is:

    Is it reasonable to continue using SC-2 only as prototyping tool and build release games by using standart programm languages and tools (C#/XNA Framework, etc.)

    OR

    give to SC-2 a chance and hope his performance will be good enough to release projects with peformance nearly the same to Classic's C++/DirectX renderer

  • I carefully examine posts like

    • http://www.scirra.com/forum/topic52233.html
    • http://www.scirra.com/blog/83/optimisation-dont-waste-your-time
    • http://www.scirra.com/blog/85/the-great-html5-mobile-gaming-performance-comparison
    • http://www.scirra.com/blog/59/construct-2-vs-gamemaker-vs-gamesalad-vs-stencyl

    and (most important) scirra.com/blog/58/html5-2d-gaming-performance-analysis

    but I am still tormented with doubts: is it posible to make games on SC-2 like examples in this topic scirra.com/forum/topic52233.html (I am personally be delighted with Arima's

    Subscribe to Construct videos now

    )

    and make them run as fast and smoothly enough as games made with

    Construct Classic's C++/DirectX renderer? Does Construct-2 performance enough to this?

    p.s. Until I looked at Construct-2 only as on game play prototype-tool it's performance was not a question for me (15 or 60 fsp doen't matter for prototyping). But now I am interestion in Scirra Construct as full value gamedev tool, and this question now become a topical and urgent for me.

  • Subscribe to Construct videos now

    This is awesome! I am shocked. It's really amazing! <img src="smileys/smiley32.gif" border="0" align="middle">

    But why Construct Classic, not Construct 2?

    Is Construct 2 don't allow to do the same?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • In this video I try to show how this bug "work". I can move character up and down, but I am unable to move it left... until I press button with opposite direction (right). After this controlled character can move left again.

    https://dl.dropbox.com/u/92073642/chrome%202012-07-16%2022-53-41-24.avi

    So: "try to press left" -> no any reaction -> can move in any direction except left -> "press move right button (in the opposite direction from that which character can not go)" -> after this character can move left

    Warning: this bug appear time to time in different situations even in same game. But the one thing is always present: controlled character are near screen/game borders OR near solid object.

    Sorry for video size - I have not any software to compress it. FRAPS take only 30 second in free version.

    update: This bug sometimes exist even in games with only tiled backgrounds and no any "solid" objects. In this situation controlled character stuck near game/screen border.

  • Ashley, I in progress of trying reproduce this bug.

    I use only Chrome (ver. 16)

    I will try to write bug moment via FRAPS.

  • First of all thank you for your attention, Ashley.

    This is my old project with same bug (sorry, Dropbox don't allow to launch games online anymore, need post list of all files or zip):

    https://dl.dropbox.com/u/92073642/test.zip

    Sometimes controlled character "stuck" or even go to opposite direction.

    This but repeat from time to time, not always.

    I will try to found .capx file with it.

    p.s. If anyone see the same but in your works - please share your expirience.

    p.p.s. I play only in Chrome (ver 16), so I don't know is this error occur in any another browser.

  • but sometimes you need to correct these Polycons to your taste.

    Can you please explaine me "how" or give me an example?

    Thank you for attention.

    p.s. anyway I think current situation with this bug far away from ideal.