Welcome to The Forum

Register now to gain access to all of our features. Once registered and logged in, you will be able to create topics, post replies and more


darR3Ke

Members
  • Posts

    12
  • Joined

  • Last visited

  • Days Won

    1
  1. Addendum : They now allow you to register with gmail... =)
  2. Do you have the password specified in a custom launch parameter maybe ?
  3. If you got ftp access you can easily change the GameUSerSettings.ini to turn on map locations and crosshair. All you need to do is connect to your server with your FTP client (a guide can be found https://www.survivalservers.com/forum/index.php?/topic/1479-lrn2ftp-beginners-guide-to-ftp/) Once you are connected, you need to go to /ShooterGame/Saved/Config/WindowsServer on the server. There you should find a file called GameUserSettings.ini In GameUSerSettings.ini should be a section called [serverSettings], in that you can find general server settings. Change the ones you want to change, and add the ones that aren't allready there ShowMapPlayerLocation=True ServerCrossHair=True TamingSpeedMultiplier=1 Only do this when the server is DOWN. do NOT edit this file when the server is running cause it will reset itself to the default values.
  4. it should be located on the server, you need to access it with FTP... check out https://www.survivalservers.com/forum/index.php?/topic/1479-lrn2ftp-beginners-guide-to-ftp/is you have no idea how to get there.
  5. Sadly you wont accept gmail as valid e-mail cause "We prefer you use an email address that is not disposeable."
  6. Could be that typo snuk in there and that's why it was resetting. Can you post the content of your GUS.ini ?
  7. The GameUserSettings.ini and the Game.ini are located in /ShooterGame/Saved/Config/WindowsServer. Only make changes to them when the server is DOWN, if you change them while the server is up, they will reset themselfs when restarting the server. More info about settings can be found at http://steamcommunity.com/app/346110/discussions/10/530646715633129364/
  8. Make sure your server is offline before making those changes. I've had problems with the GameUserSettings.ini resetting, but that was usually cause i changed it before the server was down. Changing the DefaultGameUSerSettings.ini will work, but you will have to change it EVERYTIME the devs make a change to it cause it will reset to the default values with a patch.
  9. I've also tried to use the destroy all command with the same responce, but when i logged on most Alpha's were gone, so i suppose it was succesfull. Yeah, the replacement works to remove them. Only saw it later on, just keep in mind that you need to use those in the game.ini and not the gameusersettings.ini. I've shown you an example in the other thread. The ini settings i've shown you just makes them pretty rare spawns, hardly saw one with 0.01, i even increased it up to 0.1 spawnpercentagelimit and only saw 1 so far. But more testing is required.
  10. The difficulty offset range is from 0 to 1 the internal difficulty setting is set to 4. With difficulty offset 1 your dino's will be max level 120 with offset 0.5 they will be max level 60 etc... We cant change the internal difficulty settings, only the developer can atm. The red text need to be put in the game.ini and not in the gameusersettings.ini like this. It's very important to have the script stuff above it or else it will clear the ini file. [/script/shootergame.shootergamemode] NPCReplacements=(FromClassName="MegaRaptor_Character_BP_C",ToClassName="") NPCReplacements=(FromClassName="MegaCarno_Character_BP_C",ToClassName="") NPCReplacements=(FromClassName="MegaRex_Character_BP_C",ToClassName="")
  11. You should be able to mess with the spawn rates with DinoSpawnWeightMultipliers=(DinoNameTag=MegaRex,SpawnWeightMultiplier=0.1,OverrideSpawnLimitPercentage=true,SpawnLimitPercentage=0.01) Altho i cannot comfirm if the MegaRex is the right DinoNameTag as it's pretty hard to find reliable information about those atm. Just make their SpawnWeightMultiplier 0. The other DinoNameTag's should be MegaCarno and MegaRaptor. These go in the Game.ini under [/script/shootergame.shootergamemode] in the /ShooterGame/Saved/Config/WindowsServer Source for the DinoSpawnWeightMultiplier http://steamcommunity.com/app/346110/discussions/10/530646715633129364/