Autor Tema: [Sider module] PLAYPES.rs PES2021 GamePlay module 1.3 FIX  (Pročitano 9940 puta)

0 Članovi i 1 gost pregledaju ovu temu.

nord

  • Beginner
  • *
  • Poruke: 15
    • Pogledaj profil
Odg: [Sider module] PLAYPES.rs PES2021 GamePlay module 1.3 FIX
« Odgovor #15 poslato: 18. decembar 2020, 23:52:44 »
Thx I will check it.

What excactly is Ball stopforce and Player reaction speed?
 

nord

  • Beginner
  • *
  • Poruke: 15
    • Pogledaj profil
Odg: [Sider module] PLAYPES.rs PES2021 GamePlay module 1.3 FIX
« Odgovor #16 poslato: 19. decembar 2020, 15:27:27 »
Boss I tested and I must say I have to be very careful changing values cause it can derasticly influence on players behaviour and ball physics cause they can loose the ball very easily, or even miss kicking the ball, very akward situations.
Is there a chance you make Speedserver 1.3 ?
 

Cyberfran

  • Beginner
  • *
  • Poruke: 4
    • Pogledaj profil
Odg: [Sider module] PLAYPES.rs PES2021 GamePlay module 1.3 FIX
« Odgovor #17 poslato: 22. decembar 2020, 04:51:55 »
Hi Nesa!

Thanks for the module. I have a problem with it. As soon as I enable it in sider  my game controller becomes unresponsive in game. I can press R2+L2 to see that sider is working, but I can't pass beyond the Press a button to continue menu screen.

Thanks for helping.

Merry Xmas.
 

nesa24 the end

  • nesa24
  • Legenda foruma
  • *****
  • Poruke: 9657
    • Pogledaj profil
Odg: [Sider module] PLAYPES.rs PES2021 GamePlay module 1.3 FIX
« Odgovor #18 poslato: 22. decembar 2020, 08:50:26 »
thats odd
try changing 
ctx.register("gamepad_input", m.gamepad_input)
to
--ctx.register("gamepad_input", m.gamepad_input)

it will disable that command
check and report back

also check settings.exe of game and tell me are you using xinput or directinput
All men dream: but not equally. This I did.
 

Cyberfran

  • Beginner
  • *
  • Poruke: 4
    • Pogledaj profil
Odg: [Sider module] PLAYPES.rs PES2021 GamePlay module 1.3 FIX
« Odgovor #19 poslato: 23. decembar 2020, 05:34:18 »
Thanks for the reply.

If I comment out that line, the only effect I see is that I can't move up and down with my Right Stick after pressing R2+L2. If I press R2+L2 I can see sider's overlay but can't navigate up and down with my right stick. Once I press again R2+L2 to hide sider's overlay, the game does not respond to any command of my controller. If I disable Gameplay module, everything works as expected on both sider and game. I have the Gameplay module right under commonlib and nesalib in sider.ini.

My settings have xinput. I use a DS4 controller configured trhough steam controllers enabling functionality. When I open settings.exe the controller tab has xinput selected but everything grayed out. If I change to Direct Input it recognises a Wireless controller that can be assigned to remote1, 2, 3, etc but no yellow icons light up when I press the buttons on the DS4. But unitl now I had zero problems in game. The only problem appears with the Gameply module.

I can try t show you my sider log if it helps.

Cheers.
« Poslednja izmena: 23. decembar 2020, 05:47:34 od strane Cyberfran »
 

Cyberfran

  • Beginner
  • *
  • Poruke: 4
    • Pogledaj profil
Odg: [Sider module] PLAYPES.rs PES2021 GamePlay module 1.3 FIX
« Odgovor #20 poslato: 23. decembar 2020, 05:39:45 »
Loading module: GamePlay.lua ...
[GamePlay.lua] Using setting: ball_weight = 3600
[GamePlay.lua] Using setting: ball_stopforce = -0.5
[GamePlay.lua] Using setting: shootingpower = 1000
[GamePlay.lua] Using setting: game_speed = 0.2
[GamePlay.lua] Using setting: player_reaction_speed = 5
[GamePlay.lua] shootingpower: changed at 0x14256ee3c: 1000 --> 1000
[GamePlay.lua] ball_stopforce: changed at 0x1425916a0: -0.5 --> -0.5
[GamePlay.lua] game_speed: changed at 0x14259c672: 0.20000000298023 --> 0.20000000298023
[GamePlay.lua] ball_weight: changed at 0x14259c682: 3600 --> 3600
[GamePlay.lua] player_reaction_speed: changed at 0x1425962f0: 5 --> 5
[GamePlay.lua] loaded module vals
Registered for "overlay_on" event
Registered for "key_down" event
Registered for "gamepad_input" event
OK: Lua module initialized: GamePlay.lua (stack position: 10)

