Skip to content

Commit

Permalink
update SDB
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCandianVendingMachine committed Sep 10, 2024
1 parent 66ef8ac commit 4b6821d
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
1 change: 1 addition & 0 deletions addons/missile_sdb/$PBOPREFIX$
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
z\ace\addons\missile_sdb
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion addons/sdb/README.md → addons/missile_sdb/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ace_sdb
ace_missile_sdb
===================

Adds GBU-39 SDB
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
#define COMPONENT sdb
#define COMPONENT missile_sdb
#define COMPONENT_BEAUTIFIED Small Diameter Bomb
#include "\z\ace\addons\main\script_mod.hpp"

// #define DEBUG_MODE_FULL
// #define DISABLE_COMPILE_CACHE
// #define ENABLE_PERFORMANCE_COUNTERS

#ifdef DEBUG_ENABLED_SDB
#ifdef DEBUG_ENABLED_MISSILE_SDB
#define DEBUG_MODE_FULL
#endif

#ifdef DEBUG_SETTINGS_SDB
#define DEBUG_SETTINGS DEBUG_SETTINGS_SDB
#ifdef DEBUG_SETTINGS_MISSILE_SDB
#define DEBUG_SETTINGS DEBUG_SETTINGS_MISSILE_SDB
#endif

#include "\z\ace\addons\main\script_macros.hpp"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<Project name="ACE">
<Package name="SDB">
<Key ID="STR_ACE_SDB_39">
<Package name="MISSILE_SDB">
<Key ID="STR_ACE_MISSILE_SDB_39">
<English>GBU-39 [ACE]</English>
</Key>
<Key ID="STR_ACE_SDB_39_1x">
<Key ID="STR_ACE_MISSILE_SDB_39_1x">
<English>1x GBU-39 [ACE]</English>
</Key>
<Key ID="STR_ACE_SDB_39_4x">
<Key ID="STR_ACE_MISSILE_SDB_39_4x">
<English>4x GBU-39 [ACE]</English>
</Key>
</Package>
Expand Down
1 change: 0 additions & 1 deletion addons/sdb/$PBOPREFIX$

This file was deleted.

0 comments on commit 4b6821d

Please sign in to comment.