[MOD]XRNebulas

The place to discuss scripting and game modifications for X Rebirth.

Moderators: Scripting / Modding Moderators, Moderators for English X Forum

Privata
Posts: 719
Joined: Mon, 19. Dec 11, 22:59
x4

Post by Privata »

ICO_hr wrote:Btw if anyone else want something removed or changed drop one post here i will see what i can do. :)
love the mod as well , and better planets ?! :o
I would love a better volumetric fog.

and there are two textures that I hate in rebirth , its that flat 2d nebula in omicron shure it adds depth but it reminds me of melted cheese , I dont like cheese and the smoke FX....

annyway , you are amazing !
ICO_hr
Posts: 415
Joined: Sat, 31. Aug 13, 17:56

Post by ICO_hr »

Privata wrote:I would love a better volumetric fog.
Only thing i can do here is to change the color and density but i can't write better fog.Sorry.
Privata wrote:and there are two textures that I hate in rebirth , its that flat 2d nebula in omicron shure it adds depth but it reminds me of melted cheese , I dont like cheese and the smoke FX....
All nebulas and clouds in Omicron are added currently to the Planet mod and will be changed.I will separate and add them as update to XR Nebulas mod when i have time for them. :)
Magma Tung
Posts: 15
Joined: Sat, 21. Mar 15, 16:06

Post by Magma Tung »

Let me understand this correctly here. :o

I went over to Nexus website to download this, and its requiring me to sign up
in order for me to download anything, and on top of that its asking for a monthly fee to even sign up ? :o
Just so I can download a few files for XR ?
seriously?.... am I getting this correctly or am i missing something here :?
Vim Razz
Posts: 1842
Joined: Tue, 2. Nov 10, 02:20
x4

Post by Vim Razz »

You don't have to pay anything to have an account on Nexus, though you do need an account to upload or download mods there.

You can just click past that page without selecting any of the "supporter" options and you'll have a free account.
antoniut
Posts: 198
Joined: Sat, 4. Oct 14, 13:07
x4

Post by antoniut »

Oops...missed this mod till now... it drops fps?
-Skipp-
Posts: 94
Joined: Tue, 7. Oct 14, 10:18
x4

Post by -Skipp- »

I've been using X:R Nebulas and X:R Planets since they became available. Unfortunately the mod is not compatible with 4.0 beta, and it makes planets semi-transparent so you can see through them.

I'm guessing the nebula/space background textures overlap the planet textures so you get the effect half the planet is missing (screenshot below).

If you're still working on the mod - would you like checking it out? The game looks gorgeous with both mods turned on

Top image - Before 4.0 beta
Lower image - After 4.0 beta

http://i.imgur.com/VJtDzUB.jpg


{Images posted directly to the forums should not be greater than 640x480 or 100kb, oversize image now linked - Terre}
User avatar
NodusCursorius
Posts: 112
Joined: Mon, 13. Jan 14, 15:51
x4

Post by NodusCursorius »

-Skipp- wrote:I've been using X:R Nebulas and X:R Planets since they became available. Unfortunately the mod is not compatible with 4.0 beta, and it makes planets semi-transparent so you can see through them.

I'm guessing the nebula/space background textures overlap the planet textures so you get the effect half the planet is missing (screenshot below).
This affects the vanilla planets as well and seems to be related to the argon flare_bg_mesh in the file:

Code: Select all

X Rebirth\extensions\XR_Nebulas\assets\environments\cluster\cluster_b.xml
If you take the original code

Code: Select all

<?xml version="1.0"?>

<diff>
    <!--Remove Argon Flare_bg_mesh-->
	<remove sel="/components/component/connections/connection[@name='Connection14']" />
	
</diff>
And comment out that single line, like so:

Code: Select all

<?xml version="1.0"?>

<diff>
    <!--Remove Argon Flare_bg_mesh-->
	 <!--<remove sel="/components/component/connections/connection[@name='Connection14']" />-->
	
</diff>
All should be well and fixed for the planet and nebula textures, though obviously this brings back the flare in Albion that I'd like to get rid of. I do not know why this bug has occurred nor do I remember the modding framework enough to fix it while also keeping the flare removed.
This isn't about death. This is about what you learn from death. Never hollow.
kongha
Posts: 8
Joined: Mon, 11. Jul 16, 21:02

Post by kongha »

[quote="NodusCursorius"]
All should be well and fixed for the planet and nebula textures, though obviously this brings back the flare in Albion that I'd like to get rid of. I do not know why this bug has occurred nor do I remember the modding framework enough to fix it [b]while also[/b] keeping the flare removed.[/quote]

Thank you. It worked excellent for me.

Return to “X Rebirth - Scripts and Modding”