From 92a097fb5d4aae39f33f5e71357a78f79244e45f Mon Sep 17 00:00:00 2001 From: Tony Bark Date: Fri, 29 Nov 2024 04:50:36 +0000 Subject: [PATCH] Distro Tycoon Classic - Added change log - Rewrote README --- ChangeLog.md | 9 +++++++++ README.md | 36 +++++++++++++++++------------------- Source/ABOUT.FRM | Bin 436 -> 434 bytes Source/LINUXT.MAK | 8 ++++---- Source/MAIN.BAS | 6 +++--- 5 files changed, 33 insertions(+), 26 deletions(-) create mode 100644 ChangeLog.md diff --git a/ChangeLog.md b/ChangeLog.md new file mode 100644 index 0000000..3b8b041 --- /dev/null +++ b/ChangeLog.md @@ -0,0 +1,9 @@ +# Change Log + +## 0.900.3 + +- Bumped version from 0.9.2 to 0.900.3 +- Renamed CityMax to CityLimits + - Now open source + - Bumped nerd cred +- Rewrote about screen \ No newline at end of file diff --git a/README.md b/README.md index caf30ed..0642406 100644 --- a/README.md +++ b/README.md @@ -1,24 +1,22 @@ -Linux-Tycoon-DOS -================ +# Distro Tycoon Classic -Linux Tycoon for DOS +Based on Bryan Lunduke's [Linux Tycoon for DOS](https://github.com/BryanLunduke/Linux-Tycoon-DOS), Distro Tycoon Classic intends to tweak and expand upon the game to understand building a tycoon game. -Licensing: Linux Tycoon is licensed under the GPLv2 license. +## Change Log + +To view recent changes, see [ChangeLog.md](./ChangeLog.md) + +## Building + +- DOSBox +- Visual Basic for DOS 1.x + +## Credits + +- Original Author: Bryan Lunduke +- Maintainer: Tony Bark +## License -Copyright (C) 2013 Bryan Lunduke - -This program is free software; you can redistribute it and/or -modify it under the terms of the GNU General Public License -as published by the Free Software Foundation; either version 2 -of the License, or (at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. \ No newline at end of file +I license this project under the GPL-2.0 license - see [LICENSE](./LICENSE) for details. \ No newline at end of file diff --git a/Source/ABOUT.FRM b/Source/ABOUT.FRM index 0ef70c866fc467d8f27632b846ac4922ac8e6a06..35ab761e27c6cf95cb594b2a5b6ae92ab0d7f7f4 100644 GIT binary patch literal 434 zcmb`?y-ve05C`!8IUghuf)>Qa-~l0ZXbDt8>c~g8PN?dhlnhZTTS}TC14ABxnHON> z8OqEn@D^-{a8BDu?A+qBf9Lc0+any{mEOq*3CngJFE}SO@r7rz%Ic}vKJ);m6I=j$ zzzYQ6^(`N$#t51MW>6o3`3(@ZF|_7(X&)Bbnu~?8UTc=QM{FNVJPE3(HDSy=`N=lM zF>YdAtmJ)~uQDyCpkL0rn)tc;YL6zZ{9BtE8E@mZ8D4lzrzJk?5ugHad`h9~%Q zS>7$9JWuC8Jb%;MBj24wak9KT+GSU#yKD$-_1dAjK0{s4w!i<+#q_k{!{h#&*mSq( E7i8~5F#rGn literal 436 zcmb`?F;2rU6b9h`*>OlB0Tt?uJTSn}0ELCIh;EUP0Ci7FkSf5I0#V4o&?7MS0&E-t zaR#oy4OozZ?WPe2z{`72pWiS0Cm?L#mEI`?G4A;yh;|9?eB;GdIp1^Rg(;#J?E`DT z0t^TSW()IYMD7AWpn>BzfN^VSXTlmYs~^TZYv|0k#*KX%W7fuCwWy*wN`!no#c%! yBp#ag3zr^I=qG8G-yQZ>-Ee!=9RaN#3u>AjG|i;_|9=*n=^;d5@|S0s&gmB^-$ZW! diff --git a/Source/LINUXT.MAK b/Source/LINUXT.MAK index c43a37d..2d7cada 100644 --- a/Source/LINUXT.MAK +++ b/Source/LINUXT.MAK @@ -1,4 +1,4 @@ -MAIN.BAS -GAME.FRM -PACK.FRM -ABOUT.FRM +MAIN.BAS +GAME.FRM +PACK.FRM +ABOUT.FRM diff --git a/Source/MAIN.BAS b/Source/MAIN.BAS index 9b64c8c..ebe1c7b 100644 --- a/Source/MAIN.BAS +++ b/Source/MAIN.BAS @@ -221,14 +221,14 @@ SUB BuildDistroList () AllPackages(14).isOpenSource = 1 AllPackages(14).TypeOfSoftware = kTypeGame - AllPackages(15).Name = "CityMax" + AllPackages(15).Name = "CityLimits" AllPackages(15).Bugs = 2 AllPackages(15).Description = "Design and run a very fancy city." - AllPackages(15).NerdCred = 0 + AllPackages(15).NerdCred = 3 AllPackages(15).Popularity = 15 AllPackages(15).SizeInMB = 120 AllPackages(15).Version = 1 - AllPackages(15).isOpenSource = 0 + AllPackages(15).isOpenSource = 1 AllPackages(15).TypeOfSoftware = kTypeGame AllPackages(16).Name = "CoutTrainer"