344 Commits

Author SHA1 Message Date
a7c53dbf05 - Phone pickup distance reduced to 10cm.
- Slightly increased compression for the blank TV texture.
2026-05-24 12:44:10 -04:00
78f1a7a2e3 - Round 1 now properly indicates the Modem destination.
- ACME Bugnet Alert has usable functionality.
2026-05-24 11:44:08 -04:00
644f5f9671 - Added a brick overhang over the alleyway fence.
- Added the ACME Bugnet warning light to the alleyway.
- Added a sign for the phone in the alleyway.
- Added a bicolour SDF shader.
- Enabled mesh compression on many of the meshes in the world.
2026-05-22 15:38:48 -04:00
6708177539 Minor correction to code that isn't even used anywhere. 2026-05-21 18:32:46 -04:00
ba4e42a813 - Fixed railing lighting on alleyway stairs.
- Made a dirty green paint material and used it for the newsstand.
2026-05-21 18:30:00 -04:00
68af62e333 Risk card holder now has proper functionality. 2026-05-21 18:28:33 -04:00
8aec8995b8 - Added an admin button to skip a turn in round 2.
- Added a railing outside the stairs in the alleyway.
2026-05-21 03:52:48 -04:00
ae4ce6684b Choice and risk cards now use VRCObjectSync. 2026-05-20 20:05:41 -04:00
b234da3820 Added burlap sacks for the round 2 room. 2026-05-19 13:54:12 -04:00
c6fe1bb939 - Floor map markers now also use VRCObjectSync.
- PickupUseCallback can now optionally send ownership transfer requests.
- Added a wood chest decoration for the round 2 room.
- Tweaked the rough and dirty steel material.
2026-05-19 13:47:15 -04:00
29f9b858cf Added a decorative payphone to the alleyway. 2026-05-17 20:45:34 -04:00
da8b37ea37 - Improved compression for various ACME logos.
- Rearranged ACME logos into their own category.
2026-05-17 03:53:54 -04:00
7bad3a6bed Player markers are no longer handled by GameManagerBase. 2026-05-17 03:52:12 -04:00
dbc5746a0b Position markers on pedestals now activate when a podium is manually claimed. 2026-05-16 15:01:55 -04:00
dc86b95ed7 CaseVideoSyncPlayer no longer modifies the global material. 2026-05-16 08:14:31 -04:00
e7fa38058c - Jail call overlay no longer modifies the global material.
- Jail player now disappears when round 2 is initialised or deinitialised.
- Phone box cover now syncs when closed automatically.
2026-05-16 01:19:10 -04:00
1b167390cb - Host card now also uses VRCObjectSync.
- Host card spawner now switches ownership on interact to prevent sync issues.
- Host card spawner now has an inset square collider to get in the way less.
- Adjusted collision box of location board to not block the host card spawner.
- Phone box cover now closes automatically when round 2 ends.
2026-05-15 13:56:37 -04:00
2fa20670ac - Added a phone box around the phone in round 2.
- Added a callback class to allow interactions to send signals to non-pickups.
- Round 2 phone now syncs with VRCObjectSync, like many simple pick-ups now do.
- Doors can now choose whether they auto-close.
- GameManagers now enable and disable live lights as necessary.
- More transparent textures now have "Alpha is transparency" enabled.
- Podium prefab shifted slightly in its default position. This changes nothing.
2026-05-15 02:10:09 -04:00
e8704b7595 - Jail phone now also uses standard VRCObjectSync.
- Live indicator placard no longer has a grabbable component.
- Choice cards now have their LightSync components inside their prefabs.
2026-05-14 20:08:04 -04:00
7a233d9656 - Camera at the end of The Chase now auto-switches to host/player view.
- The Chase now also ends itself when it's over.
2026-05-14 16:15:58 -04:00
edc90eba48 Quick fix for a buffer overrun issue. 2026-05-14 16:13:58 -04:00
cb04ea8dd2 Buzzers reworked to sync using VRCObjectSync, as a test for future refactoring. 2026-05-14 12:49:20 -04:00
c3896b06d1 Fixed a crash when a player tries to teleport to a pedestal's spawn point. 2026-05-13 23:29:16 -04:00
820df6c2bd - Lightning strike animations are now fully working.
- Added an alternate spawn marker, since it was needed for testing anyway.
- Round 1 podium name placard now has baked shading.
- Fixed umbrella model's blend shape normals.
- Removed a lot of unnecessary materials and textures.
- KNOWN ISSUE: Winner camera in round 2 no longer follows winner. Again.
2026-05-13 22:27:55 -04:00
3a7076121b - Lightning round effects are now only reset at the end of a lightning round.
- Lightning round now ends and advances itself instead of waiting for input.
2026-05-11 03:41:02 -04:00
dda2ffcf95 Fixed a bug that caused the lightning round intro to never recover from reset. 2026-05-11 02:48:48 -04:00
554add639e - Lightning round effects now re-initialise in between rounds.
- Lightning round effect now checks if the effect has changed before playing.
- Final round now locks podium answers without an in-between segment.
- Improved UVs on buzzer model.
- Improved lightmaps on square crate model.
2026-05-11 00:56:42 -04:00
16dc6c79d8 - Added an umbrella and rain to the "Thunder And Rain" lightning round intro.
- Buzzer model has been updated, and includes a trigger pull animation.
- Lightning round intro sound is now music instead of a sound effect.
- Fixed a bug that made the host card interactable on round start.
2026-05-10 22:11:01 -04:00
09cca84bed - Added enclosure around the round 1 podiums.
- Added jail calls for Vic The Slick.
- Round 1 player pedestals now have tiles on them just like round 2.
- Improved lightmaps for the alleyway walls.
2026-05-10 05:16:30 -04:00
60a972d400 Lightning round animation now always plays regardless of the chosen effect. 2026-05-09 14:01:26 -04:00
8b6604da24 - Modem now has markers for where players should stand to be teleported.
- Jail call camera overlay now syncs crook portraits properly.
- Ownership of wanted/missing posters and jail call overlay is properly set.
2026-05-09 13:59:29 -04:00
18a7c68ba6 Lightning Round special effects are now in their own prefab class. 2026-05-09 12:21:10 -04:00
2d3a18c897 - Adjusted camera positions for round 2, to suit the new room layout.
- Added a position marker for the winning player in round 2.
- Added borders and a blinking lightning bolt icon for the jail call overlay.
- Enlarged the location board by 20%.
- Do It Rockapella camera animation now starts much more zoomed in.
2026-05-08 04:41:45 -04:00
9c8a0addd1 - Moved players in round 2 further back from the location board.
- Added a unique tile colour for round 2 room.
- Added a case file section for briefings, for future use.
- Updated Trojan Horse loot image, and kept the transparent version.
2026-05-07 22:22:29 -04:00
9129164123 Fixed location board buttons not being disabled despite looking disabled. 2026-05-07 15:30:45 -04:00
726af71fa4 Cleaned up unnecessary code that does nothing. 2026-05-07 02:46:38 -04:00
bd2b80e9f9 - Added a placeholder jail call camera overlay.
- Tile floors and pedestals now have double-sided GI, making lightmaps cleaner.
- Removed unnecessary collision from the location board.
- Camera overlays now all default to inactive and zero scale.
2026-05-07 02:45:09 -04:00
e52ab0d43d Fixed the round 1 video timer continuing to run when a video was skipped. 2026-05-06 19:01:13 -04:00
9aa4339e8c - Video screen textures now use unshaded mobile materials instead of emissives.
- Video player render texture fixed to work on Android.
- Adjusted texture sizes for Android builds.
2026-05-06 01:46:22 -04:00
7b113a5c8a - CameraAnchor can now have camera rotation offsets as well as FOV changes.
- CameraAnchor no longer needs to sync with LightSync, and so does not.
- Added noise texture to velvet rope material.
- Improved lightmaps on velvet rope model.
- Round 1 podiums now return empty strings when no player owns them.
- Winning player camera in round 2 now has rotation offset for a later effect.
- Jail phone syncs active status better, and finds a player to follow better.
2026-05-05 03:58:58 -04:00
9cda4eaf7c - Velvet rope model has improved UVs and lightmaps.
- Cardboard boxes in alleyway no longer float above the surface they're on.
- Added a larger suitcase model and added it to round 2 room.
- Location board in round 2 has visible space behind spinners.
- Location board in round 2 has additional baked lighting on the front panel.
- Player marker in round 3 moved up to be visible when a floor map overlaps it.
- Player pedestals have separated tops, to allow baked lighting.
- Lightmap compression settings tuned to save a few kilobytes.
- Lightmap margins reduced to only 2 texels, saving tons of map space.
2026-05-04 17:45:15 -04:00
7d275ae426 Glass shatter effect now works only when the hosts jump through the window. 2026-05-03 16:55:32 -04:00
2f25e805a9 Microphones have been reworked to be more reliable and sync better. 2026-05-02 21:36:37 -04:00
aa79e7182f - Round 2 signs now have a cleaner SDF.
- Posters use slightly less aggressive compression.
2026-05-02 04:40:53 -04:00
f043f6292f - Added a suitcase model and leather materials for it.
- Fixed missing collision on round 2 walls.
- Fixed bicolour noise shader being rendered transparent for some reason.
2026-05-02 04:35:16 -04:00
af71061fd5 - Decreased glossiness for paint materials.
- View tablet spawns in the correct orientation on player respawn.
- Added posters, cardboard boxes, barrel, and fire hydrant to alleyway.
- Adjusted UV maps for corkboard in round 1.
- Added travel posters and shipping crates to round 2 room.
- Wall behind players in round 2 moved further back and made slightly larger.
- Added moulding and split colours to round 2 walls.
- Remade round 2 modem sign SDF textures, making them clearer to read.
- Tweaked lightmaps for the location board in round 2.
- Lowered resolution of poster and magazine cover textures.
- Increased compression on VHS cassette texture.
- Posters that were previously shadow casters no longer are.
- Camera models also no longer cast shadows.
2026-05-01 00:01:37 -04:00
69337bf3de - Added fence, barrel, trash can, and cardboard boxes to the alleyway.
- Added more light probes to alleyway.
- Added round 2 podium reset buttons to admin panel.
- Fixed ResetPodium function not having a parameter in PlayerPodiumRound2.
2026-04-28 05:10:40 -04:00
0a98c69770 - GameManagerRound2 now uses podium owners to determine players.
- Jail phone now runs its callback as the GameManagerRound2 owner.
- Actually updated the camera system repository this time. Finally.
2026-04-26 18:00:02 -04:00
f10f7b6fe7 - Added proper podiums and pedestals to round 2.
- Countries in round 3 are now randomised on load instead of on initialisation.
- View tablet now properly resets position on spawn and despawn.
2026-04-26 15:28:50 -04:00
86576b8340 Added the last remaining crook portraits. 2026-04-25 05:19:49 -04:00