stealthy
ISX Specialist
This is a VERY simple 10 line script designed to keep 3D rendering turned off until it gets included in EVEBot. I'll upload the .iss as well as paste the script.
Edit: I'd just like to let everyone know that I usually run at around 380MB mem usage per client. While using this script to keep rendering off, I drop to around 280MB mem usage per client. Are you all getting the same results?
Code:
in Scripts/lightsout.iss:
function main()
{
variable int WaitTime = 50
while (1 == 1)
{
if (${EVE.Is3DDisplayOn})
EVE:Toggle3DDisplay
wait ${WaitTime}
}
}
Attachments
-
148 bytes Views: 186
Last edited: