Помогите \ Help (English thread)

Форум Модификации для игр серии Ex Machina Вопросы по созданию модификаций
Сообщений: 57 • Страница 1 из 3 123
Аватара
проблема

проблема

Почему я не могу установить оружием??

* * *
To forum users:
This topic use English as main language. Please, try to provide comprehensible translation to English for your replies. Thank you.
Seel, administrator


Для пользователей форума:
Эта тема использует английский в качестве основного языка. Пожалуйста, дублируйте ответы написанные по-русски по возможности адекватным и понятным переводом ваших ответов на английский. Спасибо.
Seel, администратор

I SPEAK ENGLISH!

Development in progress.

Van family series


Winchmaster
Аватара
Ссылка выдала ошибку. Закинь скрины на другой хост. И опиши проблему подробнее.
__________
The link showed error. Upload screenshots on other image host. And describe your problem in more detail.

League of Legends

Profile
Аватара



I SPEAK ENGLISH!

Development in progress.

Van family series


Winchmaster
Аватара
GTRP,
На какую машину ты хочешь поставить слот?
__________
On what the car do you want to set the slot?

League of Legends

Profile
Аватара
Скаут GT

I SPEAK ENGLISH!

Development in progress.

Van family series


Winchmaster
Аватара
Попробуй сделать вот так:
В vehicles.xml найди прототип "ArcadeScout" и поправь следующий параметр:
Код: Ctrl+A, Ctrl+C
      
<PartDescription id = "BASKET" partResourceType="FAKE_BASKET" lpName = "LP_CAB01" />
<PartDescription id="BASKET_SPECIAL_WEAPON" partResourceType = "SPECIAL_WEAPON"/>
</MainPartDescription>

__________
Search "ArcadeScout" prototype in "vehicles.xml" and correct the next setting:
Код: Ctrl+A, Ctrl+C
      
<PartDescription id = "BASKET" partResourceType="FAKE_BASKET" lpName = "LP_CAB01" />
<PartDescription id="BASKET_SPECIAL_WEAPON" partResourceType = "SPECIAL_WEAPON"/>
</MainPartDescription>

League of Legends

Profile
Аватара




не работает

I SPEAK ENGLISH!

Development in progress.

Van family series


Winchmaster
Аватара
Нужно убрать закрывающий тег у кузова ("LP_CAB01" />), тем самым сделав его открытым узлом и добавить конец узла (</PartDescription>) после слота под оружие, по аналогии с кабиной. Вот так:

Код: Ctrl+A, Ctrl+C
       <MainPartDescription id = "CHASSIS" partResourceType = "SCOUT_CHASSIS">
<PartDescription id = "CABIN" partResourceType = "SCOUT_CABIN" lpName = "LP_CAB01" >
<PartDescription id="CABIN_SMALL_GUN" partResourceType = "SMALL_GUN" lpName = "LP_SML01" />
</PartDescription>
<PartDescription id = "BASKET" partResourceType="FAKE_BASKET" lpName = "LP_CAB01" >
<PartDescription id="BASKET_SPECIAL_WEAPON" partResourceType = "SPECIAL_WEAPON"/>
</PartDescription>
</MainPartDescription>
Аватара
partResourceType = "FAKE_BASKET" lpName = "LP_CAB01"> = ошибка

</ PartDescription> = ошибка

I SPEAK ENGLISH!

Development in progress.

Van family series


Winchmaster
Аватара
Значит что-то не так прописал. Замени полностью узел "MainPartDescription" на тот, что я написал. Других изменений не делал ?
Аватара

I SPEAK ENGLISH!

Development in progress.

Van family series


Winchmaster
Аватара
Аватара


:D :good:

Добавлено:

============================================================================================================================




проблема

I SPEAK ENGLISH!

Development in progress.

Van family series


Winchmaster
Аватара

"GTRP" писал(а):



:D :good:

Добавлено:

============================================================================================================================




проблема


Я писал такую статью. Клик


P.S Неужели понадобилось?!

Спойлер
Скаут
Спойлер

Вен
Спойлер

Боец
Спойлер
Аватара

"ExMachinaFan" писал(а):

<font><font>I wrote this article. </font><font>[Url = http: //deusexmachina.fsay.net/forum/viewtopic.php? F = 19 & t = 1548] Click [/ url]</font></font>

<font></font>

<font></font>

<font></font>

<font></font>


<font></font>
<font></font>


не работает

Добавлено:
Помогите!




I SPEAK ENGLISH!

Development in progress.

Van family series


Winchmaster
Аватара

"GTRP" писал(а):

"ExMachinaFan" писал(а):

<font><font>I wrote this article. </font><font>[Url = http: //deusexmachina.fsay.net/forum/viewtopic.php? F = 19 & t = 1548] Click [/ url]</font></font>

<font></font>

<font></font>

<font></font>

<font></font>


<font></font>
<font></font>


не работает

Добавлено:
Помогите!




BASKET_SIDE_GUN_0 или BASKET_SIDE_GUN_1
Its NOT "BIG" or "GIANT" gun ^_^

Спойлер
Скаут
Спойлер

Вен
Спойлер

Боец
Спойлер
Аватара
не работает
not working

I SPEAK ENGLISH!

Development in progress.

Van family series


Winchmaster
Аватара
ExMachinaFan, там вроде другая тема. Нужно исправлять сами лоадпойнты, насколько мне известно.
ExMachinaFan, there's another theme like. Need to fix the loadpoints, as far as I know.

League of Legends

Profile
Аватара

"GTRP" писал(а):

не работает
not working


тогда в "venicles.xml" нужно найти "cruiser" и добавить туда
Код: Ctrl+A, Ctrl+C
      <PartDescription id="CABIN_SIDE_GUN_0" partResourceType = "SIDE_GUN" lpName = "LP_SIDE01L,LP_SIDE01R" />


"полный код"
Код: Ctrl+A, Ctrl+C
       <Prototype
Class = "Vehicle"
Name = "Cruiser"
ResourceType = "VEHICLE"

DiffRatio = "4.0"
MaxEngineRpm = "5000"
LowGearShiftLimit = "1000"
HighGearShiftLimit = "2000"

SteeringSpeed = "0.9"

HornSound = "ET_S_HORN01"

DecisionMatrix = "vehiclemain.lua"

LookRadius = "200.0"
IntersectionRadius = "5.5"
TakingRadius = "30.0"

MassSize = "10 1 5"
MassTranslation = "0 -1.6 0"
DestroyEffectPiercing = "ET_PS_VEH_EXP1_MED"
DestroyEffectBlast = "ET_PS_VEH_EXP2_MED"
DestroyEffectEnergy = "ET_PS_VEH_EXP3_MED"
DestroyEffectWater = "ET_PS_VEH_EXP2_MED"

Abstract = "true" >

<MainPartDescription id = "CHASSIS" partResourceType = "CRUISER_CHASSIS">
<PartDescription id = "CABIN" partResourceType = "CRUISER_CABIN" lpName = "LP_CAB01" >
<PartDescription id="CABIN_BIG_GUN_1" partResourceType = "BIG_GUN" lpName = "LP_BIG01" />
<PartDescription id="CABIN_BIG_GUN_2" partResourceType = "BIG_GUN" lpName = "LP_BIG02" />
<PartDescription id="CABIN_GIANT_GUN" partResourceType = "GIANT_GUN" lpName = "LP_GIANT01" />
<PartDescription id="CABIN_SIDE_GUN_0" partResourceType = "SIDE_GUN" lpName = "LP_SIDE01L,LP_SIDE01R" />
</PartDescription>
<PartDescription id = "BASKET" partResourceType="FAKE_BASKET" lpName = "LP_CAB01" />
</MainPartDescription>

<Parts>
<Part id = "CHASSIS" Prototype = "cruiserChassis" />
</Parts>

<Wheels>
<Wheel Prototype = "cruiserWheel01l" steering = "correct" />
<Wheel Prototype = "cruiserWheel01r" steering = "correct" />
<Wheel Prototype = "cruiserWheel01l" steering = "correct" />
<Wheel Prototype = "cruiserWheel01r" steering = "correct" />
<Wheel Prototype = "cruiserWheel01l" />
<Wheel Prototype = "cruiserWheel01r" />
<Wheel Prototype = "cruiserWheel01l" />
<Wheel Prototype = "cruiserWheel01r" />
</Wheels>
</Prototype>

Спойлер
Скаут
Спойлер

Вен
Спойлер

Боец
Спойлер
Аватара
не работает

Добавлено:
как поставить автомобили на рынке?
how to put a vehicle on sale in town?

I SPEAK ENGLISH!

Development in progress.

Van family series


Winchmaster
Сообщений: 57 • Страница 1 из 3 123