Jump to content

How to Play Local Dedicated Ragnarok Prim+


Recommended Posts

My husband has asked me to set up a local dedicated server that only members of our house can play on.  He is asking for the Ragnarok map with Primitive + enabled.  I have tried to find information on how to do this but every guide I find only refers to TheIsland map.

Is there someone or somewhere that explains how I can run a local dedicated with Ragnarok Prim +?

 

Link to comment
Share on other sites

If you want to run Ragnarok instead of TheIsland, the setup is the same just edit the server command line and replace "TheIsland" with "Ragnarok"

(yes, really that simple).

To activate Prim+, you add it just like you'd add a mod, the mod ID for Prim+ is 111111111  

Example:

Ragnarok?GameModIds=111111111?SessionName="your Server Name"?port=xxxxx?queryport=xxxxx?maxplayers=50 -console

Explanation:

Ragnarok --- your map selection
?GameModIds=111111111 --- Active mods, for multiple mods: ?GameModIds=600705968,731604991,566887000,566885854
?SessionName="your Server Name" --- The name of your server
?port=xxxxx --- the connection port (replace xxxxx)
?queryport=xxxxx --- the query port for Steam server list or external websites to ping your server (replace xxxxx)
?maxplayers=50 --- maximum players on your server

Here is my entire command line for reference, I don't run Prim+ but if I wanted to I'd just add it in the GameModIds section :
Ragnarok?GameModIds=600705968,731604991,566887000,566885854?SessionName="Green Bay RAGNAROK, 2x All, PVPVE, ORP2, S+"?port=21000?queryport=21001?RCONEnabled=True?RCONPort=21030?ServerAdminPassword=xxxxxx?MapPlayerLocation=True?alwaysNotifyPlayerJoined=True?AllowAnyoneBabyImprintCuddle=true?maxplayers=50 -automanagedmods -Multihome=107.191.49.95 -console

Here is my GameUserSettings.ini settings section, I know this stuff is hard to find sometimes:

[ServerSettings]
DinoCountMultiplier=0.75
ShowFloatingDamageText=true
ServerAdminPassword=xxxxxx
ServerCrosshair=True
TheMaxStructuresInRange=10500.000000
CropGrowthSpeedMultiplier=2
CropDecaySpeedMultiplier=0.5
OxygenSwimSpeedStatMultiplier=1.000000
StructurePreventResourceRadiusMultiplier=1.000000
RaidDinoCharacterFoodDrainMultiplier=1.000000
PvEDinoDecayPeriodMultiplier=1.000000
KickIdlePlayersPeriod=7200.000000
PerPlatformMaxStructuresMultiplier=1.000000
AutoSavePeriodMinutes=20.000000
ListenServerTetherDistanceMultiplier=1.000000
MaxTamedDinos=5000.000000
OverrideOfficialDifficulty=5
RCONServerGameLogBuffer=600.000000
AllowHitMarkers=True
HarvestAmountMultiplier=2
TamingSpeedMultiplier=2
XPMultiplier=2
ServerPVE=false
FastDecayUnsnappedCoreStructures=True
DisableStructureDecayPvE=False
PvPStructureDecay=True
AutoDestroyOldStructuresMultiplier=1
allowThirdPersonPlayer=True
AdminLogging=false
ShowMapPlayerLocation=True
AllowAnyoneBabyImprintCuddle=True
RCONPort=21030
RCONEnabled=True

and my game.ini:

[/script/shootergame.shootergamemode]
EggHatchSpeedMultiplier=2.0
BabyMatureSpeedMultiplier=10.0
BabyCuddleIntervalMultiplier=0.25
MatingIntervalMultiplier=0.5
GlobalSpoilingTimeMultiplier=2.0
bDisableStructurePlacementCollision=true

 

Link to comment
Share on other sites

Thank you for the reply, this helped a lot!  I am able to host a server and he can join.

In your GameUserSettings.ini you have this line:

DinoCountMultiplier=0.75

What does that do?

Also when we load in there seems to be a LOT of low level dinos in the spawn points.  I have not run around yet to see if this is the case everywhere, but it does seem to be more than the usual.  How do I fix that?

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...