Asterix & Obelix XXL 2

Asterix & Obelix XXL 2

Ver estadísticas:
Trick 12 DIC 2019 a las 9:40 a. m.
Low fps
How do I boost the fps in this game? I heard that changing the power usage in the nvidia panel to maximum would increase the fps but it hardly makes any difference. Is there any other way?
Publicado originalmente por ccollomb:
The engineers put very bad code in it, same issue as in XXL3. You can patch the .exe.

1. Make a backup copy of your exe (simple CTRL+C/CTRL+V will work)
2. Search for 55 8B EC 56 8B 75 08 8B 06 80 38 00 74 0F and replace the first 3 bytes by C2 04 00
< >
Mostrando 1-15 de 38 comentarios
El autor de este hilo ha indicado que esta publicación responde al tema original.
ccollomb 23 JUL 2020 a las 10:22 a. m. 
2
The engineers put very bad code in it, same issue as in XXL3. You can patch the .exe.

1. Make a backup copy of your exe (simple CTRL+C/CTRL+V will work)
2. Search for 55 8B EC 56 8B 75 08 8B 06 80 38 00 74 0F and replace the first 3 bytes by C2 04 00
osomestudio  [desarrollador] 18 AGO 2020 a las 1:42 a. m. 
Publicado originalmente por ccollomb:
The engineers put very bad code in it, same issue as in XXL3. You can patch the .exe.

1. Make a backup copy of your exe (simple CTRL+C/CTRL+V will work)
2. Search for 55 8B EC 56 8B 75 08 8B 06 80 38 00 74 0F and replace the first 3 bytes by C2 04 00

Thank you Cedrick. Could you please contact developpers at contact@osome-studio.com so they can fix it proprerly in next releases ?
See you soon :)
ccollomb 18 AGO 2020 a las 1:46 p. m. 
Publicado originalmente por osomestudio:
Publicado originalmente por ccollomb:
The engineers put very bad code in it, same issue as in XXL3. You can patch the .exe.

1. Make a backup copy of your exe (simple CTRL+C/CTRL+V will work)
2. Search for 55 8B EC 56 8B 75 08 8B 06 80 38 00 74 0F and replace the first 3 bytes by C2 04 00

Thank you Cedrick. Could you please contact developpers at contact@osome-studio.com so they can fix it proprerly in next releases ?
See you soon :)

Just emailed the developpers
Actua 22 AGO 2020 a las 8:18 a. m. 
Publicado originalmente por ccollomb:
The engineers put very bad code in it, same issue as in XXL3. You can patch the .exe.

1. Make a backup copy of your exe (simple CTRL+C/CTRL+V will work)
2. Search for 55 8B EC 56 8B 75 08 8B 06 80 38 00 74 0F and replace the first 3 bytes by C2 04 00
How to edit the file?
NiceStickman 22 AGO 2020 a las 3:52 p. m. 
Publicado originalmente por Joueur Citoyen:
Publicado originalmente por ccollomb:
The engineers put very bad code in it, same issue as in XXL3. You can patch the .exe.

1. Make a backup copy of your exe (simple CTRL+C/CTRL+V will work)
2. Search for 55 8B EC 56 8B 75 08 8B 06 80 38 00 74 0F and replace the first 3 bytes by C2 04 00
How to edit the file?
You need to use a hex editor to edit the .exe file like this one: https://mh-nexus.de/en/hxd/
Actua 22 AGO 2020 a las 4:06 p. m. 
Thanks! It worked perfectly
Publicado originalmente por ccollomb:
The engineers put very bad code in it, same issue as in XXL3. You can patch the .exe.

1. Make a backup copy of your exe (simple CTRL+C/CTRL+V will work)
2. Search for 55 8B EC 56 8B 75 08 8B 06 80 38 00 74 0F and replace the first 3 bytes by C2 04 00

What does this code do?
Greatve 3 SEP 2020 a las 2:42 a. m. 
Dear friends. I would be very grateful if someone uploads a patch file to google disk. Sorry, but I honestly don't know what to do.
Bl4ck H4nd 3 SEP 2020 a las 2:54 a. m. 
Publicado originalmente por Greatve:
Dear friends. I would be very grateful if someone uploads a patch file to google disk. Sorry, but I honestly don't know what to do.

