Skip to content

Commit 6162175

Browse files
committed
Removed scrapped/unused code
1 parent e4770f2 commit 6162175

File tree

17 files changed

+8
-131
lines changed

17 files changed

+8
-131
lines changed

CHANGELOG.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Version 9.2 (September 1, 2024)
3+
## Version 9.2 (September 8, 2024)
44

55
### Bug Fixes
66

@@ -24,12 +24,6 @@
2424
- L4D1: Updated some offsets for the `1.0.4.3` update.
2525
- L4D2: Updated some signatures and offsets for the `2.2.3.5` update.
2626

27-
#### Translations
28-
- Updated English translations.
29-
- Updated Simplified Chinese translations.
30-
- Updated Hungarian translations.
31-
- Updated Russian translations.
32-
3327
#### Abilities
3428
- Gravity: Added the `Gravity Mode` setting.
3529

@@ -45,7 +39,6 @@
4539
- Updated config files.
4640
- Updated gamedata file.
4741
- Updated include file.
48-
- Updated translation files.
4942
- Updated updater file.
5043

5144
## Version 9.1 (March 20, 2024)

INFORMATION.md

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,6 @@
3939
- Custom
4040
</details>
4141

42-
<details>
43-
<summary>Survivor Settings</summary>
44-
45-
- [Survivor Settings](#survivor-settings)
46-
- TBA
47-
</details>
48-
4942
<details>
5043
<summary>Tank Settings</summary>
5144

@@ -3506,21 +3499,6 @@
35063499
```
35073500
</details>
35083501

3509-
### Survivor Settings
3510-
<details>
3511-
<summary>Click to expand!</summary>
3512-
3513-
```
3514-
"Mutant Tanks"
3515-
{
3516-
"Survivors"
3517-
{
3518-
// To be added...
3519-
}
3520-
}
3521-
```
3522-
</details>
3523-
35243502
### Tank Settings
35253503
<details>
35263504
<summary>Click to expand!</summary>

addons/sourcemod/data/mutant_tanks/backup_config/format1/mutant_tanks.cfg

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -277,10 +277,6 @@
277277
"Execute Config Types" "Min"
278278
}
279279
}
280-
/*"Survivors"
281-
{
282-
// Adding in a future update...
283-
}*/
284280
/**
285281
* Mutant Tanks Samples
286282
* These Tanks should not be used as-is because they are just meant to showcase each ability.

addons/sourcemod/data/mutant_tanks/backup_config/format2/mutant_tanks.cfg

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -277,10 +277,6 @@ MutantTanks
277277
ExecuteConfigTypes Min
278278
}
279279
}
280-
/*Survivors
281-
{
282-
// Adding in a future update...
283-
}*/
284280
/**
285281
* Mutant Tanks Samples
286282
* These Tanks should not be used as-is because they are just meant to showcase each ability.

addons/sourcemod/data/mutant_tanks/backup_config/format3/mutant_tanks.cfg

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -277,10 +277,6 @@ Mutant_Tanks
277277
Execute_Config_Types Min
278278
}
279279
}
280-
/*Survivors
281-
{
282-
// Adding in a future update...
283-
}*/
284280
/**
285281
* Mutant Tanks Samples
286282
* These Tanks should not be used as-is because they are just meant to showcase each ability.

addons/sourcemod/data/mutant_tanks/backup_config/format4/mutant_tanks.cfg

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -277,10 +277,6 @@ mtanks
277277
execute min
278278
}
279279
}
280-
/*survivors
281-
{
282-
// Adding in a future update...
283-
}*/
284280
/**
285281
* Mutant Tanks Samples
286282
* These Tanks should not be used as-is because they are just meant to showcase each ability.

addons/sourcemod/data/mutant_tanks/backup_config/format5/mutant_tanks.cfg

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -277,10 +277,6 @@ mt
277277
execute min
278278
}
279279
}
280-
/*survivors
281-
{
282-
// Adding in a future update...
283-
}*/
284280
/**
285281
* Mutant Tanks Samples
286282
* These Tanks should not be used as-is because they are just meant to showcase each ability.

addons/sourcemod/data/mutant_tanks/mutant_tanks.cfg

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -277,10 +277,6 @@
277277
"Execute Config Types" "Min"
278278
}
279279
}
280-
/*"Survivors"
281-
{
282-
// Adding in a future update...
283-
}*/
284280
/**
285281
* Mutant Tanks Samples
286282
* These Tanks should not be used as-is because they are just meant to showcase each ability.

addons/sourcemod/mutant_tanks_updater.txt

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
"Notes" "AlliedModders forum thread: https://forums.alliedmods.net/showthread.php?t=302140"
1212
"Notes" "GitHub repository: https://github.com/Psykotikism/Mutant_Tanks"
13-
"Notes" "Release date: 9-1-2024"
13+
"Notes" "Release date: 9-8-2024"
1414
"Notes" "Changes in v9.2:"
1515
"Notes" "Bug Fixes:"
1616
"Notes" "Core Plugin:"
@@ -29,11 +29,6 @@
2929
"Notes" "Game Data:"
3030
"Notes" "- L4D1: Updated some offsets for the \"1.0.4.3\" update."
3131
"Notes" "- L4D2: Updated some signatures and offsets for the \"2.2.3.5\" update."
32-
"Notes" "Translations:"
33-
"Notes" "- Updated English translations."
34-
"Notes" "- Updated Simplified Chinese translations."
35-
"Notes" "- Updated Hungarian translations."
36-
"Notes" "- Updated Russian translations."
3732
"Notes" "Abilities:"
3833
"Notes" "- Gravity: Added the \"Gravity Mode\" setting."
3934
"Notes" "Files:"
@@ -46,7 +41,6 @@
4641
"Notes" "- Updated config files."
4742
"Notes" "- Updated gamedata file."
4843
"Notes" "- Updated include file."
49-
"Notes" "- Updated translation files."
5044
"Notes" "- Updated updater file."
5145
}
5246

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)