Nomads content pack
-
Is that the same as turrets not firing in general, or something different? I’ll need something in/for vanilla to test.
-
Hmm. In your screenshot it seem missing two of the three materials used in the model. I recall someone mentioned having this bug as well but never encountered it myself, so I’m not aware of the fix details. Also main engine effect seem have an extra offset, probably it is attached to a wrong hardpoint. Normally those big engine effects should be attached to the first HpEngine. See this image for reference.
-
Treewyrm, I’ve only used what was in the pack. I’ve attached the engine effect
[Engine]
nickname = NDREngine01
ids_name = 0
ids_info = 0
volume = 0
mass = 10
max_force = 3000000
linear_drag = 100000
reverse_fraction = 0.1
flame_effect = dsy_no2_bossengine01
cruise_charge_time = 5
cruise_power_usage = 20
rumble_sound = rumble_nomad
rumble_atten_range = -5, 0
rumble_pitch_range = -25, 25
cruise_start_sound = engine_no_cruise_start
cruise_loop_sound = engine_no_cruise_loop
cruise_stop_sound = engine_no_cruise_stop
indestructible = false
outside_cone_attenuation = -3
inside_sound_cone = 90
outside_sound_cone = 270[AttachedFX]
nickname = Dreadnought_Claw
particles = dsy_no2_bossengine01_claw[AttachedFX]
nickname = Dreadnought_Wing
particles = dsy_no2_bossengine01_wing[AttachedFX]
nickname = Dreadnought_Light
particles = dsy_no2_bossengine01_lightThe attached fx i’ve put on the HpGlowLight hardpoints, engine onto the HPEngine01 hardpoint.
If i’m doing something wrong, please tell me lol
-
Hmm. That ini chunk seems to be okay. I guess it’s the missing textures and perspective that gave me wrong impression of effect offset. Not quite sure what’s the deal with that though, all materials and textures are in a single shared .mat file. Unless you’ve had a typo when referencing the file in ship archetype definition, so be sure that all ships have correct reference to no2_playerships.mat. Granted main textures used there are 1024x1024, if all else fails try to scale them down perhaps.
If you want to make them look even nicer try make custom attached lights (light_equip.ini) and put them on runninglight hardpoints, some are on same spots used by turrets. Because of surface material blending mode they aren’t going to visibly clip into geometry unlike on regular objects.
-
I haven’t touched the textures, same as in the original download, so i’m a bit stumped myself atm. Because of the boss ship size, i’ve turned it into a giant turret and that works ok. It’s just those lattice lines on the fin. for the engine fx which you normally can’t have on a static object, i added an extra fx hardpoint where the engine one is and attached the engine effect to that. Don’t know if that makes a difference
-
ALE effects used for engines are just like any other effects, you can make [AttachedFX] out of dsy_no2_bossengine01 and apply it to arbitrary hardpoint (including HpEngine01) of a static solar object. That’s how I tested things without making them full-fledged ships as solars are much easier and quicker to define and put in system.
-