mshirt
cce13d8d01
Added a switch for red docs
2016-12-06 16:43:11 -06:00
mshirt
691bbc0f67
Making the computer username default
...
Even for steam
2016-12-06 15:28:36 -06:00
mshirt
9b91a3d5e3
Adding a fast travel for a new map in the Glen
2016-12-04 16:53:07 -06:00
mshirt
ae8e161504
Changed hitbox on smallpool
2016-12-01 18:09:20 -06:00
mshirt
7c97b71824
Added in \l and \r to credits
...
For left-justified and right-justified text
2016-11-27 21:04:50 -06:00
mshirt
88d9690737
A switch to disable fullscreen toggling
2016-11-27 21:04:15 -06:00
mshirt
ce147a44a5
Added fullscreen toggle (F8)
2016-11-26 12:55:05 -06:00
mshirt
a229d8862f
Putting in combinations for trying to smash the sun
2016-11-26 12:54:49 -06:00
mshirt
5178abd891
Put in countdown script
...
also adjusted green_ambient
2016-11-25 21:42:30 -06:00
mshirt
824cd3af3b
Putting in the post-game version of the safe document
2016-11-25 21:39:23 -06:00
mshirt
7794381828
Updating this bat file for my new laptop
2016-11-25 21:39:02 -06:00
Michael Shirt
42d9b25f3c
Fixing choices
...
Because the last commit I did just broke it
2016-11-19 05:07:08 -07:00
Michael Shirt
bca00b4197
Making choices filter out \p
2016-11-18 01:54:10 -07:00
Michael Shirt
1762362044
Added permaflag/variable functionality
2016-11-18 01:53:52 -07:00
Michael Shirt
bc2133b01f
Adding scripts for plight's bruteforcing at elevator deck and for losing all items at beginning of tower
2016-11-18 01:51:49 -07:00
Michael Shirt
a6df4ea3d2
Adjusting text colors to add contrast
2016-11-17 22:27:56 -07:00
Michael Shirt
83d6e46421
Added water pill combination
2016-11-17 13:02:44 -07:00
Michael Shirt
79ba9fc44a
game_oneshot was misspelled
...
Mat did you even test this before you committed it?
2016-11-15 21:28:32 -07:00
Michael Shirt
6c819d0249
Commenting out choice scrolling with L/R
...
This was causing a bug where if you had 4 choices you could access
another page with blank choices? Rather than try to figure out why
that's happening I'm opting to remove the functionality entirely, as
we're short on time and we don't even have any choice dialogues that
have more than 4 choices anyways.
2016-11-14 14:48:33 -07:00
Mathew Velasquez
eff90ea95f
Fixed wallpaper restore save bug
2016-11-06 17:43:00 -05:00
Mathew Velasquez
8c15c73f04
Linux Niko
2016-11-05 02:01:07 -04:00
Mathew Velasquez
90eb18a8ac
Adjusted save file name; fixed .gitignore
2016-11-04 17:58:37 -04:00
Michael Shirt
c0a3cda160
Adding functions to disable saving on command
2016-11-04 14:04:38 -06:00
Michael Shirt
7a8cd433bd
Adding journal copy function
2016-11-04 03:35:18 -06:00
Mathew Velasquez
1f35ab104f
Various last-minute beta fixes
2016-11-04 05:29:22 -04:00
Mathew Velasquez
693f045ff8
More line ending fixes, ___
2016-11-04 00:05:49 -04:00
Mathew Velasquez
6312ce865c
Added active? function, fixed CRLF line endings
2016-11-04 00:04:27 -04:00
Mathew Velasquez
78c4c3b9bf
Niko/Journal for windows
2016-11-03 18:37:14 -04:00
Michael Shirt
e80454a0d6
Adding fast travel destinations
2016-11-02 16:38:00 -06:00
Mathew Velasquez
50d64ea060
Window shaking
2016-10-29 22:22:22 -04:00
Michael Shirt
01b4e7e2a0
Fixing textbox width issue
2016-10-29 18:47:54 -06:00
Michael Shirt
2a03b10d7c
Fixed a bug with quit_game_bed
...
The interpreter needs to +1 to the index before saving or else
quit_game_bed will have the game stuck in an infinite loop of quitting
the game when reloading, but we need to -1 immediately after because
otherwise the interpreter will skip a command after this is called.
2016-10-29 18:46:52 -06:00
Michael Shirt
01be2d6f4c
Added 5th pixel puzzle for tower, S2 is no longer being used but will be left in the script anyways
2016-10-29 18:45:21 -06:00
Michael Shirt
c7c4948817
Adding more footstep sfx for some tilesets
2016-10-29 18:44:48 -06:00
Michael Shirt
312672f160
Added courtyard as fast travel destination in Glen
2016-10-29 18:44:25 -06:00
Michael Shirt
1cba1adf66
Fixing bug with window prompts and adding credits message box
...
The game would try to catch up in frames when a window prompt was
opened, so if the window was open for 140 frames the game would process
the next 140 frames instantly after the game was closed. To fix this, I
have the window prompt time how long it's opened and then I tell the
game to sleep for however many frames it was opened for.
Credits message works but does not yet have all the desired features,
will finish up later.
2016-10-29 18:44:06 -06:00
Michael Shirt
d43e176b4c
Footsplashes moved slightly lower to be more centered around feet
2016-10-22 20:10:13 -06:00
Michael Shirt
ae62b5800d
Added step sounds for endgame areas
2016-10-22 20:06:35 -06:00
Michael Shirt
6b91671ad0
Reducing house ambience
...
Cuz night said so
2016-10-22 20:05:21 -06:00
Michael Shirt
1750dc7c98
Changes to how the game handles quitting
...
With these changes the game technically never "allows" you to quit, and
instead the input is handled by Scene_Map. This lets us run an event
before they quit.
2016-10-17 15:34:45 -06:00
Michael Shirt
d403608189
Finishing footsplashes for the water room.
...
With these scripts the map properly loops and the footsplashes do as
well. Footsplashes were also made bigger.
2016-10-17 15:27:52 -06:00
Michael Shirt
2e73c99b8a
Fixes
...
Moved get_user_name back to where it belongs, and added self to the
wallpaper methods so they would be accessible from the event parser.
2016-10-15 01:06:27 -06:00
Michael Shirt
cea46f76e8
Added footsplashes
...
These can be controlled with switch 101, to be primarily used in the
Tower area.
This isn't finalized yet but works as is atm, will be finished soon.
2016-10-13 18:32:34 -06:00
Michael Shirt
f2368993d7
Made get_user_name script function
...
In the barrens during the prophet bot scene, the game was comparing the
entered name to Oneshot::USER_NAME. But this was incorrect, as the name
could be either the steam name or the pc username and the name has some
preprocessing done to it. With this new script function, we can compare
the name correctly
2016-10-13 18:32:34 -06:00
Michael Shirt
ad48a874df
2 changes to basic text boxes
...
-If niko's character graphic is one of the gasmask graphics, change all
his facepics to the gasmask facepic
-User can now prompt text to show instantly by pressing action or cancel
while text is scrolling
2016-10-13 18:32:33 -06:00
Michael Shirt
99fbdf04cc
Fixing a mistake with this script, should be checking for equality instead of inclusion
2016-10-13 18:32:33 -06:00
Michael Shirt
8314371b4f
Rehauling the appearance of doc messages to look more like paper
2016-10-13 18:32:33 -06:00
Michael Shirt
c04f442b0a
Adding step sfx for the blue mineshaft
2016-10-13 18:32:33 -06:00
Mathew Velasquez
99c9a27f2a
Wallpaper functionality restored for windows
2016-10-13 20:26:01 -04:00
Mathew Velasquez
0dc872bcea
Journal screen stuff
2016-10-13 20:26:01 -04:00