SgtConti's Forum Posts

  • I can report exact the same.

    I still have plugins in the exporters\html5\plugins folder.

    Plugins that were installed in C:\Users\%user%\AppData\Roaming\Construct2\plugins :

    Magicam & noisejs

    I deleted those two above, and then it worked normally.

  • Link to .capx file (required! If link is blocked remove the http and www parts):

    Not Required for this bug.

    Steps to reproduce:

    1. Start C2 (Steam)

    Observed result:

    ---------------------------

    Construct 2 Check failure

    ---------------------------

    Check failure! This is probably a bug:

    ACE table: Expression ID duplicated in ACE table

    Condition: exp_ids.find(id) == exp_ids.end()

    File: c:\c2\source\exporters\html5\..\..\common\ERAHelpers.h

    Line: 259

    Function: void __cdecl era::ACETable::AddExpression(int,int,const class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > &,const class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > &,const class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > &,const class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > &,void (__cdecl *)(const class era::StaticResult **,int,class era::StaticEvaluation *))

    Build: release 159 (64-bit) checked

    Component: HTML5 exporter

    (Last Win32 error: 0)

    You are using a 'checked' release of Construct 2, intended for testing, which causes certain errors to be reported this way. Hit Ctrl+C to copy this messagebox - it's useful information for the developers, so please include it with any bug reports! Click 'Abort' to quit (unsaved data will be lost!),'Retry' to turn off messages for this session and continue, or 'Ignore' to continue normally.

    Expected result:

    It should start normally.

    Browsers affected:

    Chrome: no

    Firefox: no

    Internet Explorer: no

    Operating system & service pack:

    Windows 8.1 64bit

    Construct 2 version:

    R159

  • Arima , good luck with the development, marketing & selling ;)

    Getting a game on Steam is (as i feel it) very hard.

    Im looking forward to seeing more of it <img src="smileys/smiley2.gif" border="0" align="middle" />

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Nice to hear, where would you release the game?

    Im currently making an HD game too, so i know the problem with the VRAM, sadly, my game will not be able to get the next 2 years at least on Mobile Devices, since they cant handle a 1080p game with assets of the size 9000x1080.

    I would love if C2 would have some kind of a screen-resolution control.

    Currently its only possible by setting canvas size and then layout scale.

  • Arima thats some really nice character art you got there.

    Is it a Tablet/Phone/Phablet game?

  • Well, i am using that method, the performance isnt the problem,

    especially with ASM.js But i have the problem,

    that the object moving on top of the terrain often glitches into the map.

    It basically ignores the collision polygon.

    Sadly this problem exists since i began to use C2.

    //Edit: Yeah, i meant asm.js , i hate auto-correct on phones ;)

  • Link to .capx file (required!):

    Link

    Steps to reproduce:

    1. Make two objects with physics.

    2. Disable Collision between those two objects.

    Observed result:

    Collision still enabled

    Expected result:

    Collision between objects disabled

    Browsers affected:

    Chrome: yes

    Firefox: yes/no

    Internet Explorer: yes/no

    Node-Webkit: yes

    Operating system & service pack:

    Windows 8.1

    Construct 2 version:

    R153 - R158

    • Post link icon

    What games inspire me:

    Super Meat Boy

    Braid

    FEZ

    These games show that it is possible to achieve whatever you want, as long as you work for it really hard.

    Best inspiration i got so far, was watching Indie Game: The Movie

    Team Meat & More talk about, whats it like to be indie, what problems you are facing and struggling with.

    I really can recommend it.

    Also the Special Edition DLC (On Steam),

    where you see what happened after the release of the games,

    that were presented in the Movie.

    So basically the persons behind the game,

    inspired me, not the games itself.

    Hopefully more people see it that way ;)

  • Ok, thats a damn good report there.

    Thats exactly what i think C2 devs need ;)

    Very professional and colourfull.

    Maybe you could hire one to make a report about your report, lol.

    That would be kinda weird... "Reportception"

    • Conti
  • R0J0hound great plugin here,

    but what you may want to do,

    is to add an action like in the Socket.IO plugin,

    to split the message every "," (not the ")

    And then an expression to read every part of the message,

    (Like in Socket.IO).

    With that, im really sure, this plugin, with a bit of a finetuning,

    surely can be the best/easiest multiplayer plugin, available.

  • I can say for sure 1920x1080 shouldnt be a problem.

    My game is using that resolution,

    with a background picture size of 7000x1080,

    another picture with 9200x1080

    and then ca. 2000 objects.

    Everything with 60fps.

    So, looking at your pc specs, i would say, that the factor,

    probably is your older pc.

    But i could be wrong, you should wait for more people,

    that may have an answer ;)

    //Edit: Try what Sqiddster said, best way to test :)

  • I just read about the Tobii EyeX.

    A device, that tracks your eye, what a possibility.

    Imagine, youre having a game, that is completely used with the mouse, like the one im working on (RTS).

    With this technology, we could make a "Use you Eyes Only" game.

    That would be far beyond AWESOME!

    Now, back to reality.

    Im sure, this year, somebody will port the SDK to HTML5,

    so some dedicated plugin developer will make it as an Plugin for C2.

    This is only a possibility,

    i cant say what will happen, we can just hope ;)

    Why did i post this? I thought you should know about this piece of tech, im probably pre-ordering one of these ;)

    only 95$ with a special promo code (CES2014).

    Links:

    Homepage

    Dev Section

  • Aphrodite , I'm sure for learning c2 its not very good.

    But for learning what is going on behind the software, it surely is perfect.

    First time I opened and saw it,

    I was sure where I was in the event sheet,

    I understood most of it,

    maybe its just because of my Coding skills I have, I dunno ;)

  • If the project is saved as the opposite of CapX (Forgot the name).

    You can find the event sheets save as .XML in one of the folders,

    that could be printed.

  • stefanos yes,

    i just used Velocity (If you use it, you should make it with dt ;) )

    Works as i intended it to work.