Skip to content

Commit 812b483

Browse files
committed
Release Of The Items Update V0.305 (#1)
1 parent 6c178d9 commit 812b483

36 files changed

Lines changed: 1136 additions & 1066 deletions

BattlesOfBatch.bat

Lines changed: 233 additions & 74 deletions
Large diffs are not rendered by default.

data/cmd/anime.cmd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ ECHO.[?25l
44
MODE CON:COLS=95 LINES=48
55
@CHCP 65001 >NUL
66
:START
7+
IF A==A (
78
ECHO. 
89
ECHO. 
910
ECHO. 
@@ -494,4 +495,5 @@ ECHO.
494495
ECHO. 
495496
ECHO.▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
496497
HELP>NUL
498+
)
497499
GOTO :START

data/cmd/commands.cmd

Lines changed: 39 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,39 @@
1-
dir /b /a
1+
@FOR /F %%I IN ('DIR /B /A *.cmd') DO @(
2+
@CALL :%%I %%~nsI||ECHO.%%~nsI: ^(!^) Unknown Script ^(!^) ^(CMD^)
3+
)
4+
@FOR /F %%I IN ('DIR /B /A *.bat') DO @(
5+
@CALL :%%I %%~nI||ECHO.%%~nI: ^(!^) Unknown Script ^(!^) ^(BAT^)
6+
)
7+
@EXIT /B 0
8+
9+
:commands.cmd
10+
@ECHO.%1: Show a list of commands and their description. (CMD)
11+
@EXIT /B 0
12+
13+
:movie.cmd
14+
@ECHO.%1: Play the youtube music video "Dangerous Plains" by pedi me arxes. (CMD)
15+
@EXIT /B 0
16+
17+
:audio.cmd
18+
@ECHO.%1: Taskkill all audio tasks played by this program ^(wscript.exe^). (CMD)
19+
@EXIT /B 0
20+
21+
:clear.cmd
22+
@ECHO.%1: Clear this console window, alternative for cls. (CMD)
23+
@EXIT /B 0
24+
25+
:debug.cmd
26+
@ECHO.%1: Enable manual debugging mode. (CMD)
27+
@EXIT /B 0
28+
29+
:import.cmd
30+
@ECHO.%1: Import an ANSI sequence. Usage: "import myfile.ans" (CMD)
31+
@EXIT /B 0
32+
33+
:script.cmd
34+
@ECHO.%1: Load any script from the game's data files and give it parameters. ^(!^) Dangerous (!) (CMD)
35+
@EXIT /B 0
36+
37+
:scroll.cmd
38+
@ECHO.%1: Clears, expands the window and enables scrolling. (CMD)
39+
@EXIT /B 0

data/cmd/item.cmd

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)