Commit Graph

146 Commits

Author SHA1 Message Date
ApacheThunder
95ea649c71 Release commit for 2.9.17
* Update Calm loop for Old West Floor.
2024-06-26 18:01:06 -05:00
ApacheThunder
0973124b38 Fix shaders for Windows
* Fix mistake that would break custom shaders on anything except Linux.
Forgot to remove test code when adding new Linux asset bundle. :P
2024-05-10 19:02:41 -05:00
ApacheThunder
ab1842300c Fix custom shaders for Linux users ...
* Fixed broken custom shaders on Linux (and maybe MacOS too if MTG is a
thing there but unable to build MacOS specific asset bundles so can't
can't test that. I re-use Linux asset bundle for MacOS just in case. :P
)
2024-05-10 18:44:56 -05:00
ApacheThunder
d130d74e17 Add new music for Old West
* New music for Old West floor courtasy of C4ndy_cane.
* Adjustments made to combat loop trigger system for custom floors. Now
when player enters floor for first time, a combat music track loop will
not trigger until at least after one room of combat (two if on old west
since entrance is combat room). This is so main track has a chance to
play longer before a combat loop switchs it out.
* Sound bank moved to new asset bundle to avoid new crash that would
occur with on title screen. (possible resource limit for single item in
DLL file?)
2024-04-26 01:49:45 -05:00
ApacheThunder
5a00dd0336 Fix issue with companions, add new music...
* Added new music track for Phobos, Space tilesets. An unused vanilla
music track from pre-release version of th game.
* Fixed issue with compaions that might cause them to spawn in combat
room generated by PayDay Drill item.
2023-09-27 17:11:04 -05:00
ApacheThunder
4eb54e110f Prepare for 2.9.13 Update...
Changed when code for updating AG&DReplacementTier lists so that floor 1
encountered via breach on first run can have hot shot enemies.

