Poodletooth-iLand/panda/direct/directutil/LargeBlobSenderConsts.py
Master Jumblespeed d882959bfa switch to remote
2015-05-18 22:11:33 -04:00

12 lines
314 B
Python
Executable file

"""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')