March 29, 2024, 11:40
bigger smaller reset     1020px Wide width Full width Reset   * *

Gildor's Forums

  Homepage Facebook Read news on Twitter Youtube channel Github page
Welcome, Guest. Please login or register.
Did you miss your activation email?

« previous next »
Print
Author Topic: Help with new glow type  (Read 3846 times)
Aeron
Newbie
*
Posts: 1


View Profile
« on: August 18, 2013, 16:45 »

Hey there Smiley

I need some help with some effects from weapons I'm trying to convert: http://wiki.terragamers.net/index.php?title=Boss_Weapons

Original client: Goddess of Destruction Lindvior update
Target client: High Five Part 5 update

I've got everything except the glow working fine, it was simply copying the respective files and adapting weapongrp.dat names.


Example of original weapongrp.dat of the same weapon with different glow strength
Code:
0 36417 1 1 7 35 0 LineageWeapons_Dragon.antaras_shaper_m00 LineageWeaponsTex_anta.antaras_shaper_t00 0 0 0 0 0 1 0 0 icon.weapon_antaras_dagger_i00 -1 1520 8 0 0 0 1 1 0 27 12 1 LineageWeapons_Dragon.antaras_shaper_m00 1 1 LineageWeaponsTex_anta.antaras_shaper_t00 4 ItemSound.public_sword_shing_5 ItemSound.dagger_2 ItemSound.sword_small_6 ItemSound.dagger_6 ItemSound.itemdrop_dagger ItemSound.itemequip_dagger 5 3 0 0 1 1 1000 0 -1 0 1 LineageEffect.d_r002 5.00000000 0.00000000 0.00000000 1.50000000 1.00000000 LineageWeapons.rangesample 0.89999998 0.60000002 0.60000002 10.00000000 0.00000000 0.00000000 0.00000000 0.00000000 0.00000000 1.00000000 10.00000000 0.00000000 0.00000000 1.00000000 0.60000002 0.60000002 2 0 0 0 0 0 0 0 0 0
0 36441 1 1 7 35 0 LineageWeapons_Dragon.antaras_shaper_m00 LineageWeaponsTex_anta.antaras_shaper_t00 0 0 0 0 0 1 0 0 icon.weapon_antaras_dagger_i01 -1 1520 8 0 0 0 2 1 0 icon.etc_material_lv1 27 12 1 LineageWeapons_Dragon.antaras_shaper_m00 1 1 LineageWeaponsTex_anta.antaras_shaper_t00 4 ItemSound.public_sword_shing_5 ItemSound.dagger_2 ItemSound.sword_small_6 ItemSound.dagger_6 ItemSound.itemdrop_dagger ItemSound.itemequip_dagger 5 3 0 0 1 1 1000 0 -1 0 1 LineageEffect.d_r002 5.00000000 0.00000000 0.00000000 1.50000000 1.00000000 LineageWeapons.rangesample 0.89999998 0.60000002 0.60000002 10.00000000 0.00000000 0.00000000 0.00000000 0.00000000 0.00000000 1.00000000 10.00000000 0.00000000 0.00000000 1.00000000 0.60000002 0.60000002 2 0 0 0 0 0 0 0 0 0
0 36465 1 1 7 35 0 LineageWeapons_Dragon.antaras_shaper_m00 LineageWeaponsTex_anta.antaras_shaper_t00 0 0 0 0 0 1 0 0 icon.weapon_antaras_dagger_i01 -1 1520 8 0 0 0 3 1 0 icon.etc_material_lv2 27 12 1 LineageWeapons_Dragon.antaras_shaper_m00 1 1 LineageWeaponsTex_anta.antaras_shaper_t00 4 ItemSound.public_sword_shing_5 ItemSound.dagger_2 ItemSound.sword_small_6 ItemSound.dagger_6 ItemSound.itemdrop_dagger ItemSound.itemequip_dagger 5 3 0 0 1 1 1000 0 -1 0 1 LineageEffect.d_r002 5.00000000 0.00000000 0.00000000 1.50000000 1.00000000 LineageWeapons.rangesample 0.89999998 0.60000002 0.60000002 10.00000000 0.00000000 0.00000000 0.00000000 0.00000000 0.00000000 1.00000000 10.00000000 0.00000000 0.00000000 1.00000000 0.60000002 0.60000002 2 0 0 0 0 0 0 0 0 0
0 36489 1 1 7 35 0 LineageWeapons_Dragon.antaras_shaper_m00 LineageWeaponsTex_anta.antaras_shaper_t00 0 0 0 0 0 1 0 0 icon.weapon_antaras_dagger_i01 -1 1520 8 0 0 0 5 1 0 icon.etc_material_lv3 27 12 1 LineageWeapons_Dragon.antaras_shaper_m00 1 1 LineageWeaponsTex_anta.antaras_shaper_t00 4 ItemSound.public_sword_shing_5 ItemSound.dagger_2 ItemSound.sword_small_6 ItemSound.dagger_6 ItemSound.itemdrop_dagger ItemSound.itemequip_dagger 5 3 0 0 1 1 1000 0 -1 0 1 LineageEffect.d_r002 5.00000000 0.00000000 0.00000000 1.50000000 1.00000000 LineageWeapons.rangesample 0.89999998 0.60000002 0.60000002 10.00000000 0.00000000 0.00000000 0.00000000 0.00000000 0.00000000 1.00000000 10.00000000 0.00000000 0.00000000 1.00000000 0.60000002 0.60000002 2 0 0 0 0 0 0 0 0 0


The only noticeable change between the weapons is a variable (1, 2, 3, 5).

I suppose the number determines the glow effect strength. The problem, for what it seems to me, is that it's activated via a variable that is not present in older weapongrp.dat files, and that's why when adapting it to an older chronicle, it doesn't show the glow.

I think the glow is inside LineageEffectsStaticmeshes2.usx, which extract into smaller .pskx files via umodel.

Related files original from new client: http://www.multiupload.nl/DIAELSIK6H

I've tried lots of different stuff and none worked.

I've also been looking for UnrealED 2226.19.03 version. So, if you have it, maybe you could send me a link to download it Smiley

Any help is appreciated.
Thanks!
Logged
Print 
« previous next »
Jump to:  

Powered by SMF | SMF © 2006-2009, Simple Machines LLC
Leviathan design by Bloc | XHTML | CSS