Ubivis's Forum Posts

  • yes, are able to install everything.

    What I can do, is give you an recomendation for a forum software:

    • phpBB is quite good and free to use. The Setup process is easy as well.

    Visit this page for a Quick step by step installation process.

    All you need to do and know is how to transfer files by FTP, set up file and folder permissions and the login information for your Database (should be available somewhere when you login on one.com, I am not sure as I never used them).

    This is the quick installation process:

    phpbb.com/support/documents.php

  • what is installed at your host? PHP, MySQL, ...?

    All of todays forum software that uses PHP and MySQL (most are free to use) have installers that are quite easy to install, even without knowledge in PHP itself. So no additional cost here.

    Would be helpful if we know where you got your webspace :)

  • which browser are you using?

    For me, it works best with Chrome. I had a lot of problems with IE and Firefox using Pathfinder

  • I am not sure, but this Plugin might be helpful:

    scirra.com/forum/plugin-load-image-from-url-at-runtime_topic45799.html

    With this, you can load images from URL at runtime

  • yes... I have one from GoDaddy myself, when they where cheap and I never had any problems with those.

  • oh sorry, the timer has no functionality yet :)

    The Plugin is located here:

    scirra.com/forum/behavior-timer_topic46403.html

  • if you like to have a look into my project, here is the current status:

    gogwiki.com/temp/TD.capx

  • you did the mistake I did before, that you recalculating the path every x seconds... I have adjusted mine to only recalculate, when something hits a new obstacle... this increases the performance a lot:

    Demo:

    ubivis.de/td

  • how about:

    "HTTP://mywebsite.com/myPHPfile.php?x="&Sprite.X&"&y="&Sprite.Y

    should solve your problem :)

  • lovely and downloaded :)

  • Just sharing a real time example, on Chrome it works quite nice already as I set it up to only calculate new paths when the enemy hits a wall (you can place walls by left mouse button and delete a wall part by double clicking it)

    ubivis.de/td

    So, it can be used for real time in a limited way. I do look forward to see nice updated to it :)

  • hmm, I am not sure about this anymore. I set the page up last week to play around with the new features. You could try :)

  • Try Construct 3

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

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

    Are those approved certificates?

    You can also get some for free, but your browser will still bring up a security notice, if the company that gave your the cert is not in the list of trusted ones. :(

  • I am on a german layout, so a few words might be different for you than my translation :)

    Setting

    -> Basics

    --> Applicationdomain: Enter here the domain you have uploaded your game to

    --> Facebook Integration

    ---> Website: You need to insert a website, even if it does not exist at all

    ---> Application on Facebook: Secure Canvas-URL (Enter here the path to your game, starting with https://)

    And that's all... nothing more I did :)

  • The submitting is quite simple, but the main problem for most of us will be, that Facebook now required HTTPS... and a Certificate that is validated by every browser is way too expensive.

    When everything is set up correctly, you will see a "Play Game" Button on the Timeline Page.

    This is my example I set up:

    facebook.com/pages/GOG-Sailor-Community/243989519026069

    The Game does not work, as I am updating PHP at the moment on my server :)