Skip to content

Commit

Permalink
Global map fixes (#22)
Browse files Browse the repository at this point in the history
* Global map fixes

* Engine sync

* Engine sync
  • Loading branch information
cvet committed Jan 15, 2023
1 parent ab457ba commit 72ea0fe
Show file tree
Hide file tree
Showing 7 changed files with 7,529 additions and 8 deletions.
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

0 comments on commit 72ea0fe

Please sign in to comment.