SmileYzn / RePugMod

Counter-Strike 1.6 Pickup Game Play for ReGameDLL_CS
MIT License
27 stars 6 forks source link

[BUG Report] Wrong round counts and reset kills death after change half #36

Closed yuyiken closed 1 year ago

yuyiken commented 1 year ago

Hello.

I was testing this mod for 1v1 and actually found next bugs.

When pug starts, before LO3 Restart or when LO3 is restarting. If any team win round. Score will increment to that team.

There is various ways to solve this.

1º Start count when match is live. for example when dhud message in green appears Match is Live 2º When pug starts make all players invulnerables or froze them. 3º All this rounds needs to end on draw.

Next bug I found is when half time is passed. When I win rounds or lose score reset to half time's score.

Attaching two videos that you can check it by yourself.

https://youtu.be/wHeITYkUnSs

https://youtu.be/X4Do4HCr4IU

Actually I'm learning some cpp to start contribute.

Thank you for you work.

SmileYzn commented 1 year ago

I'm creating a new pug, see my profile on GitHub

Em ter., 28 de fev. de 2023 17:08, yuyiken @.***> escreveu:

Hello.

I was testing this mod for 1v1 and actually found next bugs.

When pug starts, before LO3 Restart or when LO3 is restarting. If any team win round. Score will increment to that team.

There is various ways to solve this.

1º Start count when match is live. for example when dhud message in green appears Match is Live 2º When pug starts make all players invulnerables or froze them. 3º All this rounds needs to end on draw.

Next bug I found is when half time is passed. When I win rounds or lose score reset to half time's score.

Attaching two videos that you can check it by yourself.

https://youtu.be/wHeITYkUnSs

https://youtu.be/X4Do4HCr4IU

Actually I'm learning some cpp to start contribute.

Thank you for you work.

— Reply to this email directly, view it on GitHub https://github.com/SmileYzn/RePugMod/issues/36, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABMUVSYWZO27DH2MSG5TMJ3WZZLNJANCNFSM6AAAAAAVLFRHRI . You are receiving this because you are subscribed to this thread.Message ID: @.***>

SmileYzn commented 1 year ago

Try to fix with #f05cef1

Did you can test it?

yuyiken commented 1 year ago

Try to fix with #f05cef1

Did you can test it?

I tried to test this build. And wont work for me.

Metamod can't load it, Platform Linux.

I dont understand why this build and another with your modifications metamod wont load. But the release version loads well.

SmileYzn commented 1 year ago

Releases versions are to old. You need to install libcurl on Linux systems, duo web functions.

I will remove all releases version soon.

Em qui., 2 de mar. de 2023 07:46, yuyiken @.***> escreveu:

Try to fix with #f05cef1 https://github.com/SmileYzn/RePugMod/commit/f05cef1486d6ed44da529689369b0bdde21eb1aa

Did you can test it?

I tried to test this build. And wont work for me.

Metamod can't load it, Platform Linux.

I dont understand why this build and another with your modifications metamod wont load. But the release version loads well.

— Reply to this email directly, view it on GitHub https://github.com/SmileYzn/RePugMod/issues/36#issuecomment-1451664058, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABMUVS3WLE66RWICCY57RYLW2B3APANCNFSM6AAAAAAVLFRHRI . You are receiving this because you commented.Message ID: @.***>

yuyiken commented 1 year ago

I still have issues.

I have this version installed: curl 7.64.0 (x86_64-pc-linux-gnu) libcurl/7.64.0 OpenSSL/1.1.1n zlib/1.2.11 libidn2/2.0.5 libpsl/0.20.2 (+libidn2/2.0.5) libssh2/1.8.0 nghttp2/1.36.0 librtmp/2.3

debian 10 instlled

Maybe missing something more?

SmileYzn commented 1 year ago

All of these libs are 32 bits?

Em qui., 2 de mar. de 2023 15:34, yuyiken @.***> escreveu:

I still have issues.

I have this version installed: curl 7.64.0 (x86_64-pc-linux-gnu) libcurl/7.64.0 OpenSSL/1.1.1n zlib/1.2.11 libidn2/2.0.5 libpsl/0.20.2 (+libidn2/2.0.5) libssh2/1.8.0 nghttp2/1.36.0 librtmp/2.3

debian 10 instlled

Maybe missing something more?

— Reply to this email directly, view it on GitHub https://github.com/SmileYzn/RePugMod/issues/36#issuecomment-1452353122, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABMUVSZ2JIC4EHTFLZNTQYLW2DR5DANCNFSM6AAAAAAVLFRHRI . You are receiving this because you commented.Message ID: @.***>

yuyiken commented 1 year ago

Since i have troubles doing it with curl, i compiled it without curl, and worked fine for me. Round scores was solved for me. But it still counts kills and deaths in half time. I will put freezetime on halt fime and that should fix the problem.

Thank you.

yuyiken commented 1 year ago

The problem was happening because I was using debian 10 distro and this builds for some reason not working.. I fix it installing ubuntu 22.04 and installing same libs as I installed in debian distro. Maybe some one knows what distro I need to get it work in debian?

Thank you.