How do i increase effect display distance?
Moderator: Moderators
- Dakota
- Field Commander

- Posts: 991
- Joined: Mon Dec 06, 2010 8:21 pm
- Projects :: making random weapon assets
- xbox live or psn: PS3 beats xbox
- Location: at a computer desk floating around in space
How do i increase effect display distance?
does anyone know how to set an effect so that u can see it from really far away? i made a blackhole and it will pull u to it but it is weird since u can only see it up close and it kills u before u can see it. so can anyone tell me how i would increase the distance from which you can see this? i tryed setting the "LOD" min to 0 and max to 500 but that didn't really do anything.
-
stardestroyer001
- Sergeant Major

- Posts: 239
- Joined: Fri Apr 16, 2010 7:02 pm
- Projects :: Space Coruscant [before it corrupted]
- xbox live or psn: StarDestroyer75
- Location: Canada
- Contact:
Re: How do i increase effect display distance?
Perhaps try playing around with the distance values in the LUA files. I'm working purely on memory, but I think there's a value for setting max distance to see objects, and it's in the cmn file (for space maps). Try that.
- Fiodis
- Master of the Force

- Posts: 4145
- Joined: Wed Nov 12, 2008 9:27 pm
- Projects :: Rannoch + Tientia + Tools Programming
Re: How do i increase effect display distance?
Actually, a good way to control that is the LOD setting of the first emitter. Load up the effect in PE, select the first emitter in the list, and play around with its LOD settings near the bottom of the property view.
-
icemember
- Rebel Warrant Officer

- Posts: 318
- Joined: Thu Jun 11, 2009 3:02 am
- Projects :: Designated Days Chapter 1
- xbox live or psn: icemember x
- Location: 6 planet of the Hoth system
Re: How do i increase effect display distance?
Most time I would just edit the .fx file and increase or add these lines. Then save with note pad.
MaxLodDist(50.0000);
MinLodDist(10.0000);
MaxLodDist(50.0000);
MinLodDist(10.0000);
- Dakota
- Field Commander

- Posts: 991
- Joined: Mon Dec 06, 2010 8:21 pm
- Projects :: making random weapon assets
- xbox live or psn: PS3 beats xbox
- Location: at a computer desk floating around in space
Re: How do i increase effect display distance?
those were already there, i even tryed increasing them like i said in the first post of the topic.icemember wrote:Most time I would just edit the .fx file and increase or add these lines. Then save with note pad.
MaxLodDist(50.0000);
MinLodDist(10.0000);
- Fiodis
- Master of the Force

- Posts: 4145
- Joined: Wed Nov 12, 2008 9:27 pm
- Projects :: Rannoch + Tientia + Tools Programming
Re: How do i increase effect display distance?
Whether you're doing it in PE or in Notepad, are you making sure it's the first emitter in the stack?Fiodis wrote:Actually, a good way to control that is the LOD setting of the first emitter. Load up the effect in PE, select the first emitter in the list, and play around with its LOD settings near the bottom of the property view.
- Dakota
- Field Commander

- Posts: 991
- Joined: Mon Dec 06, 2010 8:21 pm
- Projects :: making random weapon assets
- xbox live or psn: PS3 beats xbox
- Location: at a computer desk floating around in space
Re: How do i increase effect display distance?
yes i set it the same on all emitters.
