Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
88 changes: 88 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,88 @@
# Build results
bin/
obj/
out/
[Bb]uild/
[Ll]og/

# Visual Studio files
.vs/
*.user
*.suo
*.userosscache
*.sln.docstates

# NuGet
*.nupkg
packages/
*.snupkg

# Cache
*.cache
*.db
*.db-shm
*.db-wal

# Temporary files
*.tmp
*.temp
*.log

# Auto-generated files
Generated/
GeneratedCode/

# Rider / JetBrains
.idea/
*.DotSettings.user

# OS-specific
# Windows
Thumbs.db
Desktop.ini

# macOS
.DS_Store

# .NET
project.lock.json
project.fragment.lock.json
artifacts/

# Logs
*.log
logs/

# Publish output
publish/

# Test results
TestResults/
*.trx
*.coverage
*.coveragexml

# Resharper
_ReSharper*/
*.[Rr]e[Ss]harper

# VS Code
.vscode/

# Unity (falls du Unity nutzt)
Library/
Temp/
Obj/
Build/
Builds/
Logs/
UserSettings/
MemoryCaptures/
*.unitypackage

# Modding (BTD6 spezifisch)
MelonLoader/
Mods/
UserData/
/bin/Debug/net6.0/armybase.deps.json
/bin/Debug/net6.0/armybase.dll
Binary file added Bundle/base222.bundle
Binary file not shown.
Binary file added Bundle/basebotpath1.bundle
Binary file not shown.
Binary file added Bundle/basemidpath1.bundle
Binary file not shown.
Binary file added Bundle/basetoppath1.bundle
Binary file not shown.
Binary file added Bundle/mercs.bundle
Binary file not shown.
Binary file added Displays/Portraits/000_army_base.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Displays/Portraits/001copy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Displays/Portraits/002copy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Displays/Portraits/003copy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Displays/Portraits/004copy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Displays/Portraits/005copy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Displays/Portraits/010copy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Displays/Portraits/020copy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Displays/Portraits/030copy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Displays/Portraits/040copy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Displays/Portraits/050copy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Displays/Portraits/100copy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Displays/Portraits/200copy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Displays/Portraits/300copy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Displays/Portraits/400copy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Displays/Portraits/500copy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions ModHelperData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ namespace armybase;

public static class ModHelperData
{
public const string WorksOnVersion = "43.0";
public const string Version = "1.1.3";
public const string WorksOnVersion = "52.0";
public const string Version = "1.1.4";
public const string Name = "Army Base";

public const string Description = "Adds a new custom Army Base tower. Complete with all 15 tiers and a Paragon coming soon!";
Expand Down
4 changes: 0 additions & 4 deletions armybase.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,5 @@
<Optimize>False</Optimize>
<DebugType>embedded</DebugType>
</PropertyGroup>
<ItemGroup>
<Content Include=".github\workflows\build.yml" />
</ItemGroup>

<Import Project="..\btd6.targets" />
</Project>
23 changes: 0 additions & 23 deletions bin/Debug/net6.0/armybase.deps.json

This file was deleted.

Binary file removed bin/Debug/net6.0/armybase.dll
Binary file not shown.
23 changes: 0 additions & 23 deletions obj/Debug/net6.0/armybase.AssemblyInfo.cs

This file was deleted.

1 change: 0 additions & 1 deletion obj/Debug/net6.0/armybase.AssemblyInfoInputs.cache

This file was deleted.

This file was deleted.

Binary file removed obj/Debug/net6.0/armybase.assets.cache
Binary file not shown.
Binary file not shown.
1 change: 0 additions & 1 deletion obj/Debug/net6.0/armybase.csproj.CoreCompileInputs.cache

This file was deleted.

10 changes: 0 additions & 10 deletions obj/Debug/net6.0/armybase.csproj.FileListAbsolute.txt

This file was deleted.

Binary file removed obj/Debug/net6.0/armybase.dll
Binary file not shown.
Binary file removed obj/Debug/net6.0/ref/armybase.dll
Binary file not shown.
Binary file removed obj/Debug/net6.0/refint/armybase.dll
Binary file not shown.
67 changes: 0 additions & 67 deletions obj/armybase.csproj.nuget.dgspec.json

This file was deleted.

16 changes: 0 additions & 16 deletions obj/armybase.csproj.nuget.g.props

This file was deleted.

2 changes: 0 additions & 2 deletions obj/armybase.csproj.nuget.g.targets

This file was deleted.

73 changes: 0 additions & 73 deletions obj/project.assets.json

This file was deleted.

8 changes: 0 additions & 8 deletions obj/project.nuget.cache

This file was deleted.