Installation & Configuration & Integration
Step By Step Installation
Step By Step Installationensure es_extended
ensure dialog
ensure dusa_photographer['camera'] = {
['name'] = 'camera',
['label'] = 'Camera',
['weight'] = 500,
['type'] = 'item',
['image'] = 'camera.png',
['unique'] = false,
['useable'] = true,
['shouldClose'] = true,
['combinable'] = nil,
['description'] = 'Just a camera'
},
['photo'] = {
['name'] = 'photo',
['label'] = 'Photo',
['weight'] = 100,
['type'] = 'item',
['image'] = 'photo.png',
['unique'] = true,
['useable'] = true,
['shouldClose'] = true,
['combinable'] = nil,
['description'] = 'A nice photo'
},
['simoncoin'] = {
['name'] = 'simoncoin',
['label'] = 'Simons Coin',
['weight'] = 500,
['type'] = 'item',
['image'] = 'simoncoin.png',
['unique'] = false,
['useable'] = true,
['shouldClose'] = true,
['combinable'] = nil,
['description'] = 'Coin for Simons Tasks'
},
Configuration
ConfigurationSet Framework
Configure Target & Inventory
Translation
Changing money amount when player take random civilian photo
Adding New Zones for Photographing
Adding New Zones for PhotographingLast updated