• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Sword Trail color.

Newbie Spellweaver
Joined
Dec 21, 2009
Messages
55
Reaction score
1
Hello community of ragezone!

I'am currently busy with designing my gunz server, but I was wondering if it was possible to change the sword trail color.
If yes, how to?
Could someone please make a tutorial for it, or link me to a tutorial?

Or tell me here how to do it.

Thanks alot!
 
Joined
Jul 11, 2012
Messages
786
Reaction score
190
Go to source folder, RealSpace2/Source/RVisualMesh.cpp
Search for: GetEnChantColor(DWORD* color)
and there you will find the colors for all sword trails..
so if you want to change the color of the normal one (which means without any element)
edit this line
Code:
else {
		color[0] = 0x4fffffff;
		color[1] = 0x0fffffff;
	}
choose the hex code you want from here:
(when you choose the color, the hext code for it is after the #, in the text box)
change it in here
Code:
else {
		color[0] = 0x4f[hex]; //replace the [hex] with the color hex code you chose
		color[1] = 0x0f[hex]; //same here !!
	}
GoodLuck
 
Upvote 0
Newbie Spellweaver
Joined
Dec 21, 2009
Messages
55
Reaction score
1
Awesome thanks alot!

And what if I want to make a few extra so people could pick one, and add them to the misc tab?

How to enable that?
 
Upvote 0

Yue

Newbie Spellweaver
Joined
Oct 27, 2017
Messages
11
Reaction score
3
well this will need more work, it's not hard, but you need to work not only on source but also with xml files, if you want pm me for help !!!

can you make a release for sword trail color option please? DDDDDD

 
Upvote 0
Junior Spellweaver
Joined
Sep 27, 2016
Messages
151
Reaction score
10
Loool this is my Gunz and Code by Lisianthus 100%, what xml file? )) (sry my english bad)
 
Upvote 0
Junior Spellweaver
Joined
Sep 27, 2016
Messages
151
Reaction score
10
Yeah i am quite sure about that haha, but he might used the source code aswell..

But aye if it is fgunz source code its a shame to call it hes.
sorry?!!! Interface fgunz you can used ? It free
full name my gunz : Memories Gunz search Youtube and ...? FGunz have trail color ?
Look 1:42 /mgz my name WinGs bro )
 
Upvote 0