DayZ
[CrSk] GAZ-3309
 This topic has been pinned, so it's probably important
CrushingSkirmish  [developer] 30 May, 2019 @ 12:24pm
GAZ-3309 Bug reports/сообщения о багах
Here you can report bugs & ways to reproduce them
Здесь вы можете сообщить о багах, и о том, как их воспроизвести

Fixed/Пофикшено:
1) Added proper worn paint texture/Заменены текстуры краски
2) Third camera position
Last edited by CrushingSkirmish; 27 Sep, 2019 @ 5:45pm
< >
Showing 1-15 of 48 comments
SkiGoggles 30 May, 2019 @ 2:31pm 
- when you enter the vehicle the speedometer flutters
- the speedometer redline is on the wrong side
- 3rd person view is impossible to drive sinec you are set in the box or behind it.
- After I crash, there yellow engine light comes on. I fixed the plug + radiator and drive again, but the engine light does not go off.
Last edited by SkiGoggles; 30 May, 2019 @ 2:34pm
CrushingSkirmish  [developer] 30 May, 2019 @ 2:40pm 
Originally posted by SoldierOfFortune:
- when you enter the vehicle the speedometer flutters
- the speedometer redline is on the wrong side
- 3rd person view is impossible to drive sinec you are set in the box or behind it.
- After I crash, there yellow engine light comes on. I fixed the plug + radiator and drive again, but the engine light does not go off.
1-2. DayZ gui speedometer is kinda bugged when max rpm is set to such low values (4000 in this case)
3. i tried modifying 3rd person position but it seems like it's impossible to change manually
4. will look into that
Unfortunately, the data for the folder is missing types !!!
CrushingSkirmish  [developer] 1 Jun, 2019 @ 10:46am 
Originally posted by DGB / DGS Eisen_Hammer:
Unfortunately, the data for the folder is missing types !!!
not sure i understand what you mean
Yes, the types are missing that I have to write in pure as the doors, tires, hood and and ... yes that's missing! And I still need that
CrushingSkirmish  [developer] 1 Jun, 2019 @ 11:15am 
Originally posted by DGB / DGS Eisen_Hammer:
Yes, the types are missing that I have to write in pure as the doors, tires, hood and and ... yes that's missing! And I still need that
look in discussions
HalbeTasseKaffee 1 Jun, 2019 @ 6:43pm 
I think the doors and the hood have a wrong weight in the hand, you can go with them quickly.
Last edited by HalbeTasseKaffee; 1 Jun, 2019 @ 6:48pm
DayZ LDR 2 Jun, 2019 @ 4:04am 
Дружище, отличная машина по сути! Пара замечаний:
1. Слишком новая, что странновато смотрится. (впрочем - это общепринятый косяк у всех).
2. Камера от 3-его лица прям в будке, ну или НАД ней. И ездить совершенно невозможно. Габаритов не видно. Если возможно - отодвинь точку назад-выше?
Спасибо за твой вклад в Дезу!
CrushingSkirmish  [developer] 2 Jun, 2019 @ 4:08am 
Originally posted by kenguru74:
Дружище, отличная машина по сути! Пара замечаний:
1. Слишком новая, что странновато смотрится. (впрочем - это общепринятый косяк у всех).
2. Камера от 3-его лица прям в будке, ну или НАД ней. И ездить совершенно невозможно. Габаритов не видно. Если возможно - отодвинь точку назад-выше?
Спасибо за твой вклад в Дезу!
1. после того, как я поменял текстуры краски она не выглядит новой. Учитывая, что в дейзе апокалипсис случился примерно в 2010, она выглядит вполне адекватно
2. это невозможно исправить сейчас, разработчики не дали инструментов двигать камеру. Для меня это не проблема тк я играю на серверах с видом только от 1 лица
Last edited by CrushingSkirmish; 2 Jun, 2019 @ 4:08am
AndreyKuznetcov 3 Jun, 2019 @ 4:55am 
Текстура стекла прозрачная, можно загрязить плюс добавить отражения на стеклах. Двигатель старый можно заменить на более подходящий, благо моделей Газона предостаточно.
Запчасти автомобиля такие как свеча, аккумулятор заменить на грузовые. Здесь проблемы не будет заменить пути объектов прокси с легкового на грузовой.
В целом модель хорошая, но требует косметического ремонта
CrushingSkirmish  [developer] 3 Jun, 2019 @ 5:00am 
Originally posted by Agent 14(Андрей):
Текстура стекла прозрачная, можно загрязить плюс добавить отражения на стеклах. Двигатель старый можно заменить на более подходящий, благо моделей Газона предостаточно.
Запчасти автомобиля такие как свеча, аккумулятор заменить на грузовые. Здесь проблемы не будет заменить пути объектов прокси с легкового на грузовой.
В целом модель хорошая, но требует косметического ремонта
1. отражения на стеклах были точно
2. двигун менять уже не буду
3. со свечами накала и аккумом грузовым у меня не он заводился
AndreyKuznetcov 3 Jun, 2019 @ 6:25am 
Я же говорю прокси надо менять тех объектов от легкового транспорта на грузовой на уровнях Лод 1 уровня, ViewGeometry, Firegeometry.
Путь для прокси с грузовой батареей будет так: \dz\vehicles\parts\battery_truck
Путь для прокси с грузовой свечкой будет таков: \dz\vehicles\parts\GlowPlug


