204 Commits
Author SHA1 Message Date
HeronandGitHub eb107b38d6 Merge pull request #30 from TalisaKnight/patch-1
Added Missing Entry to vDathomir.
2026-06-15 20:03:03 -05:00
Talisa KnightandGitHub 28718bb086 Added Missing Entry to vDathomir.
Under CuiWidget3dObjectListViewer for vDathomir, the following was missing under "objectdatasource='data.Dathomir'" 

PackLocation='cpc,cpc'
PackSize='p,p'

Special Note:

This issue isn't really noticeable if you don't modify planet locations, but its still missing information, nonetheless.
2026-06-05 11:48:08 -06:00
Russ Andrews 6e3483cabf Rollback WOD commits from master. 2026-05-19 13:09:36 -05:00
Russ Andrews 2ee88f7c50 WOD WIP 2026-05-19 13:00:54 -05:00
Russ Andrews 84d341c08f WOD work in progress 2026-05-18 23:53:26 -05:00
HeronandGitHub 552b04434a Merge pull request #28 from SWG-Source/bug/space-rls-commands
Client side fixes for space RLS and commands
2026-05-18 15:31:49 -04:00
Russ Andrews 3beda362f4 Client side fixes for space RLS and commands 2026-05-18 14:28:35 -05:00
HeronandGitHub e60f4b66b3 Merge pull request #27 from TalisaKnight/master
Space RLS
2026-05-18 14:23:48 -04:00
𝐓𝐚𝐥𝐢𝐬𝐚 𝐊𝐧𝐢𝐠𝐡𝐭 5d314e8c99 Space RLS
With Heron's Permission, this includes:

- Appearance (APT, LOD, MSH) File(s).
- Shader File(s).
- Texture File(s).
2026-05-18 10:51:24 -06:00
HeronandGitHub 842c405292 Merge pull request #26 from SWG-Source/qa/jedi-qa-gear
Jedi QA Gear
2026-05-16 18:17:52 -04:00
Russ Andrews 36dc6fbca0 Jedi QA Gear 2026-05-16 17:15:52 -05:00
HeronandGitHub f3397340b2 Merge pull request #25 from SWG-Source/feature/space-rare-loot-system
Added a space rare loot system.

This system is disabled by default. I have added a default config file, but if you are adding this to an existing server, create/paste the following into:

space_rare_loot.cfg

Then add space_rare_loot.cfg as an include in servercommon.cfg.

Below is a sample config with Space Rare Loot disabled.

[SpaceRareLoot]

# Base percent chance for an eligible space kill to award a rare loot chest.
# Set to 0 or remove this key to disable space rare loot.
baseChance=0

# Cooldown in seconds between chest awards per player.
# 0 disables the cooldown.
delaySeconds=3600

# Enables testing/debug messages for rare loot eligibility and award checks.
debugMessages=false

# QA/testing option: treats lower-tier targets as same-tier for eligibility/chance behavior.
qaTreatLowerTargetAsSameTier=false

# Relative quality weights used after a chest award succeeds.
# These do not need to total 100, but these defaults represent 70/25/5.
rareChance=70
exceptionalChance=25
legendaryChance=5

# For higher-tier targets, shift this many points per tier out of Rare chance
# and into Exceptional/Legendary according to the ratios below.
higherTierQualityShift=5

# Portion of shifted Rare chance that becomes Exceptional chance.
higherTierExceptionalShiftRatio=0.80

# Portion of shifted Rare chance that becomes Legendary chance.
higherTierLegendaryShiftRatio=0.20

# Maximum number of target tiers above the player that can apply quality shifting.
higherTierQualityShiftMaxTiers=3

