Search results

    1. G

      Tech comparison - StM vs SkW

      LWJGL+Java vs Unity I wanted to ask these question for a long time, and here they are: 1) in theis vid fellow space sandbox developer Francois Duret demonstrates very fast and impressive procedural asteroid belt that consists of huge amount of objects loading at incredible speed. Even while he...
    2. G

      [BUG] Speed direction change near planet

      When I go straight forward to a planet at some point my ship instantly changes direction of it's speed vector i.e. ship goes forward -> comes through some invisible border -> moves perpendicularly to previous direction -> comes through barrier back -> changes direction to original. View angle is...
    3. G

      One-dimentional shape exploit solution

      Ok, everybody knows that new power system is exploitable through building dumbbell- and spaghetti-shaped ships. That happens because you just need to place stabilizer at some distance from reactor and voila - it works, what causes one dimentional shape to be exploited. What about to make...
    4. G

      United logic block

      This is all about making programmable logic block, but this time the idea is not so comlicated and cardinal as block that is programmed through scripting language. What about to make one logic block that capable of doing complicated logical operation itself. For example: 1) You can link...
    5. G

      Less hard power generation cap.

      What about making power generation a little less limited? this is the plot of current energy generation formulae. As you can see 2*10^6 is almost hard cap for energy generation per ship. I suggest to use a bit more soft-capping nonlinear formulae, something like y = sqrt(x) (just example)...
    6. G

      Explosion Mechanics

      What happens when a missle impacts a hull? I can see rocket damage through missle computer, 300, for example. How does this damage distribute among the primary block (being impacted) and the surrounding blocks?
    7. G

      Suggested Programmable Logic Block

      It will be nice to have a customisable (programmable/scriptable) logic block in game. For example, it can be a block that has a text editor to write some scripts (programm its behaviour), or simle window to edit its truth table, etc. Offtopic: is there any way to change delay time in delay block?