Vinyl Darkscratch
851ee5ae15
Comment accidental script changes
2017-04-06 17:19:05 -07:00
Vinyl Darkscratch
55f6a4318c
Add fadeout on title screen exit as well
2017-04-04 02:35:46 -07:00
Vinyl Darkscratch
7274072a2d
Add window fade-out on exit
2017-04-04 02:31:08 -07:00
Vinyl Darkscratch
08b90de8d1
Add journal reimplementation, update for Solstice update
2017-03-30 02:22:48 -07:00
Vinyl Darkscratch
94535d2d80
Merge remote-tracking branch 'mathewv/master'
2017-03-28 13:33:06 -07:00
mshirt
d8002dabca
all the solstice changes
...
i'm lazy sorry and forgot to keep the repo up to date
but here's all the solstice scripts
2017-03-27 14:52:10 -05:00
Vinyl Darkscratch
0249ecd50c
Merge remote-tracking branch 'mathewv/master'
...
# Conflicts:
# scripts/SaveLoad.rb
2017-03-02 22:38:38 -08:00
mshirt
0f3217d16d
Added save backup system to the game
...
To better deal with the random savefile corruptions that occur for some
users. This should help? I tested it with each file in the chain
corrupted to make sure it was falling back onto the backups properly,
and made it delete the base file if all backups were corrupt, which is a
very unlikely scenario but might as well put a case to handle it.
2017-02-04 19:17:47 -06:00
Vinyl Darkscratch
2119b1919d
Merge remote-tracking branch 'mathewv/master'
2017-01-11 00:54:30 -08:00
mshirt
4a459cb330
Fixing text being corrupted when fullscreening
...
Mainly by increasing delay when fullscreening.
2017-01-03 02:23:03 -06:00
mshirt
546edc33b8
Preventing saving if intro variable isn't set
...
This is to prevent the "[Niko feels uneasy.]" infinite loop that can
occur if you somehow save in the INIT room.
2017-01-02 17:33:33 -06:00
mshirt
505f4214c1
Fixing EACCES error
...
That occurs when trying to copy the ______.exe when you already have it
running in the destination folder.
2017-01-01 18:25:11 -06:00
mshirt
102e0aea6c
Game now saves settings to file
...
So the user doesn't have to customize their settings everytime they
launch.
2017-01-01 16:16:43 -06:00
mshirt
b1b907a6e6
Settings menu script additions
...
Settings menu now fully works, but will need to add more changes in a
bit to make it save a settings file (so user won't have to change
settings every relaunch)
2017-01-01 05:04:32 -06:00
mshirt
79e70e8821
Fixed being able to open both menus at once
...
You could open both inventory and menu at once if you were walking. But
now you can't.
2017-01-01 05:04:32 -06:00
Vinyl Darkscratch
e97d42f132
Merge remote-tracking branch 'mathewv/master'
2016-12-20 13:09:17 -08:00
mshirt
6f7091db62
Making these colors brighter
...
Because people complained about the document text being "hard to read"
2016-12-18 16:39:56 -06:00
Vinyl Darkscratch
d16959f0e8
Merge remote-tracking branch 'mathewv/master'
2016-12-17 22:53:21 -08:00
mshirt
3bdb5b6ea5
Revert "More anti-lag changes"
...
This reverts commit 07f2d5d6fa .
2016-12-17 20:10:23 -06:00
mshirt
07f2d5d6fa
More anti-lag changes
2016-12-17 16:44:30 -06:00
mshirt
355b2d8528
Moving the Cancel higher
...
This change prevents the player from opening the fast travel menu and
the inventory from the Menu at the same time.
2016-12-17 16:44:30 -06:00
Vinyl Darkscratch
4662417dbe
Merge remote-tracking branch 'mathewv/master'
2016-12-16 13:15:03 -08:00
mshirt
f4aace6a27
Fixing observation deck + fast travel bug
2016-12-16 00:21:43 -06:00
Vinyl Darkscratch
b0b024a01a
Merge remote-tracking branch 'mathewv/master'
2016-12-15 13:37:16 -08:00
Mathew Velasquez
d47a2241ee
Messagebox fix
2016-12-15 05:39:51 -05:00
Vinyl Darkscratch
3224d65988
Made paths in script cross-platform friendly
...
An ending that made me very, VERY teary-eyed, interrupted by an access
denied error…argh, code bugs, why! >~< Basically, the path to “My
Games” and the name of the journal’s executable are now defined by
oneshot.cpp and loaded into the Ruby script, so the ending isn’t
interrupted. Now all that’s left is to compile the journal!
2016-12-14 21:09:33 -08:00
mshirt
9c03d0da02
Adding in combinations for all 10 photos
2016-12-14 03:53:34 -06:00
mshirt
7b34518580
Fixing balcony event
...
Would trigger twice if you were at the top of the railing during a
cutscene.
2016-12-14 02:17:25 -06:00
mshirt
aeff9a856c
Adding in checkpoint save functionality
2016-12-14 02:16:57 -06:00
mshirt
d76c700de0
Fixing "hack" in ed-text
...
Apparently there was already a function for reseting the frame wait,
used commonly after loading files. So we don't have to use the hacky
method of making the game wait for X number of frames anymore.
2016-12-13 04:45:25 -06:00
mshirt
4fec45be25
Fixed softlock when opening menu
...
If you opened the fast travel or the item menu right before touching a
touch-run event, it would soft-lock you if the event changed niko's
move-route, since niko was unable to move due to his update function
being unreached.
2016-12-13 04:42:45 -06:00
mshirt
f9a43eff45
Reordering the trigger on custom message boxes
...
With frame perfect inputs, you could close these on the same frame as
they open, which in some cases leads to a soft lock of the game.
2016-12-12 17:44:48 -06:00
mshirt
ae846e0976
Fixing a bug with the music fade-in script
...
Used to crash if these commands were hit during a music fade-in command.
2016-12-12 14:00:02 -06:00
mshirt
a2caa4d626
Script to check if the countdown is over
2016-12-12 13:59:30 -06:00
mshirt
941b611ba0
minor changes to sun room fix
2016-12-10 02:27:01 -06:00
mshirt
91e25907eb
Adding a quickfix for the sunroom bug
2016-12-10 01:20:21 -06:00
mshirt
ee0c895a1e
increasing delay for graphics update to catch up
2016-12-08 02:19:46 -06:00
mshirt
2c5cc374cd
Making game defullscreen during prompts
2016-12-07 23:06:40 -06:00
mshirt
c51dfe842a
Added more checks for names
2016-12-07 23:06:23 -06:00
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
Michael Shirt
42d9b25f3c
Fixing choices
...
Because the last commit I did just broke it
2016-11-19 05:07:08 -07:00