marcelo_20xx Posted July 19, 2020 Share Posted July 19, 2020 (edited) I was using an asi mod for increasing the maximum value of the draw distance to twice its values, the mod was named VCDrawDist.asi. The problem is that I installed a mod that requires an Asi Loader to work, so I installed the Ultimate ASI Loader by ThirteenAG and the mod worked but not the VCDrawDist.asi mod. I am using the Vice City 1.1 exe. I remember years ago that increasing the Draw Distance past their defaults values was posible by hex editing the values on the exe, but it passed so many years that I dont remember where or how it was done... Another thing that could help me is to know how this ASI increase the Draw Distance, does it patches the exe or the ram region of the game, I know is a dll, but what it does? thanks for any help... Edited July 20, 2020 by marcelo_20xx Link to comment https://gtaforums.com/topic/958774-vice-city-increasing-draw-distance/ Share on other sites More sharing options...
guard3 Posted July 20, 2020 Share Posted July 20, 2020 There are 2 types of ASI mods, those that need to be loaded early in the game (by using an ASI loader) and those that can be loaded later in the game (by exploiting the Miles plugin system). You should never mix those two. Simple plugins that don't need a loader should be placed at the mss folder and those that do need a loader can be at the root game directory or in a "plugins" folder or whatever the loader specifies. That way everything should be loaded correctly. And about the other thing, when you execute a program, the OS creates a process and the exe file and any dll it might depend on are loaded in memory. ASI/DLL plugins simply patch a specific region of the game's memory. Link to comment https://gtaforums.com/topic/958774-vice-city-increasing-draw-distance/#findComment-1071281947 Share on other sites More sharing options...
marcelo_20xx Posted July 21, 2020 Author Share Posted July 21, 2020 Thank you, that did the trick Link to comment https://gtaforums.com/topic/958774-vice-city-increasing-draw-distance/#findComment-1071282163 Share on other sites More sharing options...
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