mirror of
https://github.com/YouHaveTrouble/KillTheTower.git
synced 2026-06-29 15:56:18 +00:00
create the mod and simple build script
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
.idea/
|
||||
target/
|
||||
KillTheTower.iml
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"id": "KillTheTower",
|
||||
"name": "KillTheTower",
|
||||
"author": "YouHaveTrouble",
|
||||
"description": "Makes the game way less serious.",
|
||||
"version": "1.0.0",
|
||||
"has_pck": true,
|
||||
"has_dll": false,
|
||||
"dependencies": [],
|
||||
"affects_gameplay": false
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
## Building the mod (linux)
|
||||
|
||||
[godotpcktool](https://github.com/hhyyrylainen/GodotPckTool) is required.
|
||||
|
||||
```shell
|
||||
./scripts/build.sh
|
||||
```
|
||||
|
||||
Mod and the meta file will be generated in /target directory.
|
||||
Executable
+7
@@ -0,0 +1,7 @@
|
||||
mkdir ./target
|
||||
rm ./target/*
|
||||
godotpcktool \
|
||||
--pack ./target/KillTheTower.pck \
|
||||
--action add --remove-prefix staging \
|
||||
--file staging/KillTheTower
|
||||
cp ./KillTheTower.json ./target/KillTheTower.json
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"NEOW.title": "Deepseek",
|
||||
"NEOW.epithet": "Chinese AI (Exiled) (From the US)"
|
||||
}
|
||||
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"BANNER.falseWin": "ez...?",
|
||||
"BANNER.lose0": "Skill issue",
|
||||
"BANNER.lose1": "Floor tank",
|
||||
"BANNER.lose2": "Touched Grass",
|
||||
"BANNER.lose3": "Emotional Damage",
|
||||
"BANNER.lose4": "Mission Failed",
|
||||
"BANNER.lose5": "Noob",
|
||||
"BANNER.lose6": "Lul",
|
||||
"BANNER.lose7": "Embarassment",
|
||||
"QUOTES.00": "Get rekt.",
|
||||
"QUOTES.01": "HAHAHAHAHAHAHAHAHHAHHAHAHAHAHA",
|
||||
"QUOTES.02": "You got absolutely demolished.",
|
||||
"QUOTES.03": "What a loser.",
|
||||
"QUOTES.04": "Lol, you died.",
|
||||
"QUOTES.05": "Maybe try easier game?",
|
||||
"QUOTES.06": "I've never seen someone fail that hard before.",
|
||||
"QUOTES.07": "Well, this is awkward.",
|
||||
"QUOTES.08": "Talk about premature endings...",
|
||||
"QUOTES.09": "Wow, really?",
|
||||
"QUOTES.10": "Your first mistake was starting the run.",
|
||||
"QUOTES.11": "Not like this...",
|
||||
"QUOTES.12": "Can't stop on a loss.",
|
||||
"QUOTES.13": "You should keep your HP above 0 next time.",
|
||||
"QUOTES.14": "Went the wrong way.",
|
||||
"QUOTES.15": "You are Slain!",
|
||||
"QUOTES.16": "Your consciousness fades..."
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"CEREMONIAL_BEAST.name": "Noelle Holiday",
|
||||
"PHROG_PARASITE.name": "Regular Kermit the Frog",
|
||||
"LIVING_FOG.name": "Vape Fumes",
|
||||
"TERROR_EEL.name": "Leviathan-Class Lifeform",
|
||||
"TWO_TAILED_RAT.name": "Jerma",
|
||||
"EXOSKELETON.name": "Asmongold's Friend",
|
||||
"ENTOMANCER.name": "The Bee Guy",
|
||||
"INFESTED_PRISM.name": "Illuminati",
|
||||
"SCROLL_OF_BITING.name": "Job Application",
|
||||
"EYE_WITH_TEETH.name": "Green Hermit Purple",
|
||||
"HUNTER_KILLER.name": "Motherfucker",
|
||||
"MECHA_KNIGHT.name": "Metal Gear Knight"
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"name": "KillTheTower",
|
||||
"author": "YouHaveTrouble",
|
||||
"description": "Makes the game way less serious.",
|
||||
"pck_name": "KillTheTower",
|
||||
"version": "1.0.0"
|
||||
}
|
||||
Reference in New Issue
Block a user