安裝 Steam
登入
|
語言
簡體中文
日本語(日文)
한국어(韓文)
ไทย(泰文)
Български(保加利亞文)
Čeština(捷克文)
Dansk(丹麥文)
Deutsch(德文)
English(英文)
Español - España(西班牙文 - 西班牙)
Español - Latinoamérica(西班牙文 - 拉丁美洲)
Ελληνικά(希臘文)
Français(法文)
Italiano(義大利文)
Bahasa Indonesia(印尼語)
Magyar(匈牙利文)
Nederlands(荷蘭文)
Norsk(挪威文)
Polski(波蘭文)
Português(葡萄牙文 - 葡萄牙)
Português - Brasil(葡萄牙文 - 巴西)
Română(羅馬尼亞文)
Русский(俄文)
Suomi(芬蘭文)
Svenska(瑞典文)
Türkçe(土耳其文)
tiếng Việt(越南文)
Українська(烏克蘭文)
回報翻譯問題
The solution for my issue was as follows:
After removing -beta holidayevent from my update file, I then added -ForceRespawnDinos to my server start up file.
This server start-up edit was required when the event began and subsequently at it's end.
In ASM you would place -ForceRespawnDinos at the bottom of the the Administration section in Server Args:
I'm not sure if you've tried this but I thought I'd try to lend a hand.
This is standard procedure for every event btw. Whenever you add new spawns you need to save then wipe wild dinos (I prefer using destroywilddinos). Same goes for the end of events; save, then wipe dinos. I removed mine yesterday, hopefully you can get yours removed OP.
1. Right click the Ark Server Manager launch icon
2. Select properties.
3. click on the shortcut tab and confirm the location of the .exe
4. Navigate towards the .exe path and find "Ark Server Manager.exe.config"
5. open up Ark Server Manager.exe.config with your favorite text-editor.
6. Always make a backup!
7. Search for "<value>+login anonymous +force_install_dir "{0}" "+app_update 376030 {1}" +quit</value>"
8. Change it to "<value>+login anonymous +force_install_dir "{0}" "+app_update 376030 -beta holidayevent {1}" +quit</value>"
9. save the file, close the servers & restart the launcher.
10. Update/Verify your server & start it up.
I would assume just removing the line and verifying files would get rid of it but it doesnt.
If it doesn't then you're probably missing a step at the end to get ASM to read your new parameters
From what you posted above you would still need to add either:
-ForceRespawnDinos
or
-destroywilddinos
to your startup script to end the the event.
This server start-up edit is required at the start and end of the event. If you don't add these your server will continue to run the event.
In ASM you would place -ForceRespawnDinos or -destroywilddinos at the bottom of the the Administration section in Server Args:
Once you add either command, save your profile and start up your server.
If all goes well, the holiday event will end and you may then remove -ForceRespawnDinos or -destroywilddinos from Server Args in ASM the next time you shut down your server.
"<value>+login anonymous +force_install_dir "{0}" "+app_update 376030 -beta holidayevent {1}" +quit</value>"
it would be
"<value>+login anonymous +force_install_dir "{0}" "+app_update 376030 -ForceRespawnDinos {1}" +quit</value>"
?
Neither. And no need to apologioze. From what I've looked at there weren't really any solid instructutions out there.
If I may, I'd like to sugest we have a Steam chat. I'm happy to walk you through the how to that way so we can get this right for you.
No presure though. If not I'll try to do my best to explain via text..
Can we Steam chat instead. I'm rather not have to provide an email address. But to your other question. The only reason you would need to reinstall your server is if the method I'm proposing doesn't work.
This looks right to me.
I did a little more digging this morning when I awoke.
I hadn’t noticed before that the holiday event is still ongoing according to the most recent patch notes.
Last night you were mentioning the night buff.
- 12am thru 5am provides temporary buff to live connected players which boosts loot crate quality by 40% (over base values,
These settings would remain unchanged on your servers after the -ForceRespawnDinos command because, these settings will most likely be in either the game.ini file or in the GameUserSettings.ini
In any case, I suspect that these event specific changes would only be removed with an official update closing off the event, which has yet to be released.
It is possible that by removing -beta holidayevent from the ASM config file; as you showed me that you’d done last night, and returning to the regular update branch, and running the -ForceRespawnDinos command at startup; that this chain of events might be enough to reset any additional settings changed by the initial holiday event update.
However, I’m suspicious you may need to wait for the official closure of the event before all settings on your servers return to normal.
My apologies that I wasn’t more clear with the above when we spoke earlier.
In any case, if I can be of any further assistance I’m happy to help if I can.