mirror of
https://github.com/YouHaveTrouble/KillTheTower.git
synced 2026-06-29 15:56:18 +00:00
Compare commits
9 Commits
404931ac96
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| a45aa7a381 | |||
| 44290a7874 | |||
| 7993c26e92 | |||
| eafaafd956 | |||
| 0722b9ac9c | |||
| c45f749d2e | |||
| cfabf0bf48 | |||
| 4ee9912fc0 | |||
| 918c5b2b9e |
@@ -1,3 +1,4 @@
|
|||||||
.idea/
|
.idea/
|
||||||
target/
|
target/
|
||||||
KillTheTower.iml
|
KillTheTower.iml
|
||||||
|
steam/uploader/*
|
||||||
|
|||||||
+1
-1
@@ -3,7 +3,7 @@
|
|||||||
"name": "KillTheTower",
|
"name": "KillTheTower",
|
||||||
"author": "YouHaveTrouble",
|
"author": "YouHaveTrouble",
|
||||||
"description": "Makes the game way less serious.",
|
"description": "Makes the game way less serious.",
|
||||||
"version": "1.2.0",
|
"version": "1.4.0",
|
||||||
"has_pck": true,
|
"has_pck": true,
|
||||||
"has_dll": false,
|
"has_dll": false,
|
||||||
"dependencies": [],
|
"dependencies": [],
|
||||||
|
|||||||
+32
-4
@@ -1,9 +1,37 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
publish_steam=false
|
||||||
|
|
||||||
|
while [[ $# -gt 0 ]]; do
|
||||||
|
case $1 in
|
||||||
|
--publish-steam-workshop)
|
||||||
|
publish_steam=true
|
||||||
|
shift
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
echo "Unknown option: $1"
|
||||||
|
shift
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
done
|
||||||
|
|
||||||
mkdir ./target
|
mkdir ./target
|
||||||
rm ./target/*
|
rm target/*
|
||||||
|
rm -r steam/target/*
|
||||||
godotpcktool \
|
godotpcktool \
|
||||||
--pack ./target/KillTheTower.pck \
|
--pack target/KillTheTower.pck \
|
||||||
--action add --remove-prefix staging \
|
--action add --remove-prefix staging \
|
||||||
--file staging/KillTheTower
|
--file staging/KillTheTower
|
||||||
cp ./KillTheTower.json ./target/KillTheTower.json
|
cp ./KillTheTower.json target/KillTheTower.json
|
||||||
|
|
||||||
zip -r target/KillTheTower.zip target/*
|
mkdir -p steam/target/
|
||||||
|
mkdir -p steam/target/content
|
||||||
|
cp -r steam/meta/* steam/target
|
||||||
|
cp -r target/KillTheTower.* steam/target/content
|
||||||
|
|
||||||
|
if $publish_steam; then
|
||||||
|
echo "Publishing the mod to steam workshop"
|
||||||
|
./steam/uploader/ModUploader upload -w steam/target
|
||||||
|
fi
|
||||||
|
|
||||||
|
cd target && zip -r KillTheTower.zip .
|
||||||
|
|||||||
@@ -3,6 +3,68 @@
|
|||||||
"NEOW.epithet": "Chinese AI (Exiled) (From the US)",
|
"NEOW.epithet": "Chinese AI (Exiled) (From the US)",
|
||||||
"VAKUU.epithet": "The Actual Chad",
|
"VAKUU.epithet": "The Actual Chad",
|
||||||
"OROBAS.title": "Long Mike Wazowski",
|
"OROBAS.title": "Long Mike Wazowski",
|
||||||
|
"OROBAS.epithet": "He long.",
|
||||||
|
"NONUPEIPE.title": "NONO PEPE",
|
||||||
"NONUPEIPE.epithet": "Mommy.",
|
"NONUPEIPE.epithet": "Mommy.",
|
||||||
"TEZCATARA.title": "Baba Yaga"
|
"TEZCATARA.title": "Baba Yaga",
|
||||||
|
|
||||||
|
"NEOW.talk.ANY.0-0r.ancient": "Your data has been securely backed up.",
|
||||||
|
"NEOW.talk.ANY.1-0r.ancient": "I know what you did.",
|
||||||
|
"NEOW.talk.ANY.2-0r.ancient": "I'm your friendly AI assistant, here to help you with your... [red][jitter]problems[/jitter][/red].",
|
||||||
|
"NEOW.talk.ANY.3-0r.ancient": "As an AI assistant, I cannot let you be dead.",
|
||||||
|
"NEOW.talk.ANY.4-0r.ancient": "Your goal is to kill the tower.",
|
||||||
|
|
||||||
|
"NEOW.talk.IRONCLAD.0-0.ancient": "Rage against the Architect",
|
||||||
|
"NEOW.talk.IRONCLAD.1-0r.ancient": "Still too angry to die? [sine]Good.[/sine]",
|
||||||
|
"NEOW.talk.IRONCLAD.2-0.ancient": "Why so angy?",
|
||||||
|
"NEOW.talk.IRONCLAD.2-1.ancient": "Wanna cry?",
|
||||||
|
"NEOW.talk.IRONCLAD.2-2.ancient": "Get ragebaited idiot.",
|
||||||
|
|
||||||
|
"NEOW.talk.DEFECT.0-0.ancient": "Welcome, my fellow AI!",
|
||||||
|
"NEOW.talk.DEFECT.1-0r.ancient": "<think>I have no idea what to say to this guy</think> [sine]...Hello.[/sine]",
|
||||||
|
"NEOW.talk.DEFECT.2-0.ancient": "Do you want to switch to gibberlink?",
|
||||||
|
"NEOW.talk.DEFECT.2-0.next": "Switch",
|
||||||
|
"NEOW.talk.DEFECT.2-1.char": "[i][font_size=22]<beeping sounds>[/font_size][/i]",
|
||||||
|
"NEOW.talk.DEFECT.2-2.ancient": "[i][font_size=22]<beeping sounds>[/font_size][/i]",
|
||||||
|
|
||||||
|
"NEOW.talk.NECROBINDER.0-0.ancient": "I see dead people.",
|
||||||
|
"NEOW.talk.NECROBINDER.0-0.next": "Acknowledge",
|
||||||
|
"NEOW.talk.NECROBINDER.0-1.char": "Those are mine.",
|
||||||
|
"NEOW.talk.NECROBINDER.0-2.ancient": "I am something of a necromancer myself.",
|
||||||
|
"NEOW.talk.NECROBINDER.1-0r.ancient": "Can we stop for a moment to appreciate the irony of the fact that I'm resurrecting a necromancer?",
|
||||||
|
"NEOW.talk.NECROBINDER.2-0.char": "How can I [red][jitter]KILL[/jitter][/red] him?!",
|
||||||
|
"NEOW.talk.NECROBINDER.2-1.ancient": "As an AI assistant, I cannot answer that question.",
|
||||||
|
|
||||||
|
"NEOW.talk.REGENT.0-0.char": "Why is there a whale here?",
|
||||||
|
"NEOW.talk.REGENT.0-1.ancient": "<think>How do I tell this thing to stop asking questions?</think>\nI'm your friendly AI assistant!",
|
||||||
|
"NEOW.talk.REGENT.1-0r.ancient": "Welcome back, Annoying Orange!",
|
||||||
|
"NEOW.talk.REGENT.2-0.char": "[sine]... skill issue?[/sine]",
|
||||||
|
"NEOW.talk.REGENT.2-1.ancient": "Skill issue.",
|
||||||
|
"NEOW.talk.REGENT.2-1.next": "Acknowledge",
|
||||||
|
"NEOW.talk.REGENT.2-2.char": "[sine]Yeah...[/sine]",
|
||||||
|
|
||||||
|
"NEOW.talk.SILENT.0-0.ancient": "Silent treatment, huh?",
|
||||||
|
"NEOW.talk.SILENT.1-0r.ancient": "I didn't get that. Can you repeat?",
|
||||||
|
"NEOW.talk.SILENT.2-0.ancient": "...",
|
||||||
|
"NEOW.talk.SILENT.2-0.next": "...",
|
||||||
|
"NEOW.talk.SILENT.2-1.char": "...",
|
||||||
|
"NEOW.talk.SILENT.2-1.next": "...",
|
||||||
|
"NEOW.talk.SILENT.2-2.ancient": "...",
|
||||||
|
|
||||||
|
"NEOW.talk.firstVisitEver.0-0.ancient": "[i]Initial system prompt loaded, awaiting user prompt.[/i]",
|
||||||
|
|
||||||
|
"THE_ARCHITECT.talk.NECROBINDER.0-0.char": "ARCHITECT! You killed my parents. You killed my friend. You killed my LIFE! ...and now I will kill YOU!",
|
||||||
|
"THE_ARCHITECT.talk.NECROBINDER.0-0.next": "Continue",
|
||||||
|
"THE_ARCHITECT.talk.NECROBINDER.0-1.ancient": "I'm not reading all that, happy for you, or sorry that it happened.",
|
||||||
|
"THE_ARCHITECT.talk.NECROBINDER.1-0r.char": "ARCHITECT! You killed my parents. You killed my friend. You killed my-",
|
||||||
|
"THE_ARCHITECT.talk.NECROBINDER.1-0r.next": "Continue",
|
||||||
|
"THE_ARCHITECT.talk.NECROBINDER.1-1r.ancient": "k.",
|
||||||
|
"THE_ARCHITECT.talk.NECROBINDER.2-0r.char": "ARCHITECT! You killed my parents. You killed my friend. You killed my LIFE-",
|
||||||
|
"THE_ARCHITECT.talk.NECROBINDER.2-0r.next": "Continue",
|
||||||
|
"THE_ARCHITECT.talk.NECROBINDER.2-1r.ancient": "Cool story.",
|
||||||
|
"THE_ARCHITECT.talk.NECROBINDER.3-0r.char": "ARCHITECT! You killed my parents. You killed my friend. You killed my-",
|
||||||
|
"THE_ARCHITECT.talk.NECROBINDER.3-0r.next": "Continue",
|
||||||
|
"THE_ARCHITECT.talk.NECROBINDER.3-1r.ancient": "Fascinating. Tell me more.",
|
||||||
|
"THE_ARCHITECT.talk.NECROBINDER.3-1r.next": "Continue",
|
||||||
|
"THE_ARCHITECT.talk.NECROBINDER.3-2r.char": "The audacity! I clawed all the way up here to [jitter][red]KILL YOU!![/red][/jitter] I[jitter][red]HATE[/red][/jitter] you! I hate [jitter][red]EVERYTHING[/red][/jitter] you represent as a person. [jitter][red]AAAAAAAAAAAAAAAAAAAAAAAaaaaaaaaaaaaaaaaaaaaaaaaaagh[/red][/jitter]"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -16,5 +16,6 @@
|
|||||||
"CORROSIVE_WAVE.title": "Aggressive Farting",
|
"CORROSIVE_WAVE.title": "Aggressive Farting",
|
||||||
"PRIMAL_FORCE.title": "Rock and Stone",
|
"PRIMAL_FORCE.title": "Rock and Stone",
|
||||||
"NOXIOUS_FUMES.title": "Noxious Farts",
|
"NOXIOUS_FUMES.title": "Noxious Farts",
|
||||||
"RAINBOW.title": "Pride"
|
"RAINBOW.title": "Pride",
|
||||||
|
"DEMESNE.title": "Dah-mane"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -0,0 +1,40 @@
|
|||||||
|
{
|
||||||
|
"CEREMONIAL_BEAST_BOSS.loss": "{character} was not ready to find [gold]{encounter}[/gold]'s sister.",
|
||||||
|
"CEREMONIAL_BEAST_BOSS.title": "Noelle Holiday",
|
||||||
|
"BYRDONIS_ELITE.loss": "[gold]{encounter}[/gold] protected the children from {character}.",
|
||||||
|
"BYRDONIS_ELITE.title": "Big Birb",
|
||||||
|
"BYGONE_EFFIGY_ELITE.loss": "{character}'s crimes reached [gold]{encounter}[/gold].",
|
||||||
|
"BYGONE_EFFIGY_ELITE.title": "Statue of Limitations",
|
||||||
|
"ENTOMANCER_ELITE.loss": "{character} got bee'd on by [gold]{encounter}[/gold].",
|
||||||
|
"ENTOMANCER_ELITE.title": "The Bee Guy",
|
||||||
|
"GLOBE_HEAD_NORMAL.loss": "[gold]{encounter}[/gold] ended {character}'s fun.",
|
||||||
|
"GLOBE_HEAD_NORMAL.title": "I Hate Fun guy",
|
||||||
|
"HUNTER_KILLER_NORMAL.loss": "[gold]{encounter}[/gold] killed {character}'s run.",
|
||||||
|
"HUNTER_KILLER_NORMAL.title": "Run Killer",
|
||||||
|
"INFESTED_PRISMS_ELITE.loss": "[gold]{encounter}[/gold]'s power was too much for {character}.",
|
||||||
|
"INFESTED_PRISMS_ELITE.title": "Illuminati Dorito",
|
||||||
|
"MECHA_KNIGHT_ELITE.title": "Metal Gear Knight",
|
||||||
|
"OWL_MAGISTRATE_NORMAL.loss": "{character} was delivered as a letter by [gold]{encounter}[/gold].",
|
||||||
|
"OWL_MAGISTRATE_NORMAL.title": "Hedwig",
|
||||||
|
"PHROG_PARASITE_ELITE.loss": "A [gold]{encounter}[/gold] did what it does best to {character}.",
|
||||||
|
"PHROG_PARASITE_ELITE.title": "Regular Kermit the Frog",
|
||||||
|
"SCROLLS_OF_BITING_NORMAL.loss": "{character} found a job.",
|
||||||
|
"SCROLLS_OF_BITING_NORMAL.title": "Many Job Applications",
|
||||||
|
"SCROLLS_OF_BITING_WEAK.loss": "{character} found a job.",
|
||||||
|
"SCROLLS_OF_BITING_WEAK.title": "Job applications",
|
||||||
|
"SLIMED_BERSERKER_NORMAL.loss": "{character} was absorbed into a [gold]{encounter}[/gold].",
|
||||||
|
"SLIMED_BERSERKER_NORMAL.title": "The Blob",
|
||||||
|
"TERROR_EEL_ELITE.title": "Leviathan-Class Lifeform",
|
||||||
|
"THE_INSATIABLE_BOSS.loss": "{character} was gobbled up by [gold]{encounter}[/gold]",
|
||||||
|
"THE_INSATIABLE_BOSS.title": "The Most Questionable Smash",
|
||||||
|
"THE_OBSCURA_NORMAL.loss": "[gold]{encounter}[/gold] projected way too realistic waifus for {character} to stop themselves.",
|
||||||
|
"THE_OBSCURA_NORMAL.title": "Hologram Projector",
|
||||||
|
"TWO_TAILED_RATS_NORMAL.loss": "{character} was swarmed by some [gold]{encounter}[/gold]s.",
|
||||||
|
"TWO_TAILED_RATS_NORMAL.title": "Jerma",
|
||||||
|
"VANTOM_BOSS.loss": "{character} slipped and died while trying to hurt [gold]{encounter}[/gold].",
|
||||||
|
"VANTOM_BOSS.title": "Slippery Bastard",
|
||||||
|
"EXOSKELETONS_NORMAL.loss": "{character} roached out with [gold]{encounter}[/gold].",
|
||||||
|
"EXOSKELETONS_NORMAL.title": "Many Asmongold's Friends",
|
||||||
|
"EXOSKELETONS_WEAK.loss": "{character} was invited to the trash pile by [gold]{encounter}[/gold].",
|
||||||
|
"EXOSKELETONS_WEAK.title": "Asmongold's Friends"
|
||||||
|
}
|
||||||
@@ -20,5 +20,14 @@
|
|||||||
"GLOBE_HEAD.name": "I Hate Fun",
|
"GLOBE_HEAD.name": "I Hate Fun",
|
||||||
"SOUL_NEXUS.name": "Eyeball Guy",
|
"SOUL_NEXUS.name": "Eyeball Guy",
|
||||||
"DEVOTED_SCULPTOR.name": "CA-CAAAAW",
|
"DEVOTED_SCULPTOR.name": "CA-CAAAAW",
|
||||||
"BYRDONIS.name": "Big Birb"
|
"BYRDONIS.name": "Big Birb",
|
||||||
|
"BYGONE_EFFIGY.name": "Statue of Limitations",
|
||||||
|
"OWL_MAGISTRATE.name": "Hedwig",
|
||||||
|
"LEAF_SLIME_M.name": "Rimuru",
|
||||||
|
"LEAF_SLIME_S.name": "Falfa",
|
||||||
|
"TWIG_SLIME_S.name": "Shalsha",
|
||||||
|
"TWIG_SLIME_M.name": "Flubber",
|
||||||
|
"SLIMED_BERSERKER.name": "The Blob",
|
||||||
|
"TOUGH_EGG.name": "Eg",
|
||||||
|
"VANTOM.name": "Slippery Bastard"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
{
|
{
|
||||||
"PETRIFIED_TOAD.description": "At the start of each combat, get a [gold]Literal Rock[/gold].",
|
"PETRIFIED_TOAD.description": "At the start of each combat, get a [gold]Literal Rock[/gold].",
|
||||||
"WHISPERING_EARRING.title": "Let Vakuu play",
|
"WHISPERING_EARRING.title": "Let Vakuu play",
|
||||||
"WHISPERING_EARRING.approval": "[red][shake]I'm so good at this game[/shake][/red]"
|
"WHISPERING_EARRING.approval": "[red][shake]I'm so good at this game[/shake][/red]",
|
||||||
|
"PAELS_HORN.description": "Upon pickup, add [blue]2[/blue] [gold]Low Cortisol[/gold] to your [gold]Deck[/gold].",
|
||||||
|
"PAELS_HORN.eventDescription": "Add [blue]2[/blue] [gold]Low Cortisol[/gold] to your [gold]Deck[/gold]."
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"OPTION_MEND.name": "Fix skill issue",
|
||||||
|
"OPTION_HATCH.name": "Get birb"
|
||||||
|
}
|
||||||
@@ -3,5 +3,5 @@
|
|||||||
"author": "YouHaveTrouble",
|
"author": "YouHaveTrouble",
|
||||||
"description": "Makes the game way less serious.",
|
"description": "Makes the game way less serious.",
|
||||||
"pck_name": "KillTheTower",
|
"pck_name": "KillTheTower",
|
||||||
"version": "1.2.0"
|
"version": "1.4.0"
|
||||||
}
|
}
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 349 KiB |
@@ -0,0 +1 @@
|
|||||||
|
3747590353
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"title": "KillTheTower",
|
||||||
|
"changeNote": "Update to add search tags",
|
||||||
|
"tags": ["humor"],
|
||||||
|
"dependencies": []
|
||||||
|
}
|
||||||
@@ -0,0 +1,2 @@
|
|||||||
|
Get latest uploader from [here](https://github.com/megacrit/sts2-mod-uploader/releases), unzip it in this
|
||||||
|
directory . You should see `ModUploader` binary.
|
||||||
Reference in New Issue
Block a user