Search found 16 matches

by henk
Sun Aug 08, 2021 6:57 pm
Forum: Mod Downloads
Topic: Diamondback’s Conquest Bot Files
Replies: 12
Views: 38043

Re: Diamondback’s Conquest Bot Files

Yes it is 100% serverside. Mamba is making a ssm for bots in caen, which is a non ai map
by henk
Wed Aug 04, 2021 4:15 pm
Forum: Mod Downloads
Topic: Diamondback’s Conquest Bot Files
Replies: 12
Views: 38043

Re: Diamondback’s Conquest Bot Files

iv seen your patches to add bots to conquest. Here is a trick to do it more efficient: add this in the top of init.con : var v_gamePlayMode game.getGamePlayMode -> v_gamePlayMode if v_gamePlayMode == GPM_CQ run ../../Game/AIdefault.con run ../../Game/AIbehaviours.con endif add this in Conquest.con a...
by henk
Wed Jul 14, 2021 2:26 pm
Forum: 1942 Modding Discussion
Topic: CTF Version of a map with control points?
Replies: 4
Views: 9283

Re: CTF Version of a map with control points?

the only thing you can create server side which is not on the client are objectSpawners (infinite # of them)
by henk
Wed Jul 14, 2021 1:21 pm
Forum: 1942 Modding Discussion
Topic: Do Bots Have Unlimited Ammo and/or Unlimited Overheat?
Replies: 5
Views: 15098

Re: Do Bots Have Unlimited Ammo and/or Unlimited Overheat?

Bots can heal with medkit forever. dunno if that counts as overheat ..
by henk
Tue Jul 13, 2021 9:08 am
Forum: 1942 Modding Discussion
Topic: Battlefield 1942 Mod Tools
Replies: 98
Views: 1198977

Re: Battlefield 1942 Mod Tools

Hi all,

Iv made a new tool:
https://github.com/Ahrkylien/BF1942-Blender-add-on

could someone add it to the list?
by henk
Sun Mar 21, 2021 9:56 am
Forum: General Modding Tutorials
Topic: RS File commands explained
Replies: 2
Views: 20050

Re: RS File commands explained

great post! I'd like to add my knowledge to this thread. I see Apache added ALL material setting in his list. I only want to correct the BlendMode list he gave: #### BlendModes for blendSrc and blendDest in .rs files #### sourceAlphaSat invDestAlpha destAlpha invDestColor destColor invSourceAlpha so...