Bootless Star [Windows Batch Shell Program]

Off-topic chat. Real talk.
Post Reply
User avatar
Tiger
Retired Staff / Community Team Member
Posts: 381
Joined: Thu May 31, 2012 6:21 am
Location: United States
Contact:

Bootless Star [Windows Batch Shell Program]

#1

Post by Tiger » Sun Jul 06, 2014 9:13 pm

I have wrote several programs that allows the user to easily (mindlessly, rather) compile the Doom Builder 2 project, Doom Builder 64 project, and GZDoom Builder project directly from the Subversion Local Working Copy. I have also wrote a backup program, which will backup the user's Home Directory in Windows Vista and later. All of these programs that I have wrote, are free to use - and anyone is freely able to modify them or even make your own modules to perform various other tasks.

I hope others enjoy these programs and take advantage of the tools available.

Places to go for Download
Instructions
  • Download the latest Bootless Star version (latest version as of writing this topic today: 1.5.2)
  • Place the program anywhere you wish, omitting Program Files and system protected\locked locations
  • Run the BootlessStar.bat, and select the first option from the main menu '[1] Run Project Modules'
  • And then select the ' Install a Project Module' option to install additional modules (modules: Doombuiler2.bat, GZDoomBuilder.bat, DeLorean.bat, etc).
  • And you're ready to start using the program!


Spoiler: Technical Stuff (Open)
Bootless Star is a program that is designed to offer flexibility by allowing modules to perform the necessary tasks demanded by the user. As Bootless Star (aka: the Core) is only designed to offer an environment for modules, project modules can take full advantage of the environment that was created by Bootless Star - and quickly get the job done that is needed with little user interaction (NOTE: The CUI is VERY intimidating to generalized users!).

The modules available:
  • Doom Builder 2
    • Easily compile the Doom Builder2 project directly from the Subversion Local Working Copy. This requires Microsoft Visual Studio 2008 or later with TortoiseSVN Commandline Toolset.
  • Doom Builder 64
    • Easily compile the Doom Builder64 project directly from the Subversion Local Working Copy. This requires Microsoft Visual Studio 2008 or later with TortoiseSVN Commandline Toolset.
  • GZDoom Builder
    • Easily compile the GZDoom Builder project directly from the Subversion Local Working Copy. This requires Microsoft Visual Studio 2008 or later with TortoiseSVN Commandline Toolset.
  • The DeLorean
    • A backup program which will only backup the user's %USERPROFILE% (Home Directory) using 7zip. This requires only 7Zip.
  • TGRDM3 Compiler
    • [BATCH SHELL EXPERIENCE RECOMMENDED!]
      Modify the TGRDM3 Compiler to work with your Doom project; use the compiler to convert your project from the Subversion Local Working Copy to ZDoom (or Vavoom) ZIP Standards. This program requires 7Zip and TortoiseSVN Commandline Toolset.


After several years of development, I think it is safe for broad use now.
Last edited by Tiger on Sat Feb 28, 2015 2:31 am, edited 1 time in total.

User avatar
Tiger
Retired Staff / Community Team Member
Posts: 381
Joined: Thu May 31, 2012 6:21 am
Location: United States
Contact:

RE: Bootless Star [Windows Batch Shell Program]

#2

Post by Tiger » Thu Oct 09, 2014 1:17 am

I have just released a new version of this software, and I have now released the source codes (or the uncompiled versions) to the public. Thus, now anyone can easily modify the code and branch off the parent project.

Enjoy
Nicholas Gautier

User avatar
Sean
IRC Operator
Posts: 983
Joined: Thu Jan 16, 2014 9:09 pm
Location: United Kingdom
Clan: Zandronum
Clan Tag: [Za]
Contact:

RE: Bootless Star [Windows Batch Shell Program]

#3

Post by Sean » Fri Oct 10, 2014 8:50 pm

Almost 5.5k lines... Jesus, what a mess.
<capodecima> i dont say any more word without my loyer jenova

Watermelon
Zandrone
Posts: 1244
Joined: Thu Jun 28, 2012 9:07 pm
Location: Rwanda

RE: Bootless Star [Windows Batch Shell Program]

#4

Post by Watermelon » Thu Oct 16, 2014 12:44 pm

CoffeeScripter wrote: Almost 5.5k lines... Jesus, what a mess.
Did you think a project this size would be small? ;)

User avatar
Tiger
Retired Staff / Community Team Member
Posts: 381
Joined: Thu May 31, 2012 6:21 am
Location: United States
Contact:

RE: Bootless Star [Windows Batch Shell Program]

#5

Post by Tiger » Mon Oct 27, 2014 9:41 pm

For those that don't follow with the Bootless Star forum topic on the DRDTeam forums, I have just recently updated the DeLorean Backup program to version 5.1.2 with one applied fix in-regards to the OneDrive and SkyDrive integration (Windows 8.1 and later) directories.

Well, after several years of development, it has come to this - - this entire project is now closed. Meaning, I am now officially shutting down the project's SVN repository. I hope this software helped those out that used it, or those that are still continuing to use it.
Nicholas Gautier

User avatar
Tiger
Retired Staff / Community Team Member
Posts: 381
Joined: Thu May 31, 2012 6:21 am
Location: United States
Contact:

RE: Bootless Star [Windows Batch Shell Program]

#6

Post by Tiger » Sat Feb 28, 2015 2:32 am

I just uploaded the entire project into GitHub; now everyone is able to play around with the code in a sane manner - hopefully.
For those that are interested, you are free to fork the project and do some weird things if you wish or maybe see how crazy Batch shell scripting can get.


What Comes Included:
  • Core; Bootless Star
  • Doom Builder 2 compiler
  • Doom Builder 64 compiler
  • GZDoom Builder compiler
  • DeLorean Backup
>> https://github.com/SibTiger/BootlessStar

Post Reply