-
Notifications
You must be signed in to change notification settings - Fork 616
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Jedi Outcast Weather Problems #1104
Comments
Might be fixable with a .ent overlay or a patched .bsp and misc_bsp that delivers those, so the inside / outside brushes get evaluated again. |
If this issue differs from the original engine weather then I think using overrides is not the solution, and that there's a bug in the rendering |
I don't know if this helps, but when I arrived in Yavin, I noticed in the console that he tried to load a file related to the "weather", and when he couldn't find this file he created one in the OpenJO folder in "Documents\My Games\OpenJO\base\maps ", the file in question is this: maps.zip Then something like "unable to locate weather zones" appeared on the console. What I understand is that it creates the file when it cannot find it (obviously), but, for some reason, the source port cannot apply the effects correctly, which ends up being a partial effects application. Rain is present at this stage and I didn't see anything crossing the gemometry, however, the effect of the wind is absent, so the raindrops always fall in the same direction, that is, vertically, the correct effect would be rain to change the position according to the character's movement and also according to the camera position. This would be like the "wind" effect interfering with raindrops. At least that's what I remember when I played the vanilla version years ago. |
Not a huge deal but thought I'd bring it up.
For OpenJO, weather effects seem to not work very consistently with wind missing and rain/snow sometimes passing through geometry. This is apparent in yavin_swamp and the demo map.
Saving then loading also seems to cause weather to clip through all geometry.
The text was updated successfully, but these errors were encountered: