-
Notifications
You must be signed in to change notification settings - Fork 181
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
88a2a76
commit 6c8ca86
Showing
53 changed files
with
1,411 additions
and
1,202 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
using System; | ||
using BTD_Mod_Helper.Api.Commands; | ||
|
||
namespace UltimateCrosspathing; | ||
|
||
#if DEBUG | ||
internal class ExportTowerBytesCommands : ModCommand<ExportCommand> | ||
{ | ||
public override string Command => "uc"; | ||
public override string Help => "Export Ultimate Crosspathing tower bytes"; | ||
|
||
public override bool Execute(ref string resultText) | ||
{ | ||
try | ||
{ | ||
LoadInfo.ExportTowers(); | ||
} | ||
catch (Exception e) | ||
{ | ||
ModHelper.Error<UltimateCrosspathingMod>(e); | ||
} | ||
|
||
return true; | ||
} | ||
|
||
} | ||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
## See the [BTD Mod Helper Install Guide](https://gurrenm3.github.io/BTD-Mod-Helper/wiki/Install-Guide) if this is your first time downloading, and the [Common Issues](https://github.com/doombubbles/ultimate-crosspathing/blob/1.4.5/HELP.md#common-issues) page for help | ||
<!--Mod Browser Message Start--> | ||
- Updated for BTD6 v44.0 | ||
- Includes full crosspathing for the new Mermonkey! | ||
- Fixed for BTD6 v45 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.