# Stat scaling applied when creating rare space loot items.
# Rare is below baseline, Exceptional is baseline, Legendary is above baseline.
rareScale=0.50
exceptionalScale=1.00
legendaryScale=1.50
2026-05-15 18:56:07 -04:00
Russ Andrews 0355c7a7cd Client side implementation of Space RLS 2026-05-15 17:27:04 -05:00
Russ Andrews d266f27b10 Added commands to test space rare loot system 2026-05-15 14:22:21 -05:00
HeronandGitHub 5309f10ed9 Merge pull request #24 from SWG-Source/bugfix/space-parts_patch
Patched qa weapon not firing
2026-05-14 13:54:38 -04:00
Russ Andrews ef9b7842c6 Patched qa weapon not firing 2026-05-14 12:53:35 -05:00
Russ Andrews 13f79cfccc Updated client to include entertainer captcha percent 2026-05-13 18:31:59 -05:00
HeronandGitHub 7d44fe6423 Merge pull request #23 from SWG-Source/feature/developer-content-utility-commands
Added commands for zone and object information utilities
2026-05-12 18:34:56 -04:00
Russ Andrews 72cce1e4f1 Added commands for zone and object information utilities 2026-05-12 17:31:33 -05:00
HeronandGitHub 1b79906ae2 Merge pull request #22 from SWG-Source/client-lair-interactivity-search-reset
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
2026-05-12 14:39:30 -04:00
Russ Andrews 9532447820 Added adminLair command and strings for lair interactivity 2026-05-12 13:33:27 -05:00
HeronandGitHub 9142502ad3 Merge pull request #21 from SWG-Source/qa-space-tools-assets
Client side implementation of QA god space parts
2024-12-07 00:16:43 -06:00
Heron 3a2f07943b Client side implementation of QA god space parts 2024-11-27 19:49:00 -06:00
CekisandGitHub 07115a9501 Merge pull request #18 from HeronAlexandria/master
Shared data files for buff mapping fix
2024-09-03 15:04:27 -07:00
CekisandGitHub 2f1de93714 Merge pull request #19 from RezecNoble/master
Havoc Weight Fix - Issue: 351
2024-09-03 15:03:10 -07:00
RezecNoble fdf5555dd2 Havoc Weight Fix - Issue: 351 2024-08-30 06:58:03 -04:00
HeronandGitHub a5dc251ca3 Merge pull request #1 from HeronAlexandria/waypoint_fix
Fixed missing waypoints
2022-04-14 21:12:06 -05:00
heronalexandria 1b5f2310a6 Fixed missing waypoints 2022-04-13 09:33:44 -05:00
HeronandGitHub 2d6462eeb2 Shared data files for buff mapping fix
The buff data files are shared. This commit includes the buff builder effect map fix.
2022-03-14 09:57:15 -05:00
JohnandGitHub d05db79c02 Merge pull request #16 from BloodCommando/master
Fixes WoD Player House Appearances
2021-10-14 21:07:38 -04:00
BloodCommando 37f7bc1ccd Fixes WoD Player House Appearances
Compiled versions required for the client to reflect the fix that was implemented to the dsrc.
2021-10-14 21:06:43 -04:00
JohnandGitHub d7e8120886 Merge pull request #15 from BloodCommando/master
Fixed Duplicated Void Sister Altar
2021-10-06 23:26:20 -04:00
BloodCommando bbbb3ffe51 Fixed Duplicated Void Sister Altar 2021-10-06 23:24:38 -04:00
AconiteX 24731e39d5 Fix WoD First Sister Alter Interaction 2021-10-06 06:39:56 -04:00
AconiteX c5ec902ba9 Create ep3_clone_relics_jedi_starfighter_3.iff 2021-10-03 08:42:17 -04:00
AconiteX 710acb5288 Create ship_weapon_components.iff 2021-09-28 01:20:28 -04:00
AconiteX b87f49c535 GCW Invasion Quest Updates 2021-09-19 09:33:38 -04:00
Erusman fdf67c6254 partial revert of 11ed9c4 until Aconite releases his 3.1 2021-09-17 12:45:35 -07:00
Erusman de856bd6e8 Update to SwgClient_r for Datapad Guild and City waypoint functionality fix 2021-09-17 06:20:58 -07:00
Erusman 11ed9c4c1d fix for issue #317 Datapad showing UI string for Guild and City Waypoints button 2021-09-17 05:45:10 -07:00
Erusman 18338ca5a4 fix the order of tabs on UI Options menu after removal of voice tab 2021-09-16 20:07:11 -07:00
Erusman e96a338968 Remove deprecated SWG Voice Service UI Elements tab from options menu 2021-09-16 17:22:05 -07:00
AconiteX 149b163617 Create vehicle.stf 2021-09-16 09:56:47 -04:00
AconiteX a5f5ae882c Add AE/MO System Spawning Objects 2021-08-15 01:17:17 -04:00
AconiteX 61ae23fa7a Update appearance_table.iff 2021-08-15 00:39:10 -04:00
AconiteX 7f4470cd67 Create collection.iff 2021-08-15 00:11:32 -04:00
AconiteX bac2a67231 Update command_table.iff 2021-08-15 00:09:46 -04:00
AconiteX b305cd4192 Create obj_attr_n.stf 2021-08-14 02:44:42 -04:00
JohnandGitHub aff46f5b58 Merge pull request #13 from BloodCommando/master
Client commit for dsrc commit #311
2021-08-11 19:39:23 -04:00
BloodCommando e7a2d2a5b6 Client commit for dsrc commit #311
Adds Pfilbee Jhorn to theme_park_name strings
2021-08-11 19:36:35 -04:00