historical/toontown-classic.git/panda/direct/directutil/LargeBlobSenderConsts.py

13 lines
314 B
Python
Raw Normal View History

2024-01-16 17:20:27 +00:00
"""LargeBlobSenderConsts module"""
USE_DISK = 0x01
ChunkSize = 100
FilePattern = 'largeBlob.%s'
def getLargeBlobPath():
# this folder needs to be accessible by everyone that is going to level edit
# an area as a group
return config.GetString('large-blob-path', 'i:\\toontown_in_game_editor_temp')