87 Commits

Author SHA1 Message Date
JappaWakka
e9a8a89856 Fix issue trainer and wild at same time...
When a wild and trainer encounter happen at the same time, they no longer cancel each other out (hopefully)
2025-01-31 13:13:45 +01:00
JappaWakka
568d7d62f3 If standing still return don't return bobbing...
A user reported the camera shaking when they pressed the run key while standing still. The cause of this was the difference in amplitude between head bobbing while walking and running. So I made it return 0 always if you're standing still, only returning the bobbing when moving.
2025-01-27 18:34:49 +01:00
JappaWakka
b3f8811503 Enable D-Pad in First Person Mode 2025-01-27 18:32:03 +01:00
JappaWakka
3a47a87735 Make the popup icon be in the correct spot 2025-01-24 14:49:45 +01:00
JappaWakka
69f70919b6 Make NotificationPopup work at different scales 2025-01-24 14:05:52 +01:00
Yong Jian Ming
c6e101bd3f
Use custom shader for 3d model. 2025-01-17 23:17:38 +08:00
JappaWakka
66de1ce8c9 Fix walkthrough objects overriding collision...
...of solid objects when it comes to the movement of the player.
2024-10-10 09:58:35 +02:00
JappaWakka
d02763959f Fix Moving NPC bugs see desc.
Fixed Straight Moving NPC from stopping if the player stands next to it.
Hopefully fixed the bug where if you time it right you could walk into the path of a moving NPC.
2024-09-26 19:44:32 +02:00
JappaWakka
3f6f8a57f2 Disable shade on backdrops when lighting disabled 2024-09-18 13:59:00 +02:00
JappaWakka
0738507791 Disable backwardsmovekey in first person 2024-08-20 12:30:14 +02:00
JappaWakka
1e0fb98359 Fix wild encounters skipping trainer battles 2024-08-20 12:29:11 +02:00
JappaWakka
ad49e7af7b Changed SandboxSwitch to F3+O (B was boundingbox) 2024-08-10 11:07:55 +02:00
JappaWakka
cbe568a6f8 Changed SandboxSwitch to F3+B 2024-08-10 09:20:53 +02:00
JappaWakka
b802531748 Added key to switch SandboxMode on and off
the key to press is Right Ctrl
2024-08-09 17:28:42 +02:00
JappaWakka
f2a9babcd7 Fix Camera bug 2024-05-10 19:06:20 +02:00
JappaWakka
cbc09b8358 Prevent impossible CropStringToWidth freeze 2024-05-05 21:18:40 +02:00
JappaWakka
1a7e08d361 Added "DisableMenus" map tag
When set to 1, prevents the player from opening the start menu or accessing the PokéGear.
2024-04-29 16:56:47 +02:00
JappaWakka
9f7b722bcf Just to be sure 2024-04-20 10:19:36 +02:00
JappaWakka
6c49740ba2 Prevent scrolling while script active 2024-04-02 11:47:47 +02:00
JappaWakka
88d72bb451 Implemented script after catch or defeat roamer 2024-04-02 11:06:33 +02:00
Jasper Speelman
fdc89e31e8
Merge pull request #204 from P3D-Legacy/0.61-implementations
0.61 implementations
2024-03-28 18:03:51 +01:00
JappaWakka
2398cccd20 Tweak the speed of the NotificationPopup 2024-03-07 19:56:14 +01:00
JappaWakka
16a83441d9 Fixs some music bugs...
Fixed delay when unpausing the game while current level has no musicloop defined
Fixed silence (caused by undefined musicloop) overriding currently playing song when unpausing
2024-01-07 13:35:17 +01:00
JappaWakka
c76ee70b08 WaterSpeed can now also be set by GameModes 2023-10-29 13:52:48 +01:00
JappaWakka
f7fd221ce9 Fix ForceCameraTurn 2023-10-10 09:47:05 +02:00
JappaWakka
3468db7f21 Allow for different animated backdrops 2023-10-05 13:36:02 +02:00
JappaWakka
0eddb70011 Bring back fading out music with switching maps 2023-08-29 19:20:54 +02:00
JappaWakka
78cd53d745 Added <system.scripttrigger>
Returns what triggered the current script (NPCInSight, NPCInteract, ScriptBlockWalkOn, ScriptBlockInteract, Notification, PhoneReceive, PhoneCall, StartScript, ScriptCommand, StrengthTrigger, MapScript, ChatCommand).
2023-08-06 16:17:05 +02:00
Yong Jian Ming
7cd60cc3ad
Add BasicEffectWithAlphaTest 2023-07-30 18:05:08 +08:00
JappaWakka
5c3cbe89c1 Last argument notificationpopup forces accept
Also you can't move or turn the camera when a notificationpopup is forced
And you can't pitch the camera up and down anymore while in a script
2023-07-27 15:50:45 +02:00
JappaWakka
c4fd9f19a7 Show accept also when popup has no delay 2023-07-23 16:14:35 +02:00
JappaWakka
25e850ccd5 Fix yaw when locking camera 2023-07-22 11:22:48 +02:00
JappaWakka
2e0966dd04 Reset Camera speed for run or ride in scripts 2023-06-11 20:36:41 +02:00
JappaWakka
54215c80ea Fixed backdrops not rendering and being stretched 2023-04-04 11:32:11 +02:00
JappaWakka
ba07491069 Fix backdrop water 2023-04-01 08:58:23 +02:00
JappaWakka
779fda3885 Backdrop improvements...
Un-mirrored texture mapping
Added dynamic texture size based on the height of the backdrop texture
Backdrop color matches the daytime now
2023-03-26 19:40:25 +02:00
JappaWakka
9a7543fb33 Fix for StrengthRock softlock 2023-03-09 17:14:56 +01:00
JappaWakka
19d88a3bda Tweak horizontal camera speed for controllers 2023-02-27 20:12:18 +01:00
JappaWakka
f5143a710a Mapped Pokégear to Back button on controllers
And enabling/disabling controller input to F6
2023-02-27 12:49:52 +01:00
JappaWakka
c94f7a2b1b Fix requests not being blocked in bug contest 2023-01-23 12:12:43 +01:00
darkfire006
342f3924b1 disable pokegear in contest 2023-01-08 21:29:05 -06:00
JappaWakka
ac5fa28483 Added arg to force camera rotation (in 3rd person) 2022-11-02 11:49:46 +01:00
JappaWakka
9312aa18c3 Fix switch perspective with PreventMovement 2022-11-02 10:42:30 +01:00
JappaWakka
39d8e1b59f Also can't switch perspective with PreventMovement 2022-11-01 18:40:21 +01:00
JappaWakka
8f7c725b95 You can now scroll using the gamepad triggers 2022-11-01 17:37:38 +01:00
JappaWakka
169ce4c709 Fixed collision detection bug 2022-10-13 13:26:01 +02:00
JappaWakka
653fc249d1 Added PreventMovement property and commands
"@player.preventmovement" Makes the player unable to move, while still keeping control over the menu, interactions etc.
"@player.allowmovement" Gives the player back their ability to move.
2022-09-29 21:27:44 +02:00
JappaWakka
f8b74bf86d Fix for wrong camera direction switch to 1stperson 2022-09-19 15:49:14 +02:00
Jasper "JappaWakka" Speelman
dba1e721d6 No view bobbing anymore when sliding on ice 2022-09-16 17:56:30 +02:00
JappaWakka
9e86665e58 Added SaveOnly map tag
A map tag that disables the PokeGear and all of the menu options except Save while on the map
2022-08-29 13:01:56 +02:00