Skip to content

Loot - Improve / QoL#247

Merged
Mike-MF merged 1 commit intomainfrom
loot_fix_initial_generated_loot
Apr 11, 2026
Merged

Loot - Improve / QoL#247
Mike-MF merged 1 commit intomainfrom
loot_fix_initial_generated_loot

Conversation

@TenuredCLOUD
Copy link
Copy Markdown
Owner

When merged this pull request will:

  • title, fixed initial loot generation for players, removed loot spawning infront of them on initial spawn / reload (while inside buildings)

  • removed loops enabled GVAR check, no setting for enabling loot exists anymore, since system is controlled by mission config data

  • moved building_used GVAR to preInit to have the array ready before a client / the player loads

  • added clientInit XEH, loads right after serverInit & immediately passes nearby building data to the server preventing the spawn issue

IMPORTANT

  • Development Guidelines from ACE are the expected standard.
  • Title of this PR uses our standard template Component - Add|Fix|Improve|Change|Make|Remove {changes}.

- title, fixed initial loot generation for players, removed loot spawning infront of them on initial spawn / reload (while inside buildings)

- removed loops enabled GVAR check, no setting for enabling loot exists anymore, since system is controlled by mission config data

- moved building_used GVAR to preInit to have the array ready before a client / the player loads

- added clientInit XEH, loads right after serverInit & immediately passes nearby building data to the server preventing the spawn issue
@TenuredCLOUD TenuredCLOUD requested a review from Mike-MF April 10, 2026 19:15
@Mike-MF Mike-MF added this to the 2.0.0 milestone Apr 11, 2026
@Mike-MF Mike-MF merged commit 1544a54 into main Apr 11, 2026
2 checks passed
@Mike-MF Mike-MF deleted the loot_fix_initial_generated_loot branch April 11, 2026 00:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants