S_G Posted January 8, 2009 Share Posted January 8, 2009 I'm trying to see if there's any way to increase the size of certain particle effects, such as the one in particle.txd called "headlight", which represents the light texture emitted onto the ground from vehicle headlights. Changing it in the TXD seems to have no effect on the overall size of the texture in-game. So, I noticed effectsPC.txd has effects.fxp, which is a text file that contains a lot of information about the TXDs and options for rendering them. However, I cannot find "headlight" to be referenced ANYWHERE except in the SA EXE. Does this mean the only way to change the particle size is to edit the EXE? Link to comment Share on other sites More sharing options...
Zyo Posted January 8, 2009 Share Posted January 8, 2009 As it is displayed as a set size on the ground, changing the size of the headlight txd does not make the light pattern bigger. You can "optimize" how much light is projected, but there is only a certain amount of space for it. This is one I made, that makes better use of the space. Before: After: GTA IV REAL NYC AT GTAFORUMS GTA IV REAL - V8 RUMBLE http://gtaforums.com/topic/782964-reliv-gta-iv-real-v8-rumble/?do=findComment&comment=1067267056 https://www.nationstates.net/region=gta_forums Link to comment Share on other sites More sharing options...
S_G Posted January 9, 2009 Author Share Posted January 9, 2009 Ah, I see, thanks for the info. Might have to give your method a go for now. Is the fixed size in the GTASA executable itself? Also, how does the game know to access get the "headlight" texture from particle.txd? What I mean by this is that I'm thinking about some method to increase its drawing distance, if not the size. So, if it could be moved to effectsPC.txd, I could use effects.fxp to attempt an increase in its draw distance. Otherwise, it seems that the game itself would have to be hacked to somehow (probably in memory) increase vehicle/light draw distance. Might even be linked to the vehicle spawn/delete radius. 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