mirror of
https://github.com/SWG-Source/client-assets.git
synced 2026-07-13 22:01:18 -04:00
1b79906ae2d087c874b46a402c36920525e4e5f4
Updates to lair interactivity. This feature must be enabled through the server configuration. When disabled, the vanilla lair search behavior remains unchanged. When enabled, lair interactivity allows server operators to configure: - reset time, allowing a lair to be searched again after a configured delay - egg search chance - nothing-found chance - empty-lair chance - luck usage - egg reward multiplier The bug chance is derived from the remaining chance after `eggChance` and `nothingChance`. This also adds an `adminLair` command with the following options: - `adminLair info` — shows the current search state for the targeted lair - `adminLair set` — marks the targeted lair as searched - `adminLair clear` — clears the search state from the targeted lair The command requires god mode. Example `localOptions.cfg` server configuration: ```ini #====================Lair Interactivity Settings==================== [LairInteractivity] enabled=true resetMinutes=1 eggChance=80 nothingChance=10 emptyChance=35 useLuck=true eggAmountMultiplierPercent=500
README
This repo is for the CLIENT SIDE ONLY (i.e. this is NOT to be installed ON the server, only in your SWG Client folder). If you would like to make a pull request, please do not add any new .tre files. Please just work with the plain directory structure for now. Thanks!
Instructions:
You can download the v3.0 client from here.
Unpack the zip wherever you'd like (You'll need 7-zip).
Double-click on UpdateSwgClient.bat to get the rest of the stuff you need.
That's it!
Double-click on UpdateSwgClient.bat again to get updates.
Add a shortcut to it on your desktop or start menu or whatever to make updates super easy!
Languages
PHP
41.7%
HTML
40.4%
C++
17.1%
Wolfram Language
0.8%