Recent content by ThePewter

  1. T

    Linux Fire from pipes not visible

    OpenGL: The same thing is happening to me, plus the smoke from supply drops doesn't appear. Vulcan: effects appears to be working OK.
  2. T

    Linux Does 7D2D store in-game time in its logs?

    If you have telnet enabled, a telnet connection will return the current state of the server as text with key+value pairs, including this information: This is the server's time in "ticks" -- I use 1,000 ticks per game hour.
  3. T

    Linux setting up 7days in a chroot environment

    I haven't seen anyone mention chrooted servers. Maybe the "Linux Game Server Manager" has something for you: There is a mention of docker images on their web site... https://linuxgsm.com/
  4. T

    PC v1.x Developer Diary

    The option has been removed from the server's XML file, not the game.  As I said a few days ago: ...manually change the serverconfig.xml file... <property name="AllowSpawnNearBackpack" value="false"/> If you want to continue to use the option set it to "true"
  5. T

    PC v1.x Developer Diary

    I think you'll have to manually change the serverconfig.xml file. Either change the setting to false, or if it's not there add a line to disable the setting, e.g: <property name="AllowSpawnNearBackpack" value="false"/>
  6. T

    PC v1.x Developer Diary

    It's likely to be "Shader pre-caching" updates for your video card... "Whenever possible, depending on hardware and driver support, Steam can download pre-compiled shaders for your specific video card." You can turn them off in the settings.
  7. T

    PC Alpha 21 Dev Diary

    Having someone follow you on foot might be more difficult to code... How about changing this to be a crashed drone?  It was delivering supplies between traders and failed/crashed somewhere. You'll need to find the drone, repair it and bring it back to the trader.
  8. T

    PC Alpha 21 Discussion Overflow

    I've always wanted one or two of the decorative dead bodies lying around to come alive as you walked past them,.
  9. T

    PC Alpha 21 Discussion Overflow

    Are you thinking of a built-in solution? There's already a mod that does this: https://github.com/KhaineGB/KhaineA20ModletsXML/tree/main/KHA20-LockableInvSlots
  10. T

    PC Alpha 20.4 Stable

    @Hated & @Scumgrief Adding the absolute path to my server config fixed the access problem.  My XML config has always had the user/save data folder elements but the paths were relative ( e.g. ./Data ) changing them to have the absolute path enables access again. Example: <property...
  11. T

    PC Alpha 20.4 Stable

    I updated our dedicated server (Win10) and can't connect: I'm getting the message "Server is still initializing, please try again later"  (Linux client) Looking in the log file, there's a couple of NullReferenceExceptions being generated when I try to logon. The tail end of the log can be found...
  12. T

    PC Alpha 20 Dev Diary

    20.1 is now in experimental. See
  13. T

    PC Alpha 20 Dev Diary

    I play coop with friends and most of the time we have airdrop markers turned off.  One day I found a valley with four drops just sitting there.  The drops must have been there for at least four in-game days and one or more server restarts as I tend to stop the server after a session and backup...
  14. T

    PC A20 Developer Diary Discussions

    You should check out the A20 stream a couple of weeks ago. There was a lot of info on the changes to random world generation: https://www.youtube.com/watch?v=LyWDPyNjaTk
  15. T

    PC Alpha 20 Dev Diary

    I had a similar thought, my quest would be to scavenge certain items and sell them to the trader at an increased  price. For example,  you would be told "we have a special project starting and we need electrical parts:  for the next 3 days the sell price is doubled"
Back
Top