FAQ
How to install
See also here
- Take the Server PBO and bring it into your own server side pack
- Take the Client PBO and the TBLib PBO and bring it into your own client pack. Publish this Pack on steam.
- extract TBDailyReward.zip
- Copy the files from
TBDailyReward
intoYourServerProfilesFolder\TBMods\Config\TBDailyReward
folder - Start your server. Some more configurations will be generated.
- Tear down the server
- Configure your needs
- Start your Server 😃
How i can reset a single player?
- write down the player id (Bohemia ID)
- kill the player in game
- player must logout
- wait for player data store to not loos data from other players, see changed timestamp of files. Player Data will stored, when DayZ saves the PlayerBase.
- delete the player data file in
YourServerProfilesFolder\TBMods\Data\TBDailyReward\Player\
folder. Filename is {BohemiaID}.bin - reload the date with "Reload Player Data" in the menu
How i can reset all players?
- stop your server
- delete the folder
YourServerProfilesFolder\TBMods\Data\TBDailyReward
How i can give player premium status?
see also Global FAQ Premium API
There are 3 Items implemented. Just give him one of the items and he will get premium status for Daily Reward.
- TBDRPremiumCoinGold | 30 Days Premium in Daily Reward
- TBDRPremiumCoinSilver | 7 Days Premium in Daily Reward
- TBDRPremiumCoinBronze | 1 Day Premium in Daily Reward
How to restore a player data backup?
- go to
YourServerProfilesFolder\TBMods\Data\TBDailyReward\PlayerBackup\{BohemiaID}
folder - copy the file you want to restore
- go to
YourServerProfilesFolder\TBMods\Data\TBDailyReward\Player\
folder - delete the {BohemiaID}.bin file
- paste the backup file in the folder
- rename the file to {BohemiaID}.bin
- press "Reload all Configs" Button in reward menu