Freelancer Graphic mods
-
That ubergraphics mod looks pretty good. Too bad it breaks the mod I’m running currently. Mostly because it modifies some of the equipment entries/ship entries….
This is my problem. I’m looking for something that’s just a pure graphics mod. No music addons, no equipments, no ships. No stat changes. Nothing. Just graphics. If that uber mod did that, it would be a must have for everyone… (integrated with the SDK 1.3 would perfect it)
-
The problem with that, is that it isn’t easy to do such a thing without code changes. The only way you could “safely” make a graphics mod for maximum compatibility is a graphics mod entirely consisting of replacement ALEs. My own effects pack has a couple effects that are direct over-writes of the vanilla effects, namely the missile trails. The rest of them require code changes to work correctly. Effects are just too tightly integrated into equipment and code to make an easily portable solution, especially when you are talking about more complex ones that involve debris.
-
I guess then I’m really just looking for a more elaborate mod activation… if I had that activated first… and then activated another mod over it… “This entry already exists, overwrite it?”
Something like that while time consuming… would be more “effective”.
I checked out Plasmafire but couldn’t find a download or an english description of it anywhere.
Oh well. I guess I can just stick to texture modding for now. Thanks for the suggestions.
-
Bump mapping is very buggy in Freelancer. By very buggy I mean 90% of the time it doesn’t work correctly. From all I’ve seen from BM attempts… stuff ends up completely black/missing lighting effects or environment mapping.
I wouldn’t know much on how it is implemented. The game is capable of it but on a very low level. Would involve a lot of editing of the normal mapping of a majority of the textures in the game to get a reasonable look.
Not many people are willing to take the time to do it. Maybe when I’m more comfortable/familiar with the utf editor and how it works… I can look into doing normal maps on the side. However right now my priority is to give freelancer a smoother look without any fancy engine tweaks.
-
Bump mapping and normal mapping are the same thing. There is another thread here that has a bit of information about bump mapping in freelancer. The normal maps are allowed to be in greyscale only, which when rendered acts more like a height map.
Meaning any dark or light spots on the texture will look like it has depth/layers when rendered in game. It takes some special DLL’s for bump mapping to work.
Again though its very very buggy.
-
No. Freelancer has no bump mapping.
The other “bump mapping” thread is actually about detail maps which give textures a “detail” layer, but that doesnt have anything to do with bump mapping.
Meaning any dark or light spots on the texture will look like it has depth/layers when rendered in game. It takes some special DLL’s for bump mapping to work.
Do you mean parallax mapping via the ENBSeries shader?
That’s completely bugged and not usable at all. -
That’s not bump mapping. It’s just taking a normal map and applying it to the diffuse texture, ie useless.
I think many people just throw around the words “bump mapping” and “normal mapping” without even knowing what the hell they’re talking about. There is no bump mapping nor normal mapping within FL.
-
Make a normal map and use that as a texture?…
And if you want to know how to make a normal map, google it.