[SQL] ArtDefine_UnitInfos problems (need help)

Karnil

Chieftain
Joined
Nov 4, 2014
Messages
4
Hey Trying some things out but sadly without luck.

I just casually looked through the files and found UnitFormations.xml, and saw Formation Samurai, and thought "Wow I really liked How they look in civ 5".

Okey Tried reading:
https://github.com/Gedemon/Civ5-RED-Modpack/blob/master/SQL/0-DefaultUnits.sql
http://forums.civfanatics.com/showthread.php?t=537264

and fix it in after that but It hasn't work yet, here is the code for it:
Code:
UPDATE ArtDefine_UnitInfos
SET Formation='Samurai'
WHERE Type='ART_DEF_UNIT_MARINE01';
--===============================================================
UPDATE ArtDefine_UnitInfoMemberInfos
SET NumMembers='12'
WHERE UnitMemberInfoType ='ART_DEF_UNIT_MEMBER_MARINE02';

Any advice? tried with VFS impoer = 1 and "OnModActivated"
 
Back
Top Bottom