It also says

Waiting for controller poll thread to finish ...
Wait is over: 00000000
Releasing DirectInput interface (0000000003EC8C30)

I can't paste the whole log. Sorry as I don't understand well the forum's language and can't use it better with hidden content and so on.
« Poslednja izmena: 23. decembar 2020, 05:46:57 od strane Cyberfran »
 

Cyberfran

  • Beginner
  • *
  • Poruke: 4
    • Pogledaj profil
Odg: [Sider module] PLAYPES.rs PES2021 GamePlay module 1.3 FIX
« Odgovor #21 poslato: 23. decembar 2020, 05:57:30 »
Also Speedserver crashes to desktop when I try to overlay it in sider.

I'm using 1.03 and DLC3

Every module works fine but these two that I really loved year after year.

Thanks for helping.

Loading module: SpeedServer.lua ...
[SpeedServer.lua] Using setting: game_speed = 19000
Registered for "set_teams" event
Registered for "overlay_on" event
Registered for "key_down" event
Registered for "gamepad_input" event
OK: Lua module initialized: SpeedServer.lua (stack position: 31)

Last log line before it crashes:

now active module on overlay: SpeedServer.lua
 

nesa24 the end

  • nesa24
  • Legenda foruma
  • *****
  • Poruke: 9657
    • Pogledaj profil
Odg: [Sider module] PLAYPES.rs PES2021 GamePlay module 1.3 FIX
« Odgovor #22 poslato: 23. decembar 2020, 12:44:07 »
thanks for posting
i cant make issue on my end

will look into it when possible

use pastebin to post logs next time

cheers
All men dream: but not equally. This I did.
 

Darcoolio

  • Diskriminator foruma
  • Administrator
  • *****
  • Poruke: 26477
    • Pogledaj profil
Odg: [Sider module] PLAYPES.rs PES2021 GamePlay module 1.3 FIX
« Odgovor #23 poslato: 23. decembar 2020, 17:13:37 »
Boss


Posebna ponuda za članove foruma za MTS i Supernovu.
Poruka u inbox za ponudu ili klik na baner za više informacija.
 

nesa24 the end

  • nesa24
  • Legenda foruma
  • *****
  • Poruke: 9657
    • Pogledaj profil
Odg: [Sider module] PLAYPES.rs PES2021 GamePlay module 1.3 FIX
« Odgovor #24 poslato: 23. decembar 2020, 22:38:28 »
isprskam ti noss
All men dream: but not equally. This I did.
 
Sledeći korisnici su se zahvalili za ovaj post: Darcoolio

nord

  • Beginner
  • *
  • Poruke: 15
    • Pogledaj profil
Odg: [Sider module] PLAYPES.rs PES2021 GamePlay module 1.3 FIX
« Odgovor #25 poslato: 26. decembar 2020, 19:37:36 »
Hi Nesa are you planning to make Speedserver 1.3 ?
 

nesa24 the end

  • nesa24
  • Legenda foruma
  • *****
  • Poruke: 9657
    • Pogledaj profil
Odg: [Sider module] PLAYPES.rs PES2021 GamePlay module 1.3 FIX
« Odgovor #26 poslato: 26. decembar 2020, 21:18:39 »
Hi Nesa are you planning to make Speedserver 1.3 ?

done that
⠀https://playpes.rs/forum/alati-i-ostalo-92/sider-module-playpes-rs-pes2021-speedserver/
All men dream: but not equally. This I did.
 

nord

  • Beginner
  • *
  • Poruke: 15
    • Pogledaj profil
Odg: [Sider module] PLAYPES.rs PES2021 GamePlay module 1.3 FIX
« Odgovor #27 poslato: 26. decembar 2020, 21:38:25 »
Oh thank You, happy new year to You and the cat :azn:
« Poslednja izmena: 26. decembar 2020, 22:08:20 od strane nord »
 

VABAKI

  • Beginner
  • *
  • Poruke: 2
    • Pogledaj profil
Odg: [Sider module] PLAYPES.rs PES2021 GamePlay module 1.3 FIX
« Odgovor #28 poslato: 1. februar 2021, 23:36:22 »
Hi nesa, I had a problem with the game shutting down when I started the match. I use it for non-steam games.

help me please
 

nesa24 the end

  • nesa24
  • Legenda foruma
  • *****
  • Poruke: 9657
    • Pogledaj profil
Odg: [Sider module] PLAYPES.rs PES2021 GamePlay module 1.3 FIX
« Odgovor #29 poslato: 2. februar 2021, 21:12:06 »
Hi nesa, I had a problem with the game shutting down when I started the match. I use it for non-steam games.

help me please

version not supported⠀
All men dream: but not equally. This I did.
 
Sledeći korisnici su se zahvalili za ovaj post: VABAKI