Joannesalfa's Forum Posts

  • jojoe I think you are wrong because HTML5 games have no real video resolution as you change 1024 x 768 to 1920 x 1080 in resolution settings from OS or native games.

    HTML5 game is very different than native game.

  • Appbackr has nothing to do with Tizen App Challenge, but they say they help you to upload game in the store and you register App ID to enter the challenge.

    I need to know about the rights of ownership. appbackr

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Uh, I'm not sure about this code line is correct, it's related to meta tag about desnity image.

  • App Data Local is not only where to store caches, it involves other softwares such as Minecraft, Project Files, tools, etc.

  • remove code line 9 in index.html

  • Users may allow popup windows from the domain if they trust website.

  • "law and order" lol

  • szymek no big deal, emulator manager is incompatible with windows 8 version.

  • damainman Oh! I didn't check my inbox yet, let me read. Sorry for late.

  • szymek

    1- File > New > Project... (exactly)

    2- Wizard window: General > Project

    3- Name your project.

    4- Save, go to open .project with generic notepad in folder where you created.

    5- Copy this on inside of .project:

    <?xml version="1.0" encoding="UTF-8"?>

    <projectDescription>

            <name>Your Project Name Here</name>

            <comment></comment>

            <projects>

            </projects>

            <buildSpec>

                   <buildCommand>

                            <name>org.eclipse.wst.common.project.facet.core.builder</name>

                            <arguments>

                            </arguments>

                   </buildCommand>

                   <buildCommand>

                            <name>org.eclipse.wst.jsdt.core.javascriptValidator</name>

                            <arguments>

                            </arguments>

                   </buildCommand>

                   <buildCommand>

                            <name>json.validation.builder</name>

                            <arguments>

                            </arguments>

                   </buildCommand>

                   <buildCommand>

                            <name>org.tizen.web.jslint.nature.JSLintBuilder</name>

                            <arguments>

                            </arguments>

                   </buildCommand>

                   <buildCommand>

                            <name>org.tizen.web.css.nature.CSSBuilder</name>

                            <arguments>

                            </arguments>

                   </buildCommand>

                   <buildCommand>

                            <name>org.eclipse.wst.validation.validationbuilder</name>

                            <arguments>

                            </arguments>

                   </buildCommand>

                   <buildCommand>

                            <name>org.tizen.web.project.builder.WebBuilder</name>

                            <arguments>

                            </arguments>

                   </buildCommand>

            </buildSpec>

            <natures>

                   <nature>json.validation.nature</nature>

                   <nature>org.tizen.web.jslint.nature.JSLintNature</nature>

                   <nature>org.tizen.web.css.nature.CSSNature</nature>

                   <nature>org.eclipse.wst.jsdt.core.jsNature</nature>

                   <nature>org.eclipse.wst.common.project.facet.core.nature</nature>

                   <nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature>

                   <nature>org.tizen.web.project.builder.WebNature</nature>

            </natures>

    </projectDescription>

    6- Save and Go back to Tizen IDE.

    7- Select your project in project explorer tab, right click and select "New" > "File"

    8- Name "config.xml"

    9- Ignore the annoying error window.

    10- Open config.xml and paste this:

    <?xml version="1.0" encoding="UTF-8"?>

    <widget xmlns="http://www.w3.org/ns/widgets" xmlns:tizen="http://tizen.org/ns/widgets"

    version="1.0" viewmodes="fullscreen" id="http://YourDomain.com/YourApp">

         <icon src="icon-114.png"/>

         <content src="index.html"/>

         <name>Your App Name Goes Here</name>

    </widget>

    11- Drag your C2 files (.html, images, icons) into your project in Projetc explorer tab.

    12- Run and Build!

    How do you even run emulator manager? I'm using windows 8 64 bits

  • szymek I didn't use "Tizen export" I just exported HTML5 version and modify the project settings (I really hate Eclipse IDE, worse than Xcode or generic notepad) then added build settings to use javascript and created config.xml from scratch using reference from Tizen Docs webpage, it worked and tested on simulator, there is an issue, it won't rotate screen in landscape mode. Then use signature file before to send .wgt in Tizen store.

    Anyway, Tizen SDK is very buggy, it won't let me run emulator manager. I will use on my mac.

  • Ashley why your defined config.xml to export Tizen looks very unprofessional?

  • That's very old news, Sometimes I use "Stop" audio when on layout ends.

  • Abraham you don't seem serious, so you liked C2 over Game Maker after of 2 months. Ironic.

  • I think he should include separated events.