Jump to content

Force x1 Graphics on Items?


Hydromancerx

Recommended Posts

Ever since the game went to the x2 graphics my games have been more laggy. So i turned it back to the x1 and it works much better. However all Hydrocraft stuff is x2. Because of this code ...

 

 ResizeWorldIcon = 2.0,

 

 I tried testing where I put a file at the end of the files for ResizeWorldIcon = 1.0, and it seems to work. But that's a lot of work to re state all items that have that setting. Is there a way to force all icons to = 1.0 without having to change all code? In other words no matter what it says in ResizeWorldIcon = it forces them all to be 1.0. Possible? If so how?

Edited by Hydromancerx
Link to comment
Share on other sites

You could automate the append process using bash.

example1:  echo "ResizeWorldIcon = 1.0" | tee --a hydro1.file hydro2.file hydro3.file
or
example2:  echo "
ResizeWorldIcon = 1.0" | tee --a *.file
if all in same dir

^To append to mutiple files. To insert at specific lines in a large file... get back to me if that's what you need.

Edited by zomboid123
1.0 vs 2.0 in script
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...