Moderators IIYAMA Posted November 27, 2022 Author Moderators Share Posted November 27, 2022 23 hours ago, amirmahdi said: Hello, is there a way to remove fps drops? This resource basically increases the draw distance for all objects. If you want to increase FPS, you have to make compromises which elements you want to skip. At this line you can add a condition or ask someone to create one for you: https://gitlab.com/IIYAMA12/draw-distance/-/blob/master/scripts/main_c.lua#L53 1 Link to comment
amirmahdi Posted December 9, 2022 Share Posted December 9, 2022 On 28/11/2022 at 00:00, IIYAMA said: This resource basically increases the draw distance for all objects. If you want to increase FPS, you have to make compromises which elements you want to skip. At this line you can add a condition or ask someone to create one for you: https://gitlab.com/IIYAMA12/draw-distance/-/blob/master/scripts/main_c.lua#L53 I use the same source for all my .map files It means that all the .map files are all in one folder and one meta I understand your meaning that your script takes all map objects, both mapped and default. If so, how can I determine that your script only gets the folder that has all the .map files I mentioned above? Link to comment
Moderators IIYAMA Posted December 9, 2022 Author Moderators Share Posted December 9, 2022 3 hours ago, amirmahdi said: If so, how can I determine that your script only gets the folder that has all the .map files I mentioned above? You could add a return here: https://gitlab.com/IIYAMA12/draw-distance/-/blob/master/scripts/main_c.lua#L156 If the map does not match your list. Link to comment
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now