From a390848d2b58facb190dfe32ba1bd8b1a805261b Mon Sep 17 00:00:00 2001 From: Ian Skinner <56081713+IanSkinner1982@users.noreply.github.com> Date: Fri, 17 Feb 2023 10:13:26 -0500 Subject: [PATCH] Delete pages/programs directory --- pages/programs/cc64.html | 38 -------------------------------------- pages/programs/index.html | 26 -------------------------- 2 files changed, 64 deletions(-) delete mode 100644 pages/programs/cc64.html delete mode 100644 pages/programs/index.html diff --git a/pages/programs/cc64.html b/pages/programs/cc64.html deleted file mode 100644 index e720d58..0000000 --- a/pages/programs/cc64.html +++ /dev/null @@ -1,38 +0,0 @@ - -IanSkinner1982's Website - - - - - - -

CC64 docs

-

- Adding new buildings in v3: -
First, add the new building data to the end of the STOREDAT file. The format should be as follows: -
-
Name (max 14 chars) -
Description (max 22 chars) -
Gain (cookies per second) -
Price
-
-
Now we'll start editing the actual program. You will need to change the old max # of buildings to the new max # of buildings you want, minus one. This can be edited at the start of line 10. (the max # of building is represented as mb) -
Next, look at line 2010. There are multiple ranges. These determine what building data will be displayed on each page. (a range of 0-4 will print data for buildings 0-4, and 5-9 for 5-9 and so on) I and J are the minimum and maximum values of a range, respectively. SS is the page number on which these values will be printed. Add/edit ranges as needed. Make sure you have ifss>{page #}theni. -
(notes: page numbers start at 0, and ranges can be no bigger than 5) -
-
Lastly, edit line 3095 to be ifss={max page #+1}thenss={max page #}. -
-
If, after doing this, the screen becomes messed up, try changing the amount of {downs} in line 2555. Currently there isn't any code that selects the amount of {down}s needed depending on the number of items printed. (that may come later) Everything should now work. If you are experiencing any problems, try updating your CC64 version and repeating the steps. -

- - \ No newline at end of file diff --git a/pages/programs/index.html b/pages/programs/index.html deleted file mode 100644 index 1ed4455..0000000 --- a/pages/programs/index.html +++ /dev/null @@ -1,26 +0,0 @@ - -IanSkinner1982's Website - - - - - - -

Programs I'm working on

- - - \ No newline at end of file