
Anyone could please help me. How do I set the kill name for an automatic weapon?

Anyone could please help me. How do I set the kill name for an automatic weapon?
Is there any way to change LOD settings?
Do you happen to have a map of Stalingrad like that?
Are sniper weapons broken? How can we enable the scopes on weapons with removable scopes? It seems like it is already preconfigured, but doesn’t show up in the game:
Rifles with unremovable scope don’t have this problem (Just turn on slot_attach__visible).
I think that you must somehow add scope item to sniper weapon with removable scope.

I can’t open editor. When I press F12 nothing happens:
I tried to press F1 and it is working:
What is wrong?
Lol. For some reason, the key did not work until I closed the Razer Synapse application. It would be great to have ability rebind the key.
This is because some configurations in blk are broken
You may need a version control tool like git to archive and manage changes to blk files


How to get the AI to bypass certain terrain? such as not swimming through a lake but walking on land.
Seems… It’s can be any object in editor.
Many of them are just tags or options.
By default… They’re already added to object.
For that you need click “+” in bottom line object’s proprerties.
Template name should be without “+”.
For that you need add postfix game_rendinst, choose object and then set proreties.
For that you need use postfix animated_scene_rendinst or animated_scripted_rendinst and then choose game_rendinst.
After this just change properties to that what you need.
Vehicle with object, bunker moving with car:
Adding single reload for Gewehr 41:
(Works only in editor, after pickup it overwrite).
Vehicle that allows refill ammo:
(A bit weird, but works
).
It even possible make invisible collision things:
And other funny things:
I’m sorry for my bad english.
For that you need create turret_105_skc_32 or ship_gun_105mm.
If you want they target to you then change properties.
auto_gun_controller__targetTeam = enemy team, target for turret.team - turret’s team.turret_105_skc_32 have first property = 3, second = 4.ship_gun_105mm have first 4 and second 3.turret_105_skc_32 and in another ship_gun_105mm they will firefight.
Additional info about properties:
hitpoints__hp и hitpoints__maxHp - turret’s hp.
(With that you can make that firefight will ends sometime).
auto_gun_controller__targetDist- AI range for open fire.
auto_gun_controller__enabled - turret will be controlled by AI.
animchar_render__enabled - show object model.
interactable- player can interaction with this turret.
Yes, we can control they like if they were stationary MG-42.
For that you need add postfix almost any gun.
(Probably it will not works if you write vehicle weapon/cannon/launchers).
ammo and totalammo properites).
I’m sorry for my bad english.
It is even possible to modify the shell type shooting
smoke shell
"gun__shells:array"{
gun__shells:t="content/tanks/gamedata/weapons/shells/ussr/76mm_artillery_smoke.blk"
}
152mm shell
"gun__shells:array"{
gun__shells:t="gamedata/gen/weapons/shells/152mm_ml20s_152mm_ussr_he.blk"
}
and shoot frequency
gun__shotFreq:r=0.2 // smaller slower
gun__shotFreqRndK:r=0.1
Hmmm… It didn’t works for me, but i’ll try again later.
Thx for info!
In the upcoming Replays and a Cinematic Mode Fatures.
Can we also record the battles of custom games with mod?
Does anyone know how to alter the parameters of weapons? I’d like to do some testing, but it seems that it doesn’t work. The parameter for fire rate (that’s what I’m looking for) seems to be gun__shotFreq, but even after I change it in the property panel, the weapon shoots exactly like it did before. (sorry for no screenshots, but I wasn’t able to add it here for some reason)
how to alter the parameters of weapons?
You can’t. You can edit the ammo count for the ammo clips though
You can’t change it because after pickup it will replaced to old ones.
But it’s possible to edit some properties in equiped weapon.
Maybe it’s bug that you can’t change it.
(Because don’t blocked property… Like some in tanks/vehicles with gray symbols).
Please support patch and modify and override the value in the default templates.
I want to change this friendly_fire__kickOnPenaltyScorePerSpawn friendly_fire__minimumPenaltyToKick in the enlisted_player


i found tutorial_player_override, maybe somthing like this, but i seems it can’t change the specific values