summary refs log tree commit diff stats
path: root/res/maps
Commit message (Collapse)AuthorAgeFilesLines
* More of Hinawa eventStar Rauchenberger2021-07-061-4/+76
| | | | | | This is the beginning of the second part, ending with Hinawa walking off the cliff, Kumatora/Duster/Boney bunched over on the right, and Lucas in the middle, where he'll have to decide who to go toward. #28
* Added beginning of Hinawa eventStar Rauchenberger2021-07-061-1/+24
| | | | #28
* Made the "everyone looks at mirror" behaviour into a background scriptStar Rauchenberger2021-07-051-0/+1
| | | | This simplifies it a bit, because it no longer needs to constantly check that we are on the right map. It is linked to the mirror's edge.
* [switch route] Created Drago Plateau mapStar Rauchenberger2021-03-173-0/+1252
| | | | #10
* [switch route] Added backwards RGYY musicStar Rauchenberger2021-03-171-1/+1
| | | | #10
* [switch route] Started working on switching sceneStar Rauchenberger2021-03-171-0/+230
| | | | #10
* Added Magic (DCMC) to hallucination_interiorStar Rauchenberger2021-03-141-1/+12
|
* Added option to exit area from pause menu on supported mapsStar Rauchenberger2021-03-133-0/+3
| | | | #7
* Interacting with Kuma and Duster in the finaleStar Rauchenberger2021-03-122-69/+5
| | | | | | The hot spring is also a little bigger now, because I'm using an enclosure to keep Lucas in, instead of setting the tiles to being solid or not. #20
* Added start points for finale sceneStar Rauchenberger2021-03-111-1/+10
| | | | #20
* Created finale mapStar Rauchenberger2021-03-113-0/+146
|
* Added a Masked Man that just watches youKelly Rauchenberger2021-03-101-1/+9
| | | | He's standing in an unreachable part of hallucination_interior and can only really be seen when standing in a specific position.
* switch_claus starts talking when he gets yaKelly Rauchenberger2021-03-091-0/+1
| | | | | | Kumatora, Duster, and Boney had to be given hitboxes, but they are not considered solid. #10
* Added "let's switch places!" Claus spriteKelly Rauchenberger2021-03-091-1/+32
| | | | | | He will wander randomly until you get close, and will then run at you. Talking to him or bumping into him does nothing currently. If you move out of his range of interest he will go back to wandering at a walking pace. #10
* Added Nana to hallucination_cliff mapKelly Rauchenberger2021-03-081-1/+10
|
* Added music to mirror mapKelly Rauchenberger2021-03-071-0/+1
|
* Fixed not being able to examine the mirrorKelly Rauchenberger2021-03-072-11/+2
|
* Added connection between mirror map and hallucination_interiorKelly Rauchenberger2021-03-072-13/+29
|
* Added message when examining the mirrorKelly Rauchenberger2021-03-071-1/+10
|
* Idling in front of the mirror faces you toward itKelly Rauchenberger2021-03-061-1/+2
|
* Made the mirror room!Kelly Rauchenberger2021-03-063-0/+196
| | | | Not totally done yet. Also not hooked up to anything yet.
* Wrote exit area scripts for underwater and time passageKelly Rauchenberger2021-03-052-2/+8
|
* Started "Claus falls off ladder" sceneKelly Rauchenberger2021-03-041-1/+15
|
* Set default collision bounds for map spritesKelly Rauchenberger2021-03-035-32/+0
| | | | Since it's always the same ones anyway, might as well set defaults and allow them to be overridden.
* Added smacking to the Mixolydia sceneKelly Rauchenberger2021-03-021-1/+16
|
* Started writing the Mixolydia scene!Kelly Rauchenberger2021-03-011-1/+16
| | | | | | Looking pretty good so far. TODO: direction facing functions have inverted Y coordinate. confusion expression doesn't exist yet. rest of scene.
* Added (human) Mixolydia spriteKelly Rauchenberger2021-03-011-1/+14
|
* Simplified "animation" map sprite parameterKelly Rauchenberger2021-02-285-7/+7
| | | | The filenames for these are fairly regular, and we're gonna want to abstract it away further later on anyway.
* Added (human) OchoKelly Rauchenberger2021-02-281-1/+13
|
* Added music for Mixolydia's houseKelly Rauchenberger2021-02-281-0/+3
|
* Added inside of Mixolydia's houseKelly Rauchenberger2021-02-285-2/+473
|
* Added pink shell door opening (and fixed the sprite)Kelly Rauchenberger2021-02-281-1/+9
| | | | Door doesn't go anywhere yet though.
* Added door entryway to time passage antechamberKelly Rauchenberger2021-02-283-5/+33
| | | | The entryway should also work for the door in the time_passage map. The spritesheet also contains an entryway for Mixolydia's house.
* Added time passage mailbox eventKelly Rauchenberger2021-02-281-3/+9
|
* Added time passage roomsKelly Rauchenberger2021-02-274-0/+616
|
* Added A* pathfindingKelly Rauchenberger2021-02-271-1/+4
|
* Added underwater music and fixed music not changing bugKelly Rauchenberger2021-02-271-0/+3
|
* Added background music (defined on a per-map basis)Kelly Rauchenberger2021-02-274-0/+12
|
* Added first underwater mapKelly Rauchenberger2021-02-263-0/+1315
| | | | Also spruced up the event that takes you there. Also fixed an issue where transplantParty wouldn't take the medium of the new position into consideration. Also added a constructor to the lua version of vec2i.
* Lucas wades into hot spring alone when Ionia is thereKelly Rauchenberger2021-02-251-1/+6
|
* Ionia is in the water!Kelly Rauchenberger2021-02-241-1/+12
|
* Added animation for being in a hot springKelly Rauchenberger2021-02-241-0/+30
|
* Added running sound for vine laddersKelly Rauchenberger2021-02-241-0/+6
|
* Started working on laddersKelly Rauchenberger2021-02-241-0/+30
| | | | | | | | | | | TODO: * all the animations are weird. we will need to have an adjustable framerate bc the climbing animation does not look right at the current rate. (also remove the manual animation stuff ig) * does the medium stuff seem good and right? i am kinda not satisfied with it. * running onto a ladder causes the characters to bunch up bc the movement speed is slowed down but the trails are not doubled * no ladder running sound * shadows should vanish while on a ladder * uhh if you end a cutscene while on a ladder it resets the animation to "still" which is wrong. will this ever happen? idk * adding a sprite to your party while you are on a ladder??
* Added connection between hallucination_cliff and hallucination_hot_springKelly Rauchenberger2021-02-232-2/+20
|
* Generalized upper/lower layer map renderingKelly Rauchenberger2021-02-224-140/+571
| | | | | | Map layers can have a flag on them that specifies that they should be rendered as part of the upper set (rendered above the normal sprite layer but below the above sprite layer). Also added map connections between hallucination_interior and hallucination_cliff. And named the layers in the map files bc why not.
* Adjusted which tiles are solid on the hallucination tilesetKelly Rauchenberger2021-02-221-2/+22
|
* Re-dumped hallucination map/tilesetKelly Rauchenberger2021-02-2210-1607/+1743
| | | | | | The hallucination cliff area and the hot spring map have also been dumped now, but they have not been tested and likely need work because they use a third layer, which is not yet supported. However these all share a tileset now, yay! I added collision and run sounds back to the tiles and hopefully it matches up with what it was before. Also the maps have nicer names now. i.e. big change with no noticeable effects
* Added sprite pausingKelly Rauchenberger2021-02-211-0/+1
| | | | | | All sprites are now paused when a cutscene starts and unpaused when it ends. Pausing means that the CharacterSystem and BehaviourSystem will not process them in their tick. This allows specific sprites to be unpaused during cutscenes if movement is needed. The player character is halted and made non-controllable by the script when the cutscene starts and made controllable again when it ends. It is important to remember that if interacting with a sprite that might be moving, you have to manually call Halt() on them in their script to make them stop moving.
* Added variable movement speedKelly Rauchenberger2021-02-201-0/+1
| | | | Ionia now moves at half Lucas's speed, which I think is good for NPCs.