Skip to content

Commit

Permalink
Update: 1.0.5.
Browse files Browse the repository at this point in the history
Descriptions updated, changed LoadPriority.
  • Loading branch information
begin-theadventure committed Apr 28, 2023
1 parent ef56743 commit ccef4cd
Show file tree
Hide file tree
Showing 11 changed files with 20 additions and 15 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
GitHub
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Davis-Droz-Replace-Factions
Replaces all (seven) factions with Davis & Droz.
# <p align="center">b-ta.DavisDrozReplaceFactions</p>
<p align="center">Replaces all (seven) factions with Davis & Droz.</p>

A cool side effect is that with Marvin's Finest Hour faction, the voice will match Marvin's ID card, even in the Frontier Defense!

_This is an edit of **Cpone**'s DavisDrozReplaceGates._

![icon](https://user-images.githubusercontent.com/99835765/154850352-2bc968e8-f340-4944-8ef2-1a0dd1ca1a9d.png)
<p align="center"><img src="https://user-images.githubusercontent.com/99835765/154850352-2bc968e8-f340-4944-8ef2-1a0dd1ca1a9d.png" align="center" width="60%"></p>

<p align="center"><img src="https://user-images.githubusercontent.com/99835765/235123708-3829ad9a-589b-45a5-bac5-a7c4c83cc6c1.png" align="center" width="60%"></p>
7 changes: 7 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "Davis_Droz_Replace_Factions",
"version_number": "1.0.5",
"website_url": "https://github.com/begin-theadventure/N-DavisDrozReplaceFactions",
"description": "Replaces all (seven) factions with Davis & Droz.",
"dependencies": []
}
17 changes: 5 additions & 12 deletions mod.json → mods/b-ta.DavisDrozReplaceFactions/mod.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
{
"Name" : "ඞDavis Droz Replace Factions",
"Description" : "-Replaces all (seven) factions with Davis & Droz.\nCredit: Cpone.",
"Version": "ඞ1.0.0.2",

"LoadPriority": 0,
"Name" : "ඞb-ta.DavisDrozReplaceFactions",
"Description" : "-Replaces all (seven) factions with Davis & Droz.\nThis is an edit of Cpone's DavisDrozReplaceGates.\nbegin-theadventure 2023",
"Version": "ඞ1.0.5",
"LoadPriority": 1,

"Scripts": [
{
Expand All @@ -13,23 +12,20 @@
"Before": "ClDavisDrozReplaceThe64Init"
}
},

{
"Path": "cl_aces.gnut",
"RunOn": "CLIENT && MP",
"ClientCallback": {
"Before": "ClDavisDrozReplaceAngelCityEliteInit"
}
},

{
"Path": "cl_apex.gnut",
"RunOn": "CLIENT && MP",
"ClientCallback": {
"Before": "ClDavisDrozReplaceApexPredatorsInit"
}
},

{
"Path": "cl_ares.gnut",
"RunOn": "CLIENT && MP",
Expand All @@ -44,22 +40,19 @@
"Before": "ClDavisDrozReplaceMarauderCorpsInit"
}
},

{
"Path": "cl_marvin.gnut",
"RunOn": "CLIENT && MP",
"ClientCallback": {
"Before": "ClDavisDrozReplaceMarvinsFinestHourInit"
}
},

{
"Path": "cl_vinson.gnut",
"RunOn": "CLIENT && MP",
"ClientCallback": {
"Before": "ClDavisDrozReplaceVinsonDynamicsInit"
}
}

]
}
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit ccef4cd

Please sign in to comment.