Я, допустим, в английском не в зуб ногой (в школе учили немецкому 20-лет назад), но понимаю, что он нас не понимает."kosty-x17" писал(а):
Потому что автор мода не говорит по-русски. Buba
"csotany888" писал(а):
"csotany888" писал(а):
the test version is ready
-------------------
test version torrent:
http://www.2shared.com/file/ZiRA-5DF/HTAboostermodfinalcsotany888.html
mod + game (if u dont have the correct version of HTA)
http://www.2shared.com/file/y1lJfaab/HTAboostermodwiththegame.html
I will not have to add text. the mod was already may be translated into Russian
--
who wants to mod this, see if it better to take what and how to
one at each level have been tested, but the whole story is not!
if you downloaded and noticed something that you feel you can write
Английским не владею, пишу на русском. Мод классный, но..."Gh3tt" писал(а):
When starting a new game crash bug.What to do?
"csotany888" писал(а):
my resolution is 1280 960 , i dont understand .... but aniway i link a torrent to the mod+game version , if anibody have another, and dont work with the mod.
"Gh3tt" писал(а):
When starting a new game crash bug.
What to do?
"csotany888" писал(а):
try my mod+game torrent , maybe your version is not compatible , i hope thats working
i played on Win32 Xp and i try it soon under win7 , under Win32 xp with sp3 works fine, and i dont have any bug, crash etc
"LV" писал(а):
По поводу разрешения экрана.
Кроме параметров r_height и r_width в параметре r_fullScreen="false" нужно поменять на r_fullScreen="true"(мне лично помогло)
As for the screen resolution.
In addition to the parameters and r_height r_width in parameter r_fullScreen = "false" should be changed to r_fullScreen = "true"(I personally helped)
Trigger FATERSTRUCKTEST
{
- FATER:SetSkin(3)
- FATER:AttachTrailer("BugTrailer")
+ local FATER = GetEntityByName("FATER_vehicle_0")
+ if FATER then
+ FATER:SetSkin(3)
+ FATER:AttachTrailer("BugTrailer")
+ end
}
Trigger TIMTEST
{
- TIM:SetSkin(2)
+ local TIM = GetEntityByName("TIM_vehicle_0")
+ if TIM then
+ TIM:SetSkin(2)
+ end
}
Trigger GEORGSPAWN
{
- HAROLD:SetSkin(4)
+ local HAROLD = GetEntityByName("HAROLD_vehicle_0")
+ if HAROLD then
+ HAROLD:SetSkin(4)
+ end
}
Trigger HAROLDSPAWN
{
- GEORG:SetSkin(3)
+ local GEORG = GetEntityByName("GEORG_vehicle_0")
+ if GEORG then
+ GEORG:SetSkin(3)
+ end
}