thehen's Forum Posts

  • On what platform are you looking to get the accelerometer working?

  • mertyildiran Check out the Converting audio section of my tutorial.

    f you get an audio-related error, or there is a visible lag when playing audio, I recommend you convert your channels to mono, change sample rate to 22050 Hz and bit depth to 8. This will reduce audible quality, so play with these values to determine what works best for your game.

    These will fix your file size issues and should fix any audio not playing issues.

  • mertyildiran I can't seem to access the link provided.

    Unfortunately .wav is the only way to play audio - I tried every alternative and the XNA method only supports wav.

    If you PM me an exported windows phone project (a repro if you can't share the project) then I'll take a look. If you could also post exact repro steps so I know what I'm looking for, that will also help.

    Cheers!

  • Awesome guys, thanks very much :)

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Kurz I didn't use the action, just the config.xml setting.

  • Just did some tests and this seems to be an issue with the web simulator. Everything works fine for me on hardware and in the emulator.

  • I've just noticed the same thing. Images seem to be broken in sigs.

  • Thanks! I won't let the newfound power go to my head, I promise :)

  • Just to confirm I can repro using other peoples .wgt but not my own. It could possibly be related to 'Fullscreen in browser' mode, but I'm not sure so just waiting on a .capx.

  • If someone wants to PM me an exported build I'll take a look. I've had no problems getting my game to run in landscape by changing config.xml.

  • I'm assuming you rebuilt the project after making changes to config.xml?

    Did you change to landscape in the simulator too?

    <img src="http://i.imgur.com/2jJUa44.jpg" border="0" />

  • I'm not sure I understand the locking orientation as an action, but the typical way is to make the changes to the config.xml in the Tizen IDE:

    <img src="http://i.imgur.com/EddS8BW.jpg" border="0" />

  • I think the best answer can be found by looking at job posting trends:

    <img src="http://i.imgur.com/xaTCBGJ.png" border="0">

    Edit -> Source

  • Jase00 perhaps the stream froze when loading?

    Remote debugging is definitely a pain. If you can pester Samsung to let you use the hardware that would be the best bet.

  • Hmm I think when downloading the RTL client, it should display in the connection explorer from within the Tizen IDE, which you can then run the .wgt from. I think. There's basically no documentation.