DayZ
439 평점
DBN_FordRaptor_Scorpio
4
3
3
5
   
어워드
즐겨찾기
즐겨찾기됨
즐겨찾기 해제
파일 크기
게시일
업데이트일
191.204 MB
2022년 5월 18일 오후 12시 55분
2025년 6월 3일 오전 10시 16분
업데이트 노트 22개 (보기)

다운로드 위해 구독하기
DBN_FordRaptor_Scorpio

설명
🚙 DBN FordRaptor Scorpio REMASTERED v3.02 🚙

❗❗❗ High-quality, detailed model! ❗❗❗

🔥 Ready to be installed on any server for everyone! 🔥
Also available as an exclusive for specific communities!

❗ Re-uploading or modifying this mod without my permission is forbidden! ❗

This is a fully functional Ford Raptor Scorpio, ready to be deployed on your server. If you encounter any bugs or issues, feel free to reach out to me via the Discord Community: Discord Don Bondino[discord.gg]

🔧 Easy Installation
Simply subscribe to the mod. Pre-made types and Trader configs are included — just copy the data to your server and add the Key to the Keys folder.

🚘 Mod Features:
- 5 unique liveries

Slots for a jerry can, chest, barrel, weapon, and backpack
Realistic sounds, animated gauges, working headlights
🏁 Vehicle Specifications:
- Seats: 4 passengers, 500 slots

6-speed automatic transmission + AWD for extra stability
Fuel tank capacity: 136 liters
Fuel consumption: 14.8 L/100 km
✔️ Compatibility:

DayZ 1.26
Re-uploading, modifying, repackaging, or reusing this mod in the Steam Workshop without permission is strictly prohibited. For any questions, please contact me directly! If you wish to support the project, visit our Discord. Join Discord[discord.gg]

💰 Support the Modder!
You can support me via PayPal: artembond439@gmail.com If you wish to pack this mod into your server build, please contact the creators or join our Discord for detailed instructions.


Copyright 2024 Don Bondino. This item is not authorized for posting on Steam, except by the Steam account named Don Bondino.
인기 토론 모두 보기(8)
7
2025년 2월 7일 오후 5시 57분
Servers Using this Mod 2024!
[iUK]DrSteeeve
7
2023년 3월 3일 오전 1시 04분
Types_Update119
DonBondino
3
2023년 12월 11일 오후 2시 36분
04Dic Update broke them
ShyMun
댓글 291
Slawek1981 2025년 10월 15일 오전 8시 02분 
@smigol I have the same issue. Mod named MaharlikaPH_CarsMCK also has issues with barrels if Raptor mod is installed. I already reported this issue on Raptors Modder Discord. Either he will ignore it or fix it or I will have no choice and uninstall Raptors but I really do like this mod as well.
Slawek1981 2025년 10월 15일 오전 7시 57분 
Hello.

I need to inform You kindly about Your mod make the issues with other vehicle mods and with Vanilla Trucks as well because its modifying other cars/trucks barrels in that vehicles I mean when player insert the barrel to truck slots - in all other mods that barrels remain closed and player cannot open them - its because your mod control it so please fix it to be compatible with other vehicle mods on Steam.

modded class ContainerWithCargo
{
void SetEntity(EntityAI entity, int cargo_index = 0, bool immedUpdate = true)
{
m_Entity = entity;
m_CargoIndex = cargo_index;

Barrel_ColorBase barrel = Barrel_ColorBase.Cast(m_Entity);
if (barrel)
{
if (barrel.IsOpen())
{
SetOpenState(true);
}
else
{
SetOpenState(false);
}
}
else
{
SetOpenState(true);
}
Slawek1981 2025년 10월 15일 오전 7시 13분 
c/d of my comment:

m_CargoGrid.SetEntity(entity, immedUpdate);
m_CargoGrid.UpdateHeaderText();
m_ClosableHeader.SetItemPreview(entity);
CheckHeaderDragability();
Container.Cast(m_Parent).Insert(this, -1, false);

if (m_Entity.GetInventory().IsInventoryLockedForLockType(HIDE_INV_FROM_SCRIPT) || !m_Entity.CanDisplayCargo())
LockCargo(true);
else
LockCargo(false);

if (immedUpdate)
{
Refresh();
GetMainWidget().Update();
}
}

override void LockCargo(bool value)
{
super.LockCargo(value);
Barrel_ColorBase barrel = Barrel_ColorBase.Cast(m_Entity);
if (value || (barrel && !barrel.IsOpen()))
{
m_CargoGrid.OnHide();
}
else
{
m_CargoGrid.OnShow();
}
}
};
MadTitan 2025년 9월 24일 오후 10시 44분 
Still one of the best vehicle mods on here dude
Smigol 2025년 8월 19일 오후 12시 54분 
Hi, I have a problem with the barrels. I can't see all the slots; I'm missing the last 300 and I can't see them. Has this happened to anyone?
Kodi 2025년 8월 16일 오전 4시 47분 
This handling could be more realistic. The current one is very fast (out of standard) and has no brakes.
Niasurii 2025년 8월 12일 오전 3시 02분 
Thank u :steamthumbsup:
OLVR 2025년 6월 3일 오전 10시 29분 
Update 1.28 seems to have broken the vehicle-vs-tree collision script. While we wait for an official fix, you might try renaming or removing Derevo.c in the scripts folder (saw this workaround in another mod).
Give it a shot and let everyone know if it helps—could save some headaches!
pedrogoto 2025년 5월 23일 오전 7시 05분 
I have de same problem, like @Sparda
DonBondino  [작성자] 2025년 5월 22일 오후 10시 44분 
@Sparda, Discord https://discord.com/invite/cYEpYSkxZT
Such issues are resolved there, not here.;)