Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scenario Carrier update #2295

Merged
merged 3 commits into from
Feb 16, 2025
Merged

Scenario Carrier update #2295

merged 3 commits into from
Feb 16, 2025

Conversation

Xansta
Copy link
Contributor

@Xansta Xansta commented Feb 15, 2025

Renamed from Carriers and turrets to Carrier and Fighters.
Added Discord server info.
Changed configuration.

  • Divided difficulty into enemies and Murphy.
  • More timed options: none, 30 minutes, 60 minutes, 90 minutes.
  • Added carrier and fighter selection options (default is to select at random).

Switched to using the place station scenario utility.
Added the generate call sign utility for NPC ship names.
Split up init code where applicable to setConstants and setGlobals functions.
Updated goods handling.
Updated GM button handling.
Simplified function naming in update function.
Changed timers to use getScenarioTime() instead of a flavor of delta.
Add loop limiters for repeat until loops.
Include Saipan amongst the possible carriers.
Removed non-starfighter types from possible fighters and added new player fighter types (Formax, Foil, Red Jacket).
Add shield button to tactical console for fighters.
Enable auto coolant and auto repair for fighters.
Set Striker max impulse speed to 90.
Shorten fighters' long range radar range to 10 units.
Add applicable translation contexts including ones for goods.
Add automated defense for friendly and neutral stations.
Use hail messages for mission plot points in addition to ship log.
Save mission critical messages in command log and set up a command log read button for Relay.
Switch to using getActivePlayerShips().
Add ability for players to use reputation to get a replacement fighter or carrier.
Switch from using player to using comms_source.
Create and use a common mission related comms function for docked and undocked states.
Add buttons to transfer cargo from carrier to fighter.
Add inventory button for players on Relay.
Add reputation points for completing a number of different mini mission milestones.
Adjust final statistics screen to include the number of completed mini mission milestones.

Xansta added 3 commits February 15, 2025 14:10
Renamed from Carriers and turrets to Carrier and Fighters.
Added Discord server info.
Changed configuration.
- Divided difficulty into enemies and Murphy.
- More timed options: none, 30 minutes, 60 minutes, 90 minutes.
- Added carrier and fighter selection options (default is to select at random).
Switched to using the place station scenario utility.
Added the generate call sign utility for NPC ship names.
Split up init code where applicable to setConstants and setGlobals functions.
Updated goods handling.
Updated GM button handling.
Simplified function naming in update function.
Changed timers to use getScenarioTime() instead of a flavor of delta.
Add loop limiters for repeat until loops.
Include Saipan amongst the possible carriers.
Removed non-starfighter types from possible fighters and added new player fighter types (Formax, Foil, Red Jacket).
Add shield button to tactical console for fighters.
Enable auto coolant and auto repair for fighters.
Set Striker max impulse speed to 90.
Shorten fighters' long range radar range to 10 units.
Add applicable translation contexts including ones for goods.
Add automated defense for friendly and neutral stations.
Use hail messages for mission plot points in addition to ship log.
Save mission critical messages in command log and set up a command log read button for Relay.
Switch to using getActivePlayerShips().
Add ability for players to use reputation to get a replacement fighter or carrier.
Switch from using player to using comms_source.
Create and use a common mission related comms function for docked and undocked states.
Add buttons to transfer cargo from carrier to fighter.
Add inventory button for players on Relay.
Add reputation points for completing a number of different mini mission milestones.
Adjust final statistics screen to include the number of completed mini mission milestones.
@daid daid merged commit 84b4e0f into daid:master Feb 16, 2025
5 checks passed
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