Send me a message on Steam and I'll give you a link. I uploaded the edited file to my Mega.nz account server.
Greatve 3 SEP 2020 a las 3:06 a. m. 
Publicado originalmente por Bl4ck H4nd:
Publicado originalmente por Greatve:
Dear friends. I would be very grateful if someone uploads a patch file to google disk. Sorry, but I honestly don't know what to do.

Send me a message on Steam and I'll give you a link. I uploaded the edited file to my Mega.nz account server.
ok
Publicado originalmente por Greatve:
Dear friends. I would be very grateful if someone uploads a patch file to google disk. Sorry, but I honestly don't know what to do.

I know you've already been helped but for anyone else who's stuck, I made a similar tutorial for a different game. It's a fairly simple procedure.
https://youtu.be/Lx_snUfnUPs
Only difference is you open this game's exe file (right click on the game in your Steam library -> select "Properties" -> Click on "Local Files" tab -> Select "Browse local files" -> open "oXXL2Game.exe" with HxD), then in HxD press CTRL+F on your keyboard to search for "55 8B EC 56 8B 75 08 8B 06 80 38 00 74 0F" and replace the first three values with "C2 04 00" so it looks like "C2 04 00 56 8B 75 08 8B 06 80 38 00 74 0F"
Dagainz 30 OCT 2020 a las 6:22 p. m. 
Publicado originalmente por hmjam.3431c1a.png:
Publicado originalmente por Greatve:
Dear friends. I would be very grateful if someone uploads a patch file to google disk. Sorry, but I honestly don't know what to do.

I know you've already been helped but for anyone else who's stuck, I made a similar tutorial for a different game. It's a fairly simple procedure.
https://youtu.be/Lx_snUfnUPs
Only difference is you open this game's exe file (right click on the game in your Steam library -> select "Properties" -> Click on "Local Files" tab -> Select "Browse local files" -> open "oXXL2Game.exe" with HxD), then in HxD press CTRL+F on your keyboard to search for "55 8B EC 56 8B 75 08 8B 06 80 38 00 74 0F" and replace the first three values with "C2 04 00" so it looks like "C2 04 00 56 8B 75 08 8B 06 80 38 00 74 0F"

Game looks smooth now with 60fps .Thanks :)
Snuskenmaxi 2 NOV 2020 a las 4:06 a. m. 
Publicado originalmente por ccollomb:
The engineers put very bad code in it, same issue as in XXL3. You can patch the .exe.

1. Make a backup copy of your exe (simple CTRL+C/CTRL+V will work)
2. Search for 55 8B EC 56 8B 75 08 8B 06 80 38 00 74 0F and replace the first 3 bytes by C2 04 00

Can't believe this actually worked. Had around 20-30 fps, 35 at most. Now it's around 65-75 fps.
MakoCloud007 12 ENE 2021 a las 11:55 a. m. 
Publicado originalmente por ccollomb:
The engineers put very bad code in it, same issue as in XXL3. You can patch the .exe.

1. Make a backup copy of your exe (simple CTRL+C/CTRL+V will work)
2. Search for 55 8B EC 56 8B 75 08 8B 06 80 38 00 74 0F and replace the first 3 bytes by C2 04 00

Thx Sir, works perfectly for me :D
Now i can re-enjoy great childhood memories in 70+ FPS :D
strong 11 FEB 2021 a las 3:29 a. m. 
Publicado originalmente por ccollomb:
The engineers put very bad code in it, same issue as in XXL3. You can patch the .exe.

1. Make a backup copy of your exe (simple CTRL+C/CTRL+V will work)
2. Search for 55 8B EC 56 8B 75 08 8B 06 80 38 00 74 0F and replace the first 3 bytes by C2 04 00

When I save the changes and try to open the .exe copy, a system error pop-up appears saying "The code execution cannot proceed because Galaxy.dll was not found. Reinstalling the program may fix this problem.". I seem to be doing the exact same thing said, but it doesn't work. 1) I copy the .exe, paste it on my desktop 2) I open the the hex value editor, HxD, and open the .exe copy in it 3) I replace the value 55 8B EC 56 8B 75 08 8B 06 80 38 00 74 0F by searching for it and replacing 55 8B EC with C2 04 00 4) I save the changes, then.... Nothing. It doesn't work. I also tested it with the original .exe, and it still didn't work. Am I doing something wrong? Does anyone know? If not, playing with 30-35 fps isn't so bad, but still. Thanks for any potential future input in my problem!
Última edición por strong; 11 FEB 2021 a las 3:31 a. m.
< >
Mostrando 1-15 de 38 comentarios
Por página: 1530 50