steam-test1 / VPlusHUD

24 stars 20 forks source link

U237 Breaking Changes #287

Open vadcx opened 1 year ago

vadcx commented 1 year ago

I don't know what you have pushed in the release version, because you didn't update the repository ;) I finished reviewing the diff between U237 and the older version.

Feel free to edit to mark completion:


Misc notes:


Did one of these changes break ForceReady?

steam-test1 commented 1 year ago

Updated the lua Force ready contains references to Steam:friends which need to be replaced

vadcx commented 1 year ago

Ok thanks, lots of changes already! I'll take a look tomorrow.

:sob: https://github.com/steam-test1/VPlusHUD/commit/49495bd678c2835d9495047fab16032e62c8c5bb#diff-84595b858ab78c5242e39515aff8bb6dff0b7ef519fd5b39ca4c67e95dca3193L1 I specifically extracted it into a separate file so it could be disabled by commenting out the include (ForceReady.lua), alternatively by doing if false and ... on the first line :joy:

Anyway, I will fix ForceReady and check/rewrite the crimenet performance fix completely if its still needed.

Arlwe commented 1 year ago

I also have the problem of vanilla not appearing in mods options, try to say in modworkshop and I got no answers. Any suggestions?

steam-test1 commented 1 year ago

I also have the problem of vanilla not appearing in mods options, try to say in modworkshop and I got no answers. Any suggestions?

Try looking at mods/logs and search for fatal error

Arlwe commented 1 year ago

I also have the problem of vanilla not appearing in mods options, try to say in modworkshop and I got no answers. Any suggestions?

Try looking at mods/logs and search for fatal error

I figured it out, turns out I changed the language (Doing so change the options from its place) Didn't notice until know. Thank you anyways

steam-test1 commented 1 year ago

Ok thanks, lots of changes already! I'll take a look tomorrow.

😭 49495bd#diff-84595b858ab78c5242e39515aff8bb6dff0b7ef519fd5b39ca4c67e95dca3193L1 I specifically extracted it into a separate file so it could be disabled by commenting out the include (ForceReady.lua), alternatively by doing if false and ... on the first line 😂

Anyway, I will fix ForceReady and check/rewrite the crimenet performance fix completely if its still needed.

I fixed crimenet performance and force ready in the latest auto update