Company of Heroes: Eastern Front

Recent Posts

Pages: [1] 2 3 ... 10
1
Announcements / Dangerous liaison for one night, confidential meetings
« Last post by jojo4256 on May 08, 2024, 09:09:17 PM »
Make dating stress-free and enjoyable with the best casual dating experience.
World of free relationships
Real-life Females
Top-notch casual Dating
2
Announcements / Optimal Сasual Dating - Legitimate Girls
« Last post by jojo4256 on April 29, 2024, 05:56:47 PM »
Break free from traditional dating norms and embrace the best in casual connections.
Authentic Maidens
Unsurpassed Сasual Dating
3
Announcements / Exemplary Сasual Dating Genuine Females
« Last post by jojo4256 on March 02, 2024, 11:22:23 PM »
Make dating stress-free and enjoyable with the best casual dating experience.
Actual Girls  Top-notch Сasual Dating
Top-notch Сasual Dating
4
Announcements / Exemplary Сasual Dating Actual Girls
« Last post by jojo4256 on February 22, 2024, 01:30:19 PM »
Connect casually with like-minded individuals on the ultimate dating platform.
Real Women  Outstanding Сasual Dating
Super Сasual Dating
5
Announcements / [Prime Сasual Dating Genuine Damsels]
« Last post by jojo4256 on February 18, 2024, 02:59:17 AM »
Turn casual moments into unforgettable dates – choose the best casual dating site!
Live Women
Unsurpassed Сasual Dating
6
Announcements / Legitimate Girls Outstanding Сasual Dating
« Last post by jojo4256 on February 13, 2024, 08:46:57 AM »
Connect casually with like-minded individuals on the ultimate dating platform.
Actual Girls
Super Сasual Dating
7
Mapping / Re: 4p_nikolaevka, 6p_vitebsk
« Last post by ivsh84 on January 07, 2021, 08:21:29 PM »
For those interested in nikolaevka: it was causing crashes due to decals present (just as bratislava map nearby).
Yes, I tried to use decals instead of splats, but this for some reson cause memory overflow slowly.
Now this map is fixed, got proper loading screen and will be available in EF. Though maybe some fixes to keep it in the best shape will follow. Versions above are obsolete.
8
Bugs & Tech Support / Re: And another..." Fatal AI Error, Execution Paused "
« Last post by seth36 on January 03, 2021, 04:05:39 PM »
I can't find the file:TacticFilter_TeamWeapon_Quick_Vehicle, help me!!! please !!!

In case you haven't found this (i know its an old post but no replies) you can find this within the mod files under the path Eastern_Front\Data\ai\tactics in the file tactics.ai searching for "TacticFilter_TeamWeapon_Quick_Vehicle"

I posted a question on this fix suggesting an amend to the code for it posted here https://www.easternfront.org/forums/index.php?topic=6653.msg163230#msg163230
9
Bugs & Tech Support / Re: AI bugs: PLEASE READ BEFORE POSTING
« Last post by seth36 on January 03, 2021, 03:55:50 PM »
Quote
I added the processing parameters to nil:

Quote
function TacticFilter_TeamWeapon_Quick_Vehicle (squad)

--Robotnik: Quick tanks should circle around and hit the rear of team weapons, especially AT guns
--This Filter determines if its a team weapon, and whether the personality files allow it
if (not s_personality.tankmove_tactic_strafe_weapon_teams) then
return false
end

         if (sim_squad == nil) then
           return false
end

         if (target_squad == nil) then
return false
end

return SquadIsInFront (sim_squad, target_squad)

end

Hi, sorry if I'm missing something completely new here but I have a similar issue and wondering about this fix - Surely the logic added here is wrong? Neither sim_squad or target_squad are local variables defined within this method which (without being familiar with the specifics of this language as I cant see these as global) would evaluate to nill always and therefore the method just always returns false and effectively does nothing?

Cobbling this together from similar code I would expect the fix would make more sense as this for TacticFilter_TeamWeapon_Quick_Vehicle ??

Quote
function TacticFilter_TeamWeapon_Quick_Vehicle(squad)

   --Robotnik: Quick tanks should circle around and hit the rear of team weapons, especially AT guns
   --This filter determines if its a team weapon, and whether the personality files allow it
   if (not s_personality.tankmove_tactic_strafe_weapon_teams) then
      return false
   end

   -- define sim_squad and check the value
   local sim_squad = AISquad_ConvertToSimSquad(squad)
   if (sim_squad == nil) then
      return false
   end

   -- define target_squad and check the value
   local target_squad = SquadQuery_GetAnySquadCombatTarget(sim_squad)
   if (target_squad == nil) then
      return false
   end
   
   return SquadIsInFront(sim_squad, target_squad)

end

That way the filter performs intended actions since we now have these variables worked out and can be passed to SquadIsInFront?

In my case I'm hitting 2 similar AI errors which are:

Quote
ERROR - Player 1002 AITactic AIVechicleTactic failed to call filter TacticFilter_TankMove_AllyMedium

And

Quote
ERROR - Player 1003 AITactic AIVechicleTactic failed to call filter TacticFilter_TankMove_AxisLight

I can't for the life of me find where these are being called from - My version is 2.30 - I can't update to 2.4 because I have the retail version from disc and steam doesnt let you download the mod if it doesnt find a steam version of the game installed so i had to get the older version from moddb - I saw the changelog for 2.4 references a typo causing an AI error

Is this where it says "AIVechicleTactic" rather than "AIVehicleTactic" ? Can't see if that is the typo being referred to or if Vehicle is meant to be spelt wrong here.

I'm going to just do an attempt with adding these placeholder methods to my tactics.ai to see if it helps:

Quote
function TacticFilter_TankMove_AllyMedium(squad)
   return TacticFilter_TankMove(squad)
end

function TacticFilter_TankMove_AxisLight(squad)
   return TacticFilter_TankMove(squad)
end

As i can't find anywhere those filters are defined but any info on this would be great, thanks.

EDIT Apologies for using quote blocks for the code snippet - I tried to use the code tags but the forum just keeps complaining I can't post external links which I'm not
10
Off Topic / Re: Minecraft server for EF
« Last post by kalou on November 24, 2020, 05:35:47 PM »
Hello, it is a pleasure for me to be here, lately as I am looking for a little more to do, my job as SEO has already got me a little tired, currently I have seen on many platforms for broadcasts that minecraft is rising in rank within of the games, I have seen several streamers who are very popular broadcasting how they play and have fun while they do it, that was an idea to find a server that I could handle in order to improve my gameplay
Pages: [1] 2 3 ... 10