![]() |
SUBSIM: The Web's #1 resource for all submarine & naval simulations since 1997 |
![]() |
#16 |
GLOBAL MODDING TERRORIST
|
![]()
//------------------------------------------------
//--- 010 Editor Script File // RAW file reader .001 // Reads the DetailMask RAW files in SH5 and outputs the height values // Outputs 101 lines of 101 floats //------------------------------------------------ int i, l, t, s=101; char W[40]; float r; for( i = 0; i < s; i++) { l=101; Printf( "Line %d\n", i); { for( t = 0; t < l; t++) { r = ReadFloat(); Printf( "%f ", r ); FSkip(4); } } } W = InputString("Save File", "Name your save file", "c:\\temp\\");// You can change the path when saving. OutputPaneSave( W ); |
![]() |
![]() |
|
|