모드 강좌
GEN 크루세이더 탱크의 가격을 10원으로 바꾸기
페이지 정보
본문
Data\INI\Object\AmericaVehicles.ini를 연다.
(제너럴에서는 FactionUnit.ini인데 제로아워에서는 쓰지 않는다.)
AmericaTankCrusader로 검색하면 다음 내용이 나온다.
Object AmericaTankCrusader
; *** ART Parameters ***
아트 파라미터는 유닛의 그래픽을 설정하는 부분이다.
재빨리 넘기기 위해 design을 검색한다.
; ***DESIGN parameters ***
DisplayName = OBJECT:Crusader
Side = America
EditorSorting = VEHICLE
TransportSlotCount = 3
WeaponSet
Conditions = None
Weapon = PRIMARY CrusaderTankGun
; Uncomment this when we want the crusader to have a machine too again
;Weapon = SECONDARY CrusaderMachineGun
End
ArmorSet
Conditions = None
Armor = TankArmor
DamageFX = TankDamageFX
End
;ArmorSet
; Conditions = PLAYER_UPGRADE
; Armor = UpgradedTankArmor
; DamageFX = TankDamageFX
;End
BuildCost = 900
BuildTime = 10.0 ;in seconds
VisionRange = 150
좀 더 아래로 가면 BuildCost를 찾을 수 있다.
10으로 바꾸면 된다.
에디트는 제대로 됬는데 바뀌지 않았다면
ini파일이 제 위치에 있는지 확인하자.