RPG Maker VX Ace

RPG Maker VX Ace

View Stats:
Exvalcore Feb 7, 2020 @ 10:03pm
Anti-Lag? Whats the Best Script.
I've tried two so far to sort of mostly success.

Yami Script Ace - Anti-lag
TheoAllen - Insane Anti Lag
??? Any others worth trying

Both work fairly well, Yami's has 2 questionable settings.

If Update out of screen=false then it causes characters to unload instantly
This is annoying when you have large objects/creatures that are off screen.
So when walking away the character vanishes when it should be half viable.

Next is the # 32 tile buffer which I doubt know what this does, I've tested at,
16 & 64 but I can't notice a difference or understand what it does I suppose.

Yami's Anti-Lag indeed works but the drawbacks if Update=true tanks FPS.

Theo's Anti-Lag on the other hand with Table Limit=nil is way more stable.
I Still float between 45-55fps mostly at 2.3GHZ (4Cores) Non Turbo'd CPU.
Its 10-15fps better than Yami=True, but worse than Yami=False sadly.

I Know that CPU is pretty low & maybe my GB2GTX1050 isn't enough.
But I hate having my Laptop ramp up fan noise while turbo is active.

I've tried to balance the FPS but I'm already at 700+Events on my Map.
I have a sinking feeling as I finish up this map 999+Events FPS will tank.
Optimizing is very difficult due to the nature my game worlds layer out.
< >
Showing 1-8 of 8 comments
Exvalcore Feb 7, 2020 @ 10:07pm 
I'm hoping a SDD +more cpu cores/higher memory/ram clocks & better gpu will etch back so frames so when others play my game its a stable 60 FPS :)

Minimum Specs are important after all & only using a Hybrid Hard-Drive Lowish End CPU/GPU is likely holding me back.

Any optimization tips would help a lot.
Last edited by Exvalcore; Feb 7, 2020 @ 10:08pm
Hajami Feb 7, 2020 @ 11:57pm 
I did not realy use anti lag scripts, but you most likely need the Anti Animation Lag Script.
If more than one Animation plays on Gamescreen the Game will drastically Lag in that time .
The Script fixed this Bug.
Mog Hunter also got a regular Anti Lag Script, maybe its to your liking.
https://atelierrgss.wordpress.com/rgss3-anti-animation-lag/

Last edited by Hajami; Feb 8, 2020 @ 12:14am
Shadow Feb 9, 2020 @ 12:04am 
"I Know that CPU is pretty low & maybe my GB2GTX1050 isn't enough."

Graphics card is irrelevant. VX Ace is utilizing only the CPU. Thus optimization scripts are a must.
There was one named Effectus (not free), but it seems I can't find it. Don't know why. Their page is down.


A few suggestion:
Parallel Events, add a Wait 30 command.
Don't use many Parallel Events
Last edited by Shadow; Feb 9, 2020 @ 12:04am
Zeriab Feb 10, 2020 @ 10:00am 
Consider making an MKXP build of your game as well. For some MKXP runs way better. Not for all though.

Having so many events on a single map is not normal. Depending on your eventing needs you may want to look into custom scripting specialized to your specific needs. I have had 20k events in a single map in RMXP running smoothly because the structure and behavior of said events allowed me to employ some special trickery behind the scenes. The sort of scripting required is typically quite high, so it is probably not possible if you are not able to create an anti lag script yourself.

Consider different ways of doing things as well. Sometimes you just hit technical limits of a chosen path. Figuring out a different way of accomplishing the same, or trying to find an alternative path that also works is often a part the development process.
Ariel Schnee Jun 22, 2024 @ 8:15pm 
Originally posted by Hajami:
I did not realy use anti lag scripts, but you most likely need the Anti Animation Lag Script.
If more than one Animation plays on Gamescreen the Game will drastically Lag in that time .
The Script fixed this Bug.
Mog Hunter also got a regular Anti Lag Script, maybe its to your liking.
https://atelierrgss.wordpress.com/rgss3-anti-animation-lag/

This url seems to be dead now.:(
Exvalcore Jun 23, 2024 @ 1:19am 
I have alot of stuff saved not sur if I can find this one, but I do have the Atelier_VX.zip with a bunch of demos but doesn't look like antilag is list in the folders but might be there.

VX_Adv_Load_Bar
VX_Animated_Panorama
VX_Battleback_EX
VX_Chain
VX_Chain_Com
VX_CHARSEL
VX_Combo_Display
VX_Encounter_Meter
VX_Event_Sensor
VX_Fall_System
VX_Gallery
VX_L_Effect
VX_Location_Name
VX_MOG_ACTHUD
VX_MOG_BB_XP
VX_MOG_Menu_Status_Aya
VX_MOG_Menu_Yui
VX_MOG_TR_XP
VX_Pickup
VX_Scene_File
VX_Terrain_Effect
VX_Timer_Meter
VX_Unit_Meter
XAS_Hero_VX

Check these maybe, not sure if this is the same place I first got the scripts. https://mogplugins.wordpress.com/rpg-maker-vx-ace/
Yep downloaded it, the same file.
Last edited by Exvalcore; Jun 23, 2024 @ 1:24am
Exvalcore Jun 23, 2024 @ 1:36am 
Okay I found it my folder is called Master_11_3, it's a demo with all the scripts, but I don't know where I downloaded it from.

Here it'll be uploaded for 3 days, https://easyupload.io/ycixmp.
Last edited by Exvalcore; Jun 23, 2024 @ 1:45am
< >
Showing 1-8 of 8 comments
Per page: 1530 50