Jump to content

Simple Counter [For Windows OS'S Only]


Recommended Posts

I've created a batch (.bat) file to help count random things in KSP, like rockets in space, rockets in stock, etc.... It doesn't count automatically, you have to do it yourself. Please see the readme included for more info, cool ASCII text, KSP-style humor, and Easter Egg info. If you do figure out the Easter Egg, please send me a private message and i'll tell you if you got it right, but it might be self explanatory.

Download Link:

http://www.filedropper.com/kerbalspaceadministrationdigitalcountingdevice

Feel free to mod it, just give me a download link in a private message and if I OK it, I'll post the link with your name.

It can also be used as a regular counter, for pencils, pens, the reams of paper in your office,etc...

STATISTICS:

Filesize is 2.8 KB compressed

Download link will require captcha input

Internet Connection Required

For WIN95/98/XP/7/Vista

Not For IOS or Linux

Note: If you do use the codes below added by Sal_vager (Thanks!) please copy paste it into a notepad file, and use the file extension .bat

[yournamehere].bat

@echo off

title KSA-Approved Digital Multi Purpose Counting Device

color 0F

set var1=0

set var2=1

:top

cls

echo.

echo.

echo.

echo ==========================================================

echo [ ************************************************** ]

echo [ + _ _ + ]

echo [ + /_//_`/_/ Kerbal Space Administration + ]

echo [ + /`\._// / + ]

echo [ + + ]

echo [ ************************************************** ]

echo [ Program Mounted: KSA Approved Digital Multipurpose ]

echo [ Counting Device ]

echo [+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=]

echo [ ]

echo Current Count: %sum1%

echo [ ]

echo [+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=]

echo [ ]

echo [ Press Any Key To Add 1 To The Current Count ]

echo [ ]

echo [+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=]

echo [ Loaded From Terminal 53727723 %DATE% %TIME% ]

echo [ Location#: 84265777823263427837837367577 5323342447467263]

echo ==========================================================

echo.

echo.

echo.

pause >nul

set var1=sum1

set /a sum1=%var1%+%var2%

goto :top

Alternate Pastebin link.

Edited by Flymetothemun
(author) Added Text
Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...