aStiffSausage Posted August 4, 2012 Share Posted August 4, 2012 So, I guess most of you have tried some total conversion, Gostown for example? Remember how the loading bar has gone about half-way and suddenly the screen flashes between game and loading bar? So, does someone what causes it? Is it lack of mission-data in main.scm, or something else? And, another thing: For example, on Project Liberty, after loading bar has finished, you need to go to menu and then back in-game to get sounds work correctly. If you don't do that, the sounds are kind of muffled, hard to hear. Has something to do with main.scm? Link to comment Share on other sites More sharing options...
fastman92 Posted August 4, 2012 Share Posted August 4, 2012 (edited) My suspicion goes into different amount of IPL & IDE files to load, progress bar is not fulfilled while all of files neccessary to run map have been loaded. 0x008D0940 - int loadingBarFillValue; from 0 to 140, used by the function _updateLoadingBar (0x00590D00) It determines how much of progress bar has already been filled what depends on current progress of loading the game. 140 is always when the game is already loaded, due to the fact that the final value of loadingBarFillValue is 140, progress bar is completely filled. Though i never investigated deeply to find out the exact reason of this problem. I have other projects to do. Edited August 4, 2012 by fastman92 Link to comment Share on other sites More sharing options...
Silent Posted August 4, 2012 Share Posted August 4, 2012 So, does someone what causes it? Is it lack of mission-data in main.scm, or something else? It's down to amount of IPL files. I've fixed this issue for VCS PC and yes, stuff which fastman has poined out is the key. Link to comment Share on other sites More sharing options...
ZAZ Posted August 4, 2012 Share Posted August 4, 2012 because of modified mapload system i could fix it and also the loadscreen flickering after map cleaning in this way: loaded all original ide and ipl files like with original gta.dat of course did i clean the content of the ide's and ipl's CLEO MODS CLEO Script Tutorial Link to comment Share on other sites More sharing options...
Silent Posted August 4, 2012 Share Posted August 4, 2012 That method makes game load unnecessarily long. Link to comment 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