Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Global map fixes #22

Merged
merged 3 commits into from
Jan 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Configs/Debugging.focfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
$Parent = LocalTest

DataSynchronization = False
RenderDebug = True
InactivityDisconnectTime = 0
8 changes: 7 additions & 1 deletion Configs/Default.focfg
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,11 @@ ValidNameLettersCulture1 = AaBbCcDdEeFfGgHhIiJjKkLlMmNnOoPpQqRrSsTtUuVvWwXxYyZz
ValidNameLettersCulture2 = АаБбВвГгДдЕеЁёЖжЗзИиЙйКкЛлМмНнОоПпРрСсТтУуФфХхЦцЧчШшЩщЪъЫыЬьЭэЮюЯя

ClientResourceEntries = CommonData FOnline FOArt BlackCombatArmor Lieutenant LongHairDude Music Video
ServerResourceEntries = CommonData ServerData
ServerResourceEntries = ServerData
DataSynchronization = True

NetBufferSize = 32768
UpdateFileSendSize = 5000000
DisableTcpNagle = True
DisableZlibCompression = False
FloodSize = 2048 # In bytes
Expand Down Expand Up @@ -173,3 +175,7 @@ MapCameraAngle = 25.6589
MapFreeMovement = False
MapSmoothPath = True
MapDataPrefix = art/geometry/fallout_
UpdaterInfoDelay = 5000
UpdaterInfoPos = 1
DefaultSplash = art/splash/vault_boy.png
DefaultSplashPack = FOnline
1 change: 0 additions & 1 deletion Configs/LocalTest.focfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
$Parent = Default

DataSynchronization = False
ServerHost = localhost
ServerPort = 4008
2 changes: 1 addition & 1 deletion Engine
Submodule Engine updated 1078 files
Loading