View Single Post
  #6  
Old February 25th, 2010, 03:59 AM

Deca Deca is offline
Private
 
Join Date: Dec 2007
Posts: 4
Thanks: 5
Thanked 0 Times in 0 Posts
Deca is on a distinguished road
Default Re: Questions about the Settings.txt file

Quote:
Originally Posted by Fyron View Post
There is no such setting. Instead, you need to edit the warp point animation in Data\BitmapEffects_System.txt:


Code:
Effect Type := Warp Flash
Specific Type := Warp Flash Standard
Effect Name := Flash 1
Bitmap Filename := WarpFlash.bmp
Sound Filename := Warp Flash
Width := 1.0
Height := 1.0
Src Blend := Blend_One
Dest Blend := Blend_One
Number Of Frames := 1
Frame 1 Texture Start X := 0.00
Frame 1 Texture Start Y := 0.00
Frame 1 Texture End X := 1.00
Frame 1 Texture End Y := 1.00

IIRC all you need to do is change Number Of Frames to 0. Search the forums for "Warp Flash" if that is not sufficient, and you will find other posts discussing it.
Excellent info on the other questions, plus that's what I was looking for in regards to the Warping. Oddly, setting the "Number Of Frames" to Zero causes the game to crash; however, you've given me the info I need to play around with these settings. Plus I found a few other threads based upon your suggestions on the wav files, too:

StellarWarpPointEntering.wav
StellarWarpPointExiting.wav

thnx
Reply With Quote