metalistas2 Posted April 16, 2011 Share Posted April 16, 2011 GTA : San Andreas Water tutorial wiht Water Box 1) make Plane 2) Write water plane VERTEX coordinates into Water Box tool ( dont forgot to change , into . (Its small bug)) 3) Then set your water settings ... Like wave height and ect. ( Dont forger change PARAMETER KEY INTO 3 if you what whant get normal water like SA sea) 4) Then go to "Get Line " tab and press " GET CODE" 5) Then Press Copy button ... and paste Code into somewhere in "GTA SA /water.dat" file Link to comment Share on other sites More sharing options...
Mr. Kingpin Posted June 5, 2011 Share Posted June 5, 2011 Useful tutorial. Link to comment Share on other sites More sharing options...
goder2910 Posted June 6, 2011 Share Posted June 6, 2011 Vey useful tutorial, i wil try it now. Thank ^^ Link to comment Share on other sites More sharing options...
ZAZ Posted June 6, 2011 Share Posted June 6, 2011 Adding water, Simple way to add water into San Andreas very simple, to simple the waterline you show in the pic cause a crash for some cases side lenght of waterplane must be in increments of 4 [sA|DOC] water.dat CLEO MODS CLEO Script Tutorial Link to comment Share on other sites More sharing options...
69_black_69 Posted June 6, 2011 Share Posted June 6, 2011 (edited) Is the water swimmable ? Sorry for this stupid question, because i don't know anything about this. Edited June 6, 2011 by 69_black_69 Link to comment Share on other sites More sharing options...
ZAZ Posted June 6, 2011 Share Posted June 6, 2011 Is the water swimmable ? Sorry for this stupid question, because i don't know anything about this. yes CLEO MODS CLEO Script Tutorial Link to comment Share on other sites More sharing options...
shaik.irfan Posted November 14, 2011 Share Posted November 14, 2011 guys plz any one will provide me a link to download free and full version of 3d max plz Link to comment Share on other sites More sharing options...
RestractPrime Posted March 25, 2015 Share Posted March 25, 2015 [ASK] why i can't see that Image ? i can't look tutorial for image Link to comment Share on other sites More sharing options...
ZAZ Posted March 25, 2015 Share Posted March 25, 2015 pics are timed out at external host but doesn't matter, ignore this tut and read my comment RyanDri3957V and RestractPrime 2 CLEO MODS CLEO Script Tutorial Link to comment Share on other sites More sharing options...
RestractPrime Posted March 26, 2015 Share Posted March 26, 2015 pics are timed out at external host but doesn't matter, ignore this tut and read my comment Many thank's for info ZAZ but i have been add water with Water.io script by Deniska , but it's doesn't work , why :\ ? i wiil test tutorial from your comment (Y) professor1790 1 Link to comment Share on other sites More sharing options...
ZAZ Posted March 26, 2015 Share Posted March 26, 2015 (edited) i don't know Deniskas script, i used Ocrams water.ms for 3d max, works very fine Edited March 26, 2015 by ZAZ RestractPrime 1 CLEO MODS CLEO Script Tutorial Link to comment Share on other sites More sharing options...
RestractPrime Posted March 26, 2015 Share Posted March 26, 2015 ZAZ : Many thank's ZAZ , by the way , i have ask one question at your topic http://gtaforums.com/topic/525891-lightobjects-and-objects-with-2dfx-effects/ please answer ZAZ Link to comment Share on other sites More sharing options...
Captain Bigboss Posted April 19, 2020 Share Posted April 19, 2020 My game crash when i near . Please help me @ZAZ Link to comment Share on other sites More sharing options...
ZAZ Posted April 19, 2020 Share Posted April 19, 2020 what have done? CLEO MODS CLEO Script Tutorial Link to comment Share on other sites More sharing options...
Captain Bigboss Posted April 19, 2020 Share Posted April 19, 2020 1 hour ago, ZAZ said: what have done? This is my code : -229.0 -1950.0 30.3747 0 0 0 0.0 -229.0 -1978.0 30.3747 0 0 0 0.0 -212.0 -1950.0 30.3747 0 0 0 0.0 -212.0 -1978.0 30.3747 0 0 0 0.0 2 When i near the location . The game crash . Link to comment Share on other sites More sharing options...
fastman92 Posted April 19, 2020 Share Posted April 19, 2020 9 hours ago, Captain Bigboss said: This is my code : -229.0 -1950.0 30.3747 0 0 0 0.0 -229.0 -1978.0 30.3747 0 0 0 0.0 -212.0 -1950.0 30.3747 0 0 0 0.0 -212.0 -1978.0 30.3747 0 0 0 0.0 2 When i near the location . The game crash . Floating points for coordinates with decimal places are not allowed. 30.4747 has got decimal places. Link to comment Share on other sites More sharing options...
ZAZ Posted April 20, 2020 Share Posted April 20, 2020 (edited) 16 hours ago, Captain Bigboss said: -229.0 -1950.0 30.3747 0 0 0 0.0 -229.0 -1978.0 30.3747 0 0 0 0.0 -212.0 -1950.0 30.3747 0 0 0 0.0 -212.0 -1978.0 30.3747 0 0 0 0.0 2 side lenght of waterplane must be in increments of 4 the height of your cube: -1950 - -1978 = 28 , 28/4 = 7 , this ok the width of your cube: -212 - -229 = 17, 17/4 = 4,25 it crashs a working width would be: -212 - -228 = 16, 16/4 = 4 Edited April 20, 2020 by ZAZ CLEO MODS CLEO Script Tutorial Link to comment Share on other sites More sharing options...
Captain Bigboss Posted April 20, 2020 Share Posted April 20, 2020 7 hours ago, fastman92 said: Floating points for coordinates with decimal places are not allowed. 30.4747 has got decimal places. Tq very much . This cannot be solved by editing the limit adjuster? 16 minutes ago, ZAZ said: side lenght of waterplane must be in increments of 4 the height of your cube: -1950 - -1978 = 28 , 28/4 = 7 , this ok the width of your cube: -212 - -229 = 17, 17/4 = 4,25 it crashs a working width would be: -212 - -228 = 16, 16/4 = 4 Tq very much . I will try it Link to comment Share on other sites More sharing options...
Captain Bigboss Posted April 20, 2020 Share Posted April 20, 2020 1 hour ago, ZAZ said: side lenght of waterplane must be in increments of 4 the height of your cube: -1950 - -1978 = 28 , 28/4 = 7 , this ok the width of your cube: -212 - -229 = 17, 17/4 = 4,25 it crashs a working width would be: -212 - -228 = 16, 16/4 = 4 thank you very much. I've tried it and work. my game no longer crash . Thank you again 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