Custom music for Old West floor coming soon. Actual release pending
until the assets for that are finished.
2023-09-06 02:19:48 -05:00
ApacheThunder
5d650db83a v2.9.12 Release Commit...
* Fixed mistake in synergy namekey setup that broke localization of all
other synergies in the game. :P
* Lich Eye synergy notification now occurs correctly for Bullet Kin Gun.
2023-04-29 12:58:18 -05:00
ApacheThunder
b8465cf22e v2.9.11 Release Commit...
* Fixed potentional lag issue involving custom logo if Frost and Gunfire
mod is installed.
* Mod will now display text above the main logo for the mod name/version
instead of the main graphic if Frost and Gunfire mod is installed since
Expand's logo texture would be overridden by that mod.
2023-04-27 16:14:53 -05:00
ApacheThunder
e3680eb244 v2.9.10 Release Commit...
* Fixed issue preventing Skusketlink from being added to Ammonoicon. It
has now been added.
* All previous Ammonoicon entries now have unique EncounterGUIDs. You
may need to re-encounter them to see them again. ;)
* Cacti on Old West and Trees on Jungle should no longer cause issues
with AI pathfinding. (as long as they didn't spwan inside the object)
2023-04-26 13:13:44 -05:00
ApacheThunder
c3deddb3d3 v2.9.9 Release Commit...
* Fixed code with skuskethead/chameleon ammonoicon addition that broke
level generation of Jungle/Belly. This unfortunately means skusket head
no longerh as an ammonoicon entry as I could not get it work without
breaking Belly level generation.
2023-04-23 22:03:05 -05:00
ApacheThunder
50a0d91106 v2.9.8 Release Commit...
* Version string found on Mod Logo now a dfLabel UI element to make
updating it easier. No longer requires updating the logo texture itself.
* GungeonSewersExit reference for building lock prefab for Elevator door
used to access entrance to Old West moved to ExpandObjectDatabase to
help prevent exceptions with Alexandria API.
* Dopplegunner, Red/Blue Bootleg Shotgun Kin, and Bootleg Bandana Bullet
Kin now have unique Ammonomicon entries (courtasy of Lynceus).
* New Dopplegunner boss card and mirror sprite recolor (thanks to
Lynceus for this too)
* Missing Skuskethead and Chameleon entries added. They were also done
by Lynceus but my original attempt to add them didn't work appearently.
* New custom floors added to load_level's alias dictionary.
2023-04-23 14:25:48 -05:00
ApacheThunder
a27eca3ee3 v2.9.7 Release Commit...
* Added Ammonomicon entries for most custom enemies and bosses. Sprite
work thanks to Lynceus!
* Added new Tree objects to ExpandFloorDecorator for Jungle floor.
Modified sprites courtasy of NeverNamed!
* Improved code in ExpandFloorDecorator for finding valid spawn
locations for objects.
* Bonus chest room on Jungle now has unique room design.
2023-04-18 15:05:39 -05:00
ApacheThunder
acd2f9fd98 Add new sprites for some tree objects in Jungle...
* Also renamed a couple classes in ExpandPrefabs to be simplar/easier to
find.
2023-04-06 18:39:17 -05:00
ApacheThunder
c90c3fdb1d v2.9.6 Release Commit...
* Added new sprites for hotshot enemies. Thanks to Lynceus for the
spritework!
* Added new April Fools day thing. Code checks system date for this so
if you missed it, sorry gotta wait till next year! :P
2023-04-01 20:50:39 -05:00
ApacheThunder
4f85002db4 v2.9.5 Release Commit...
* Removed switch object from floor 1 entrance room as it was causing
confusion. The default state for the music switch toggle for Rickroll
chests is now "off" and can only be changed in the settings file now.
Players who have already enabled it will not need to re-enable it.
* TheLeadKey can no longer teleport the player to an inaccessible area
in Winchester rooms and should be a playable winchester room.
* TheLeadKey will automatically remove enemies that overlap the area the
player will be teleported to which should cut down on players taking
unavoidable contact damage.
* One of the custom secret room layouts for the Witch NPC resulted in
guns spawning in a hard to reach area or glitching into the wall. The
layout has been adjusted to address this issue.
2023-02-21 16:25:44 -06:00
ApacheThunder
da07668e78 v2.9.4 Release Commit...
* Soft Lock issue with Gunslinger when encountering Dopplegunner boss
has been fixed.
2023-02-11 21:38:56 -06:00
ApacheThunder
cc5babd39a v2.9.3 Release Commit...
* Belly Monster chase sequence updated with new music courtesy of
C4ndy_cane who also composed the music for the Jungle and Belly floors!
2023-02-10 19:03:24 -06:00
ApacheThunder
6a01f0fb58 v2.9.2 Release Commit...
* Belly Monster chase sequence updated with fall back code incase player
some how manages to deal enough knockback to push the monster out of the
room.
2023-02-09 14:41:10 -06:00
ApacheThunder
361a012816 v2.9.1 Release Commit..
* Tweak Alarm Mushroom placement code. Should help prevent instances of
mushrooms appearing too close to exits.
* Max Alarm Mushroom spawn count for smaller rooms reduced.
* Gunball machine in Casino now has chance to give a blank, armor, 50
casing, or rat key instead of just a key if it rolls for a consumable
item drop.
* Gunball machine has slightly reduced chance of giving the player the
consumable item drop.
2023-02-07 14:38:59 -06:00
ApacheThunder
05a652c873 v2.9 Release Commit...
* Fix version strings due to Thunderstore mess up.
2023-01-17 19:58:16 -06:00
ApacheThunder
8c810b2b90 Adjustment to West Bros Boss card. 2023-01-17 19:27:17 -06:00
ApacheThunder
2a857fb003 v2.8.3 Release Commit...
* New boss card for West Bros boss on Old West floor. (sprite work
thanks to Lynceus)
2023-01-17 18:53:01 -06:00
ApacheThunder
4c57735845 v2.8.2 Release Commit...
* Jungle Boss HP lowered a bit more.
* Parrot replaced with knight bullet kin and Marine Past Imp removed
from minion spawn pool of Jungle Boss.
* Corrupted Secret Room's NPCs are now randomized.
2023-01-12 15:33:48 -06:00
ApacheThunder
80ffd7d4cc Summery
Description
2023-01-11 14:29:43 -06:00
ApacheThunder
fa2a3f4d09 v2.8.1 Release Commit...
* Exception handler added to ExpandParadropController to try and prevent
possible softlocks if modded items cause changes to enemies being
paradopped that cause exceptions.
* Jungle floor now has one extra chest room to add more reward to
visiting the floor due to the increased difficulty the floor has
compared to other secret floors.
* Jungle boss HP reduced a little bit to help make things easier.
* Jungle boss's minion spawn pool changed to make things easier.
Snake/Chameleon enemies replaced with arrowkin and rubber/tazie kin.
2023-01-09 17:31:00 -06:00
ApacheThunder
cdac6e0740 v2.8 Release Commit...
* Removed game language override feature as it seems the bug it fixes is
not present in BepInEx version of MTG.
* Rat Traps in Rat's Revenge Challenge Mode now trigger on room clear to
better indicate they are safe to walk over.
* All The King's Men Challenge Modifier now uses the new paradrop
system.
* All The King's Men Challenge MOdifier can now spawn angry clownkins.
2023-01-06 00:13:19 -06:00
ApacheThunder
3ce2d91023 v2.7.9 Release Commit...
* Companions no longer target cronenberg'ed enemies transformed via
Cronenberg bullets.
* Fixed Pirate Shotgun Kin and Pirate BulletKin corpse hat zDepth bug.
* Clownkin Companion no longer spawns second bugged/detached balloon on
new floor.
* Exception in ClownKin Friend Companion controller when encountering
new floor or first pickup fixed.
2022-12-31 22:57:03 -06:00
ApacheThunder
d5cba5a6b1 v2.7.8 Release Commit...
* Fixed mistake that made RickRoll chests too common. (for real this
time. :P )
* Added custom boss music for any boss encountered on floors reached via
Portable Elevator item.
2022-12-19 18:34:57 -06:00
ApacheThunder
4a3e7de45f v2.7.7 Release Commit...
* Dead Alarm mushroom sprites are now randomly flipped on X axis.
* Punchout Arcade Game now displays correct dialog if player finished
the game with less then 100 credits.
* Odds of RickRoll chests lowerd. Odds of encountering enemy trap chest
lowered.
* Crush door trap room redesigned to use less spike traps and has
different set of enemies.
* Pit Trap Trap Room has more floor area to make it less difficult. Det
enemy replaced with diagonal firing one as originally intended.
2022-12-06 16:19:35 -06:00
ApacheThunder
7d234a422e v2.7.6 Release Commit....
* Fix exceptions that may occur during custom dash behaviour used on hot
shot cultists.
* Fix exceptions that could occur in ResetConfig function of
PortableShip.
2022-09-22 14:40:29 -05:00
ApacheThunder
3c191aefed v2.7.5 Release Commit...
* Fix exceptions relating to AIActor rigid bodies when using this mod in
combination with Planet Side.
2022-09-13 17:36:16 -05:00
ApacheThunder
450e6c2456 2.7.4 Release Commit...
* Set sonic ring item to excluded to prevent ring from showing up in
ammonomicon.
* Dopplegunner boss no longer soft locks on intro if player is solo
Cultist.
* TheThirdEye should no longer generate exceptions during floor
generation.
2022-09-05 23:58:31 -05:00
ApacheThunder
ed517c70a3 v2.7.3 Release Commit...
* Compatiblity update for MTG API 1.5.1.
* Fixed mistake that made Portable Elevator always spawn glitched
elevators.
2022-08-02 11:20:57 -05:00
ApacheThunder
ad7152f6f8 v2.7.2 Release Commit...
* Updated mod to be compatible with Mod the Gungeon API v1.5.0. It will
now be the minimum version supported by the mod. Do not attempt manual
install with older versions. It will NOT work!
* Added custom Old West chest to Chest spawn command (only possible in
BepInEx version of MTG)
* Added RickRoll Chest and Surprise Chest to shrine spawn command. (they
technically aren't chests so have to use this instead)
* Lowered spawn odds of RickRoll Chests
2022-08-01 15:07:59 -05:00
ApacheThunder
12909c41f8 v2.7.1 Release Commit...
* Merge BepInEx build into repo as it's own branch.
* Actually fix Wall Mimic spawn rates for TheLeadKey rooms and rooms
that Jungle Tree and Jungle Exit rooms teleport the player to.
2022-07-19 22:32:54 -05:00
ApacheThunder
fc15d0149f v2.7 Release Commit...
* Actually fix WallMimic spawn rate for TheLeadKey rooms and (and the
rooms the Jungle tree and jungle exit rooms teleport the player to)
2022-07-19 22:13:28 -05:00
ApacheThunder
45fe8f187c v2.6.9 Release Commit
* Missing rat jail door in secret chest puzzle room on Old West
restored.
* Rickroll chests and enemy surprise chests no longer drop items in
rainbow mode.
2022-07-13 12:14:19 -05:00
ApacheThunder
ad5e813f79 v2.6.8 Release Commit.
* Fixed bug with Hooks used by Casino Arcade version of Rat Punchout.
Should no longer cause the real punchout fight to spawn the same items
the arcade version did.
* Disabled shaders based on the custom VHS shader for Linux users due to
reports of the shader not working on that platform. May re-enable in the
future if it turns out to be a isolated problem.
2022-06-29 01:58:25 -05:00
ApacheThunder
c245ec14be Release Commit...
* Added custom shop and secret room music for Jungle
* Gumball machine sprite/animations finalized. (sprite work done by
Nevernamed)
2022-06-24 14:22:49 -05:00
ApacheThunder
4062e64cb2 Implement GunBall Machine...
* Rat Punchout arcade game now has revised UI and arcade cabinet
overlay!
2022-06-19 02:26:38 -05:00
ApacheThunder
3ee4bbc986 Add new door object for Old West locked areas...
* Areas with 4 Rat Key doors have been condensed to a single door with 4
rat key locks via new custom door object.
2022-06-15 23:53:29 -05:00
ApacheThunder
205e2752ab Pre-release Commit
Finished Rat Punchout Arcade Game.
2022-06-13 18:55:28 -05:00
ApacheThunder
fc6f18adb4 Begin Implementing Casino room in Foyer...
* Added new music for Belly courtasy of C4ndy_cane!
* Jungle (and Belly) music now has loop sections setup.
2022-06-13 01:41:13 -05:00
ApacheThunder
81fe1f6c0d v2.6.6 Release Commit
* Alarm Mushrooms are now deactivated if room has no active combat or
room is cleared of all enemies.
* Alarm Mushrooms found in rooms generated by The Lead Key will now
correctly trigger all mushrooms in the room when one is triggered like
they do in normal rooms.
* Special chests found in fake chest rooms now have low odds of
replacing an existing chest on the floor instead of appearing in
seperate trap rooms.
* The trap rooms the special chests used to be found in have been
removed from the room pool.
* Corruption Bomb can now corrupt the challenge shrine.
* Companion Shrine now has a chance to give companion items from
ExpandTheGungeon.
* New item added: Clown Friend. A clown kin companion will follow you on
your journey into the Gungeon!
* New synergy added: Clown Friend and Clown Bullets. If both items are
obtained, player gains their own balloon that pops and does miniblank on
bullet hits.
* Some improvements to the appearence of the clown kin sprites.
2022-05-30 13:46:27 -05:00
ApacheThunder
082fde5a59 2.6.5 Release Commit
* Removed Arrival Elevator from Rat floor to prevent new Elevator object
from showing up there. (odd they even put the DungeonPlacable for it
there).
* Fixed exceptions that could occur in PhysicsEngine.LateUpdate with
certain rooms genreated by "The Lead Key" item. (bullets freezing/player
movement freezing near walls was being caused by this bug)
* Music and Rain FX(if on Jungle Floor) now ends as intended when the
custom exit elevator is used on a floor that has one.
* Code for Dopplegunner boss optimized. During random movement phase
Dopplegunner will remain stationary less often.
* Camera zooms out during Dopplegunner boss fight to make it easier to
track where the boss is located in the room.
2022-05-22 23:17:01 -05:00
ApacheThunder
b70632e8a3 Update Readme.md 2022-05-17 21:50:56 -05:00
ApacheThunder
89498975f6 v2.6.4 Commit...
* Space tileset now a possible tileset for Portable Elevator.
* Portable Elevator has small chance to spawn glitched elevator. Same
odds as normal glitch elevator/glitch chest spawns.
2022-05-17 21:10:41 -05:00
ApacheThunder
a3d2ccda23 Custom Floor Music
* Lowered Wall mimic spawn rate for AddCustomRuntimeRoomWithTileSet
generated rooms. (Mainly effecting rooms generated via The Lead Key and
the special exit elevator room on Keep and special exit elevator room on
Jungle)
* Fixed mistake that prevented HotShot Cultists from appearing.
* AssetBundle moved back to being an embedded resource in mod DLL.
Should finally resolve issue with some users where ModWorkShop version
of the mod'z zip could cause crashes if using the ZIP file name given by
ModWorkShop.
* Jungle floor now has custom music. Thanks to C4ndy_cane for composing
the music track!
* Ladder added to special Jungle elevator room on floor 1 for quick
travel back to the tree room if needed.
2022-05-17 20:15:31 -05:00
ApacheThunder
328723972e 2.6.3 Release Commit...
* Fixed outline sprites remaining after hotshot enemies die.
* Added unused Window tilestamps to Old West Dungeon.
2022-05-08 12:26:46 -05:00
ApacheThunder
f29722e83b Add new tileset
* PreAG&D version of Office tilset ported and is now accessible via
Portable Elevator Item (Phobos is still a possible floor that item can
you you to)
2022-05-07 03:10:35 -05:00