cRPG

cRPG => General Discussion => Topic started by: Johnnyfirs on June 15, 2014, 02:13:26 pm

Title: Name engraved weapon?
Post by: Johnnyfirs on June 15, 2014, 02:13:26 pm
I saw that this was a reward from the c-rpg tournament - is it exclusive like the crown? Or can anyone get it through some kind of auction or something?
It's a cool feature and I'd like to buy it myself if possible!
Title: Re: Name engraved weapon?
Post by: Rico on June 15, 2014, 02:16:22 pm
Not sure if I get it right, but I understand it like this: If Saxon get a name engraved weapon and picks a Bar Mace, the string that is displayed when you are going to pick it up will be Saxon's Bar Mace. Is that correct?
Title: Re: Name engraved weapon?
Post by: Johnnyfirs on June 15, 2014, 02:19:07 pm
Not sure either, I think that you get the ability to rename a weapon completely. So for example I could name my xbow "Viagra" or whatever, but it could work like you say I don't know really.
Title: Re: Name engraved weapon?
Post by: //saxon on June 15, 2014, 04:10:23 pm
Not sure if I get it right, but I understand it like this: If Saxon get a name engraved weapon and picks a Bar Mace, the string that is displayed when you are going to pick it up will be Saxon's Bar Mace. Is that correct?
:shock:
Title: Re: Name engraved weapon?
Post by: matt2507 on June 15, 2014, 05:50:15 pm
I saw that this was a reward from the c-rpg tournament - is it exclusive like the crown? Or can anyone get it through some kind of auction or something?
It's a cool feature and I'd like to buy it myself if possible!

Probably exclusive.

It's impossible to do it for each cRPG player because you must create a new weapon for each weapon renamed.

If you take into account the current player number and you also take into account the fact that they have several weapons, i let you imagine the number of lines in the script.
Also, i let you imagine the load time to launch the game.

And I do not take into account the number of alt for each player.

But it would be cool anyway  :mrgreen:
Title: Re: Name engraved weapon?
Post by: Krex on June 15, 2014, 05:57:54 pm
Probably exclusive.

It's impossible to do it for each cRPG player because you must create a new weapon for each weapon renamed.

If you take into account the current player number and you also take into account the fact that they have several weapons, i let you imagine the number of lines in the script.
Also, i let you imagine the load time to launch the game.

And I do not take into account the number of alt for each player.

But it would be cool anyway  :mrgreen:

Well,coding a new weapon isnt that hard,since they will use the same texture(=loading time wont be much longer,maybe 0.1sec ;) ),and the lines to code....here is an example for an armor
(click to show/hide)
You could just copy the item that gets the name engraved and change the part I made red into "Xs Weapon".
Title: Re: Name engraved weapon?
Post by: matt2507 on June 15, 2014, 06:08:11 pm
Well,coding a new weapon isnt that hard

Man.. you talk about cRPG devs you know.. the devs who have not updated images from the site for months..



Title: Re: Name engraved weapon?
Post by: Zhyang on June 15, 2014, 06:22:38 pm


video

wow they look beautiful
Title: Re: Name engraved weapon?
Post by: Johnnyfirs on June 15, 2014, 08:06:24 pm
Well,coding a new weapon isnt that hard,since they will use the same texture(=loading time wont be much longer,maybe 0.1sec ;) ),and the lines to code....here is an example for an armor
(click to show/hide)
You could just copy the item that gets the name engraved and change the part I made red into "Xs Weapon".
Though it would still be two different versions of the weapon, probably have to load it in still, regardless of them having the same model?
Title: Re: Name engraved weapon?
Post by: Krex on June 15, 2014, 08:21:26 pm
Though it would still be two different versions of the weapon, probably have to load it in still, regardless of them having the same model?

I doubt it.Also,activating"Load textures on demand"in the settings could also help,lol