В конфиге машины в классе самой машины ищешь строчку attachments[] =
и заменяешь CarBattery, SparkPlug на TruckBattery и GlowPlug

в строчке GUIInventoryAttachmentsProps
attachmentSlots[] = заменяешь CarBattery, SparkPlug на TruckBattery и GlowPlug

в папке scripts в файле CrSk_GAZ_3309.с
в самом конце override void OnDebugSpawn()
{
EntityAI entity;

if ( Class.CastTo(entity, this) )
{

entity.GetInventory().CreateInInventory( "TruckBattery" );
entity.GetInventory().CreateInInventory( "GlowPlug" );
entity.GetInventory().CreateInInventory( "CarRadiator" );

entity.GetInventory().CreateInInventory( "HeadlightH7" );
entity.GetInventory().CreateInInventory( "HeadlightH7" );
};

Соответственно твой грузовик теперь юзает грузовые части а не легковые

Если модель не будешь доделывать,дай мне полностью пожалуйста не закрытую модель, чтобы я смог исправить недочеты
Last edited by AndreyKuznetcov; 3 Jun, 2019 @ 6:30am
CrushingSkirmish  [developer] 3 Jun, 2019 @ 6:29am 
Originally posted by Agent 14(Андрей):
Я же говорю прокси надо менять тех объектов от легкового транспорта на грузовой на уровнях Лод 1 уровня, ViewGeometry, Firegeometry.
Путь для прокси с грузовой батареей будет так: \dz\vehicles\parts\battery_truck
Путь для прокси с грузовой свечкой будет таков: \dz\vehicles\parts\GlowPlug


В конфиге машины в классе самой машины ищешь строчку attachments[] =
и заменяешь CarBattery, SparkPlug на TruckBattery и GlowPlug

в строчке GUIInventoryAttachmentsProps
attachmentSlots[] = заменяешь CarBattery, SparkPlug на TruckBattery и GlowPlug

в папке scripts в файле CrSk_GAZ_3309.с
в самом конце override void OnDebugSpawn()
{
EntityAI entity;

if ( Class.CastTo(entity, this) )
{

entity.GetInventory().CreateInInventory( "TruckBattery" );
entity.GetInventory().CreateInInventory( "GlowPlug" );
entity.GetInventory().CreateInInventory( "CarRadiator" );

entity.GetInventory().CreateInInventory( "HeadlightH7" );
entity.GetInventory().CreateInInventory( "HeadlightH7" );
};

Соответственно твой грузовик теперь юзает грузовые части а не легковые
думаешь я не пробовал это все?
CrushingSkirmish  [developer] 4 Jun, 2019 @ 1:59am 
Originally posted by Leah Snow:
Doesn't work on hosted server. The lack of the ability to use the " " around the start up command line perhaps. It's a form on TRUgaming.
I have no idea regarding this
CrushingSkirmish  [developer] 4 Jun, 2019 @ 4:00pm 
workshop mod name is different from pbo name and classname, they come without spaces
< >
Showing 1-15 of 48 comments
Per page: 1530 50