Search results

    1. Valck

      Lets make a SM slang guide - I will start =)

      "To despawn something" already has a clearly defined technical meaning. It will only add confusion if you try to reuse it with your own definition that nobody familiar with the term will immediately understand. It's as if you disagree with people calling the sky "blue" because maybe for you...
    2. Valck

      Communication

      So true. Neither are live streams.
    3. Valck

      Bland to Dynamic Survival

      Because there are only so many hours in a day, simple as that.
    4. Valck

      The Gmodism Industries [ GI ]

    5. Valck

      Shift to sprint while in gravity

      Shift is already used to let you walk, which implies the character is usually running if shift is not pressed. From keyboard.cfg: WALK = RSHIFT //Walk Now I wouldn't be totally averse to another speed setting, ie. sprinting, provided it is tied to some kind of exhaustion or fatigue, so...
    6. Valck

      i Have two questions on Missile Capacity and the link for Cannon + Missile

      Do not edit ./data/config/blockBehaviorConfig.xml directly, as this gets purged every update. The proper way to do it is to edit (create first, if necessary) ./customBlockBehaviorConfig/customBlockBehaviorConfig.xml, as explained in customBlockBehaviorConfigHOWTO.txt. Its contents will get...
    7. Valck

      Flight Physics

      Sorry, but no, we can not all agree. From my perspective the current flight model does its job – certainly well enough that I wouldn't see any immediate need for change. There's always room for improvement, but simply and disrespectfully calling it "shit" doesn't help to motivate anyone. If you...
    8. Valck

      Flight Physics

      ... while others prefer the pseudo-newtonian flight model.
    9. Valck

      Flight Physics

      Great Scott! "It's all about managing expectations"... ;)
    10. Valck

      KiloKelvin Hotbar Indicator - 0.201 update

      A late but heartfelt thanks kupu for changing the default texture. For those who think the (new) default is still too opaque, I've updated the original mod with the power indicator that has been introduced since. I don't know whether it is actually used in-game, but it can't hurt to have it...
    11. Valck

      Switch to OpenJDK, Oracle Java will be pay-only in 2019

      $ java -version openjdk version "1.8.0_171" OpenJDK Runtime Environment (IcedTea 3.8.0) (Gentoo icedtea-3.8.0) OpenJDK 64-Bit Server VM (build 25.171-b11, mixed mode) Anyone still remember Blackdown...?
    12. Valck

      How do I prevent a StarMade version update?

      AFAIK some time ago Steam decided to deny users the choice of keeping old versions of games, and removed the option. I don't use Steam to manage StarMade, but if I'd have to guess, I would try copying the StarMade directory to a place outside of Steam's reach, and start either the Launcher or...
    13. Valck

      Edit Stabilizer distance

      Check data/config/blockBehaviorConfig.xml and data/config/customBlockBehaviorConfigHOWTO.txt. You'll probably want to adjust <BlockBehavior> <General> <BasicValues> <!-- NEW POWER --> This stuff here </BasicValues> </General> </BlockBehavior>
    14. Valck

      Massage of the day

      Check Admin Commands, look for "welcome message". Or shut down the server, edit StarMade/server-message.txt and restart.
    15. Valck

      Power 2.0 Opinion Gathering

      Frankly I'm not going to register, however well your intentions may be. Should you be interested in my opinion, ask away here via forum post or PM.
    16. Valck

      Struggling with a private server WAN connection

      You need to find and copy the directory with StarMade.jar in it. Assuming you're running Windows, there should also be a file StarMade-dedicated-server-windows.bat in the directory that launches the server. java -Xms512m -Xmx1024m -Xincgc -Xshare:off -jar StarMade.jar -server You may want to...
    17. Valck

      Struggling with a private server WAN connection

      They are both in the same room, connected to the same network; there is no need to connect via the public IP, or to use port forwarding. In addition to my previous post, if you're already using the 10.x.y.z range, you're fine – that is a private range too. I didn't mention it in the post, but I...
    18. Valck

      Struggling with a private server WAN connection

      These are not internal IP ranges. Do not use these in a local area network. Private IP ranges are 172.16.0.0 – 172.31.255.255 and 192.168.0.0 – 192.168.255.255. Make sure you both use the same IP range, eg. one player uses 172.16.0.1 and the other 172.16.0.2, or one 192.168.0.1 and the other...
    19. Valck

      How to ZOOM IN

      Provided you haven't changed it to the limit already, you can adjust your field of view in the in-game settings dialog. Not a quick, spur-of-the-moment way of zooming, but zooming nonetheless.