SoldjahBoy's Forum Posts

  • You do not have permission to view this post

  • I'm pretty sure that if they try something like this, nearly every ISP will go broke, because I sure as **** won't be using the internet if it does.

    I'll go back to the cheapest pre-paid internet access I can get... and I know a lot of other people that will disconnect it entirely.

    They are trying to do the same thing here in Australia:

    http://nocleanfeed.com/

    ~Sol

  • I bet you find a lot of other hard things while on the toilet don't you Rich?

    ~Sol

  • Hahahahahaha awesome xD

    ~Sol

  • I make a lot of phone calls and send a lot of texts from the toilet.

    Pics or it didn't happen xD

    ~Sol

  • 2nd page in Australia, about the 4th or 5th link down

    ~Sol

  • I still haven't received my PM regarding testing.

    ~Sol

  • Do they send the Windows CDs with laptops? I'll just format and do a clean Windows install if they do. If they don't what am I meant to do if my HD crashes?

    It depends on the brand AND model. I'm pretty sure the Satellite Pro series you are looking at have a seperate Windows disc. A lot of brands in general have a "recovery partition" (like HP and Dell) or you have to make discs (like Acer).

    I know that MSI models all come with Windows discs... no preinstalled recovery garbage... If all else fails, you can always download a Windows ISO from any torrent site, and use your legit key to install. The disc makes no difference, it's the product key liscense that you are essentially paying for.

    ~Sol

  • Oh apparently Imageshack doesn't like what I'm doing...

    <img src="http://www.erikakempf.de/blessing/metal_drama.jpg">

    Look for clues in my signature

    ~Sol

  • New build:

    Added/Fixed

    • Better camera (mostly automated now)
    • Fixed some minor graphics bugs
    • Improved some minor graphics
    • Added Debug toggle, press "D" to toggle debug data on/off
    • Increased level size
    • Player 2 now works enough to drive around

    See front page for details and link

    ~Sol

  • So I heard you should all go on chat again... since it's pretty dead in here right now and Aeal and myself are not feeling the love.

    ~Sol

  • You do not have permission to view this post

  • Request:

    Objective: How to make incremental and random variables.

    Info: By incremental I mean something happening more and more often the longer time goes on, for example making an enemy spawn faster and faster throughout a level.

    ---

    By random I mean giving something a random variable with upper and lower limits. For example an enemy spawns but you want it to have a constant walking speed of any number between 100 and 150.

    Resource: No Idea how to do this, so no .cap I'm afraid.

    For your first question, you could use the X coordinate of the player as part of the random generation equation. The further along the player is (assuimng completely that the player is travelling to the right) the higher his/her X coordinate will be.

    You could do something like:

    (pseudo code)

    +Every random(10000)+10000 milliseconds
    +Player X is less than 200
    +Player X is greater than 0
    -Create enemy at X,Y
    -Set enemy speed to random(100)+50
    [/code:3dzuw2ql]
    followed by
    [code:3dzuw2ql]
    +Every random(5000)+10000 milliseconds
    +Player X is less than 400
    +Player X is greater than 200
    -Create enemy at X,Y
    -Set enemy speed to random(200)+50
    [/code:3dzuw2ql]
    
    There are probably better ways to do this, as I'm quite sure people will point out... but I come from the "Quick and dirty and get it done" school, not the "Precise and correct and optimised" school.
    
    ~Sol
  • I had this problem at once stage, and it proved to be a driver. It could, I guess, maybe, be a codec? You could try installing the latest k-lite codec pack and see if that fixes the problem. If the driver is indeed the problem, you can also try rolling back to a previous version of the driver...

    Other than that, I'm afraid I can't really suggest anything else that may help. Good luck mate.

    ~Sol

  • Wow cool

    I'm no good in conforming to timezones and stuff, so I probably won't be giving this a test run... but it looks really cool. You guys have done a really nice job on the graphics and everything. It looks like one of the old-school point and click adventure type games... I love those!

    Are you planning on releasing the full game for free or are you guys hoping to sell it?

    ~Sol

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads