good for weapon parts. I'm slowly working on finding a good way to track down the armor and gear addons.
so far i've got shoulders, torso, hats, back items, and armor addons. It would be helpful if someone can find the string for pants, and masks
I have the ID list of every single item of the game I'm just waiting to have the last info (elemental resistance) we need to make another pass and complete it with all the values : armore health attack speed ....
I have the ID list of every single item of the game I'm just waiting to have the last info (elemental resistance) we need to make another pass and complete it with all the values : armore health attack speed ....
Will you publish the list once you have that info?
This might be a crazy request, but here goes nothing...
Is about tribes, I am with Jagni tribe, I already defeated Myriad, Netra and Ankati, now facing Lotus, but I do want to join this tribe tho, but I didn't know about the rivalry between them and such, so the guard at their fortress doesn't want me to talk to their sifu as I am in the rival tribe, so I guess I messed up during storyline or whatever..... Ok so my question is, is it possible to join a tribe by command or unlock their fortress or whatever? I know it's weird to ask but i've seen crazy shit done by you guys with unreal engine, I had to try
This might be a crazy request, but here goes nothing...
Is about tribes, I am with Jagni tribe, I already defeated Myriad, Netra and Ankati, now facing Lotus, but I do want to join this tribe tho, but I didn't know about the rivalry between them and such, so the guard at their fortress doesn't want me to talk to their sifu as I am in the rival tribe, so I guess I messed up during storyline or whatever..... Ok so my question is, is it possible to join a tribe by command or unlock their fortress or whatever? I know it's weird to ask but i've seen crazy shit done by you guys with unreal engine, I had to try
you can switch tribe as long you dont conquered one of tribe
As I am the laziest guy on this good planet and I don't want to build the complete list by hand, I'm working on a script that is gonna do it for me. But it's gonna take me some time to do it. So if people really need the ID list and do not want to wait I can publish it as is.
As I am the laziest guy on this good planet and I don't want to build the complete list by hand, I'm working on a script that is gonna do it for me. But it's gonna take me some time to do it. So if people really need the ID list and do not want to wait I can publish it as is.
I would like to have a copy of your present list, if it's not too much trouble. Thank you.
Do you think you can also fin the label of the items in game ?
I have completed the entire list with all the attributes values. But I don't know how to share it to you guys... I wanted to make an Excel file but people without Excel won't be able to open it...
Do you have any ideas ?
Do you think you can also fin the label of the items in game ?
I have completed the entire list with all the attributes values. But I don't know how to share it to you guys... I wanted to make an Excel file but people without Excel won't be able to open it...
Do you have any ideas ?
google spreadsheets should work well since its available to anyone and its like excel
As far as I have experienced the giveItem command here are my findings :
The items can take up to 4 attributes : Quality (Q_) ; Material (M_) ; Elemental (T_) ; Passive (P_)
All ""gears"" items (weapons, clothes and accessories) can take all 4 attributes.
Applying Quality and Material will improve the stats of the gear, the stats improved depends on the type of gear it is applied to (usually : Bonus damage, armor piercing and armor)
You can add a different passive to different parts of a weapon, but it seems that only the passive from the body is kept and applied on the final crafted weapon. I guess this is the same for Elemental I didn't tried it out.
You can apply a different passive on each clothes parts, but I don't know if the different passives are really all applied in game, this has to be tested. If it works that would be great though : 2 weapons + 7 clothes = 9 different passives ! Again this could be applied for Elementals with 125x9 damage !!
The GiveItem command is working as follow : giveItem RB_Body01_1H:Q_Reinforced:M_Ultra:T_Scorching:P_RB_Chainshot 1 (1 being the number of the item you want to get)
GiveAll gives you all the items in the game (once). But the Quality/Material/Elemental/Passive can vary and may not be optimal (maybe randomized ?).
ClearInventory removes everything from inventory
Here is the list of all the items in the game : [Link]
Have fun
[Edit] : Also here is my CT file with new addresses from mece's and my logging script.