Page 2 of 2

Re: Aion Script Cpu % use.

Posted: Wed Dec 27, 2017 2:53 am
by Diavolakos
Hmmm... the interesting part is that 32bit client takes more CPU than the 64bit. But this must have something to do with the fact Vanilla allows me to run the client smooth even int he background, but it also allows me to change my fps as much as I want, like 20fps so that really lowers the CPU consumption by a LOT.

Just opening 7 clients on my pc took the CPU to 100% and sometimes it was falling but then it was raising high. And thst is on idle, nothing moving or scripting, just sitting there in the background.

When I run the 64 bit and run a fixed lowering of fps with vanilla, I can open 8 clients and be as low as 70% CPU. And usually they run a script.

But by deleting the extensions AS took less than 4% usually, which does serve the job.

I got A-0rank in all of them except one that I got S-rank, the problem is that the char takes the boss to the canon area too early and ends up losing the agro and the boss demolishes the front barricate.

I tried luna with 5 clients + 5 AS obviously and my CPU was at 75%, that means I can go to 6 easily. Maybe inside luna my clitnes get less CPU so who knows maybe 7 clients is possible.

~~~~~~~~~~~~
Is there a way to change the fps via AS like we do in Vanilla?

Re: Aion Script Cpu % use.

Posted: Wed Dec 27, 2017 3:33 pm
by cooco
You can set FPS simply by:
1)Login your character
2)Open AS and active "Console" from chating2 form
3) Open in game console
4) Insert this command

Code: Select all

\g_MaxFPS 20
:)

Re: Aion Script Cpu % use.

Posted: Wed Dec 27, 2017 6:42 pm
by nucular
You can go to http://rainy.ws/downloads/1432/ and edit system.cfg and set there max fps .
Make system.cfg read only so changes are not overriden.

Add the following for lesser usage of cpu/gpu:

Code: Select all

g_maxfps = "20"
g_uiFX = "0"
e_particles="0"
e_light_map = "0"
e_fog = "0"
e_particles_max_count = "512"
r_UseSoftParticles = "0"
e_objects_fade_on_distance  = "0"
r_TexResolution = "0"
r_TexSkyResolution = "0"
r_TexBumpResolution = "0"
r_WaterRefractions = "0"
r_WaterReflections = "0"
r_EnhanceImage = "0"
e_shadows = "0"

Re: Aion Script Cpu % use.

Posted: Sun Dec 31, 2017 8:38 pm
by Diavolakos
cooco wrote:
Wed Dec 27, 2017 3:33 pm
You can set FPS simply by:
1)Login your character
2)Open AS and active "Console" from chating2 form
3) Open in game console
4) Insert this command

Code: Select all

\g_MaxFPS 20
:)
I am not sure how to do those steps to be honest. How do I open the ingame console and I didn't see "chatting2" form

Re: Aion Script Cpu % use.

Posted: Mon Jan 01, 2018 4:56 pm
by cooco
Check Console from chating 2.8
console1.JPG
console1.JPG (43.83 KiB) Viewed 40 times
Then in game enter (in my case press "Pause" button on keyboard)

Code: Select all

\g_MaxFPS 30
console2.JPG
console2.JPG (52.76 KiB) Viewed 40 times