Project Perfect Mod Forums
:: Home :: Get Hosted :: PPM FAQ :: Forum FAQ :: Privacy Policy :: Search :: Memberlist :: Usergroups :: Register :: Profile :: Log in to check your private messages :: Log in ::


The time now is Fri May 09, 2025 6:15 am
All times are UTC + 0
Why does my ACHQ becomes unbuildable and gets removed?
Moderators: Global Moderators, Red Alert 2 Moderators
Post new topic   Reply to topic Page 1 of 1 [5 Posts] Mark the topic unread ::  View previous topic :: View next topic
Author Message
Ousagi
Disk Thrower


Joined: 02 Nov 2022

PostPosted: Sat May 03, 2025 2:04 pm    Post subject:  Why does my ACHQ becomes unbuildable and gets removed?
Subject description: My code reached 34187 lines. Is this the cause?
Reply with quote  Mark this post and the followings unread

I've reached 34187 lines of code. I don't know if I've reached the limit but when I add new codes, it removes the ACHQ.
It becomes unbuildable and when place on the map in FA2, it gets remove when the game loads.

I'd like to know if your guy's codes reached beyond this limit and still works. Because I can't add new code with affect the ACHQ.

But there is also something weird. When I remove this code. Everything works.

Code:
[CXBLGATE_A]
UIName=Name:CXBLGATE_A
Name=Ballard Gate
Image=CXBLGATE_A


But when I remove these two it also works with CXBLGATE_A still part of the code.

Code:
[CXRDBLOCKNS]
UIName=Name:CXRDBLOCKNS
Name=Road Block Orange NS
Image=CXRDBLOCKNS

[CXRDBLOCKSN]
UIName=Name:CXRDBLOCKSN
Name=Road Block Orange SN
Image=CXRDBLOCKSN


What's wrong with this lines of code?

Code:
[CXBLGATE_A]
UIName=Name:CXBLGATE_A
Name=Ballard Gate
Image=CXBLGATE_A

[CXRDBLOCKNS]
UIName=Name:CXRDBLOCKNS
Name=Road Block Orange NS
Image=CXRDBLOCKNS

[CXRDBLOCKSN]
UIName=Name:CXRDBLOCKSN
Name=Road Block Orange SN
Image=CXRDBLOCKSN


UPDATE:
Now I've added a new building and now it's working. I don't understand what's happening in my code.
I don't know if it is already fixed, maybe a different building is now gone but I just don't know it.

Back to top
View user's profile Send private message
Mig Eater
Defense Minister


Joined: 13 Nov 2003
Location: Eindhoven

PostPosted: Sat May 03, 2025 2:48 pm    Post subject: Reply with quote  Mark this post and the followings unread

There is no limit to the amount of lines of code the rules ini can have, I have over 130,000 lines etc.

There isn't anything wrong with the code you posted, you probably have multiple entries of the same building and that's why it worked when you removed one.

_________________



Back to top
View user's profile Send private message Visit poster's website ModDB Profile ID YouTube User URL Facebook Profile URL Twitter Channel URL
Ousagi
Disk Thrower


Joined: 02 Nov 2022

PostPosted: Sun May 04, 2025 12:35 am    Post subject: Reply with quote  Mark this post and the followings unread

Mig Eater wrote:
There is no limit to the amount of lines of code the rules ini can have, I have over 130,000 lines etc.


Oh that's nice! Thanks for letting me know.

Mig Eater wrote:
There isn't anything wrong with the code you posted, you probably have multiple entries of the same building and that's why it worked when you removed one.


Which building is that? The ACHQ or other buildings? If it's the ACHQ, I wonder why when I add a new building
it got fixed and becomes buildable again and doesn't disappear when already placed in the map.
If it's a different building, which could it possibly be and why did it affect the ACHQ?

Back to top
View user's profile Send private message
G-E
Defense Minister


Joined: 09 Feb 2015

PostPosted: Sun May 04, 2025 6:59 am    Post subject: Reply with quote  Mark this post and the followings unread

Try using AICHECK to test your inis for mistakes. It's in "Community Tools" subforum.

_________________
http://www.moddb.com/mods/scorched-earth-ra2-mod-with-smart-ai

Back to top
View user's profile Send private message
Ousagi
Disk Thrower


Joined: 02 Nov 2022

PostPosted: Sun May 04, 2025 8:43 am    Post subject: Reply with quote  Mark this post and the followings unread

I don't know if I should post the full error since there are a lot. I don't know if they were from the original codes
in the RulesMD.ini but in the [BuildingTypes] section, here are the errors:
Code:
checking [BuildingTypes]...
[CXOFFTWR_SE] -> BUILDING not found or no data
[CXCONBLK_SE] -> BUILDING not found or no data
[GAWALL] -> BUILDING TechLevel specified is below that of its Prerequisite: GAPILE
[CXEXAMPLE] -> BUILDING not found or no data
[AXCARGOX5_SE] -> BUILDING not found or no data
[CXOFFTWR_SW] -> BUILDING not found or no data
[CXCONBLK_SW] -> BUILDING not found or no data
[CXTHICKPYLON_SE] -> BUILDING not found or no data
[NACNST] -> BUILDING missing AIBasePlanningSide
[NXPELGUN] -> BUILDING not found or no data
[SGNPSTX2] -> BUILDING not found or no data
[CXHELIBNKR] -> BUILDING not found or no data
[DBLCON] -> BUILDING not found or no data
[FELTNKX6X2] -> BUILDING not found or no data
[CXOFFSQU_SE] -> BUILDING not found or no data
[CXRADIOTWR] -> BUILDING not found or no data
[SXPENTCRGX2_SW] -> BUILDING not found or no data
[AXCARGOX5_SW] -> BUILDING not found or no data
[SXPORT_SE] -> BUILDING not found or no data
[CXTHICKPYLON_SW] -> BUILDING not found or no data
[GRYCON] -> BUILDING not found or no data
[YAPSYT] -> BUILDING is specified in ThirdBaseDefenses yet IsBaseDefense isn't enabled
[NXAIRB] -> BUILDING not found or no data
[NASENTRY] -> BUILDING not found or no data
[SXSENTRY] -> BUILDING not found or no data
[CXOFFSQU_SW] -> BUILDING not found or no data
[CXTPYLON_SE] -> BUILDING not found or no data
[CXHANG] -> BUILDING not found or no data
[CXPENTCRGX4_SE] -> BUILDING not found or no data
[FSBLD] -> BUILDING not found or no data
[SXCARGOX9_SE] -> BUILDING not found or no data
[CXWKLGHT_E] -> BUILDING not found or no data
[SXPORT_SW] -> BUILDING not found or no data
[ELEC] -> BUILDING not found or no data
[CXSTUECIR] -> BUILDING not found or no data
[CALOND02] -> BUILDING not found or no data
[CAWASH15] -> DestroyAnim ANIMATION specified is undeclared: CAWA15DM
[CXVLGHT_SE] -> BUILDING not found or no data
[YADEPT] -> TechLevel specified is invalid: 15
[CXWKLGHT_N] -> BUILDING not found or no data
[CXTPYLON_SW] -> BUILDING not found or no data
[BLUELAMP] -> invalid or non-numeric LightGreenTint value specified: 0,01
[CXPENTCRGX4_SW] -> BUILDING not found or no data
[CXWKLGHT_S] -> BUILDING not found or no data
[SXCARGOX9_SW] -> BUILDING not found or no data
[GXADVPLT] -> BUILDING not found or no data
[CXWKLGHT_W] -> BUILDING not found or no data
[NXJNKSHP] -> BUILDING not found or no data
[CXVLGHT_SW] -> BUILDING not found or no data
[CXBDOML] -> BUILDING not found or no data
[CXREBARLX3_SW] -> BUILDING not found or no data
[CRANEL_NE] -> BUILDING not found or no data
[CXPENTCRGX3_SE] -> BUILDING not found or no data
[CXBDOMS] -> BUILDING not found or no data
[YACNST] -> BUILDING missing AIBasePlanningSide
[CXOFFGLS_SE] -> BUILDING not found or no data
[CXVENT] -> BUILDING not found or no data
[CXBARRELX7_SW] -> BUILDING not found or no data
[CRANE_NE] -> BUILDING not found or no data
[CATIME] -> BUILDING not found or no data
[CXAIRSUP] -> BUILDING not found or no data
[CXBTENT2_SE] -> BUILDING not found or no data
[CRANEL_NW] -> BUILDING not found or no data
[CXPENTCRGX3_SW] -> BUILDING not found or no data
[INBLULMP] -> invalid or non-numeric LightGreenTint value specified: 0,01
[CXOFFGLS_SW] -> BUILDING not found or no data
[DIRECT_S] -> BUILDING not found or no data
[CXBALLARDX3] -> BUILDING not found or no data
[CXREBAR_SW] -> BUILDING not found or no data
[AXCARGOX9_SE] -> BUILDING not found or no data
[CRANE_NW] -> BUILDING not found or no data
[CAVAIRP] -> BUILDING not found or no data
[NXSOVB] -> BUILDING not found or no data
[GACNST] -> BUILDING missing AIBasePlanningSide
[CXBTENT2_SW] -> BUILDING not found or no data
[CXREBARX3_S] -> BUILDING not found or no data
[CXREBARLX2_SW] -> BUILDING not found or no data
[NATBNK] -> BUILDING is specified in ThirdBaseDefenses yet IsBaseDefense isn't enabled
[CXPENTCRGX2_SE] -> BUILDING not found or no data
[SIZECHECK] -> BUILDING not found or no data
[CXPLANK] -> BUILDING not found or no data
[WRNPOL] -> BUILDING not found or no data
[CRANEL_SE] -> BUILDING not found or no data
[AXPENTCRGX3_SE] -> BUILDING not found or no data
[WINBRL] -> BUILDING not found or no data
[SXPENTCRG_SW] -> BUILDING not found or no data
[AXCARGOX9_SW] -> BUILDING not found or no data
[CXTWRHQ] -> BUILDING not found or no data
[CXPTLGHTHS_NE] -> BUILDING not found or no data
[CXSOLRPNL] -> BUILDING not found or no data
[CXWKLGHT_NE] -> BUILDING not found or no data
[YACLON] -> BUILDING missing ART data: YACLON
[WCHTWR] -> BUILDING not found or no data
[NAPOWR] -> Explosion ANIMATION specified is undeclared: TSTLEXP
[CRANE_SE] -> BUILDING not found or no data
[CXPENTCRGX2_SW] -> BUILDING not found or no data
[CXBLGATE_A] -> BUILDING not found or no data
[TRFCNE] -> BUILDING not found or no data
[CXRDBLOCKNS] -> BUILDING not found or no data
[CXBALLARD] -> BUILDING not found or no data
[CXSTUESQU] -> BUILDING not found or no data
[NXMGTSLA] -> BUILDING not found or no data
[CRANEL_SW] -> BUILDING not found or no data
[AXPENTCRGX3_SW] -> BUILDING not found or no data
[YAPSIS] -> BUILDING missing ART data: YAPSIS
[NALASR] -> BUILDING TechLevel specified is below that of its Prerequisite: BARRACKS
[YURICIV2X5] -> BUILDING not found or no data
[NXHAMDEF] -> BUILDING not found or no data
[CXPTLGHTHS_NW] -> BUILDING not found or no data
[CACHIG06] -> DestroyAnim ANIMATION specified is undeclared: CACH06DM
[CXREACTV] -> BUILDING not found or no data
[CXWKLGHT_NW] -> BUILDING not found or no data
[GGCPLT] -> BUILDING not found or no data
[GAPILL] -> BUILDING TechLevel specified is below that of its Prerequisite: BARRACKS
[NXTSLBLK] -> BUILDING not found or no data
[CRANE_SW] -> BUILDING not found or no data
[CXAIRSAC] -> BUILDING not found or no data
[CXCOMTWR] -> BUILDING not found or no data
[NAWALL] -> BUILDING TechLevel specified is below that of its Prerequisite: NAHAND
[RDBLOCK] -> BUILDING not found or no data
[CXMTLRUIN3_NE] -> BUILDING not found or no data
[SXCARGOX6_SE] -> BUILDING not found or no data
[GTGCAN] -> BUILDING missing AIBasePlanningSide
[AXPENTCRGX2_SE] -> BUILDING not found or no data
[CXREBARLX2_S] -> BUILDING not found or no data
[AXCARGOX9_S] -> BUILDING not found or no data
[NXPROT] -> BUILDING not found or no data
[AXPENTCRG_SE] -> BUILDING not found or no data
[CXPTLGHTHS_SE] -> BUILDING not found or no data
[CXFUELTNKL] -> BUILDING not found or no data
[CXCBLTWR_SE] -> BUILDING not found or no data
[VOLKOV] -> BUILDING not found or no data
[CXROCK] -> BUILDING not found or no data
[CXWKLGHT_SE] -> BUILDING not found or no data
[CXRDBLOCKSN] -> BUILDING not found or no data
[CXBARREL_S] -> BUILDING not found or no data
[NXAIRB2] -> BUILDING not found or no data
[SXCARGOX6_SW] -> BUILDING not found or no data
[CXFUELTNKS] -> BUILDING not found or no data
[AXPENTCRGX2_SW] -> BUILDING not found or no data
[CXMTLRUIN1] -> BUILDING not found or no data
[CXCRETEWOD] -> BUILDING not found or no data
[CXMTLRUIN2] -> BUILDING not found or no data
[CXCONSBLD1] -> BUILDING not found or no data
[SXPENTCRGX4_SE] -> BUILDING not found or no data
[CXCONSBLD2] -> BUILDING not found or no data
[CXMTLRUIN4] -> BUILDING not found or no data
[CXCONSBLD3] -> BUILDING not found or no data
[CXMTLRUIN5] -> BUILDING not found or no data
[AXPENTCRG_SW] -> BUILDING not found or no data
[CXBTENT_SE] -> BUILDING not found or no data
[CXFURNC_SE] -> BUILDING not found or no data
[YAROCK] -> Explosion ANIMATION specified is undeclared: GTPOWEXP
[CXPTLGHTHS_SW] -> BUILDING not found or no data
[CXCBLTWR_SW] -> BUILDING not found or no data
[CXPOKESIGN] -> BUILDING not found or no data
[CAFNCP] -> BUILDING TechLevel specified is below that of its Prerequisite: BARRACKS
[CXWKLGHT_SW] -> BUILDING not found or no data
[CXLGHTHS] -> BUILDING not found or no data
[AXCARGO_SW] -> BUILDING not found or no data
[CXAIRSACX2] -> BUILDING not found or no data
[SATDISH] -> BUILDING not found or no data
[GAGAP] -> BUILDING TechLevel specified is below that of its Prerequisite: GATECH
[CXTIBSILO] -> BUILDING not found or no data
[CXEVACCNTR] -> BUILDING not found or no data
[YAPOWR] -> ANIMATION missing ART data: GTPOWEXP
[SXCARGOX5_SE] -> BUILDING not found or no data
[CASYDN01] -> BUILDING not found or no data
[CXCONBLK_NE] -> BUILDING not found or no data
[CXMTLRUIN3_SE] -> BUILDING not found or no data
[CXBTENT_SW] -> BUILDING not found or no data
[WINDTRAP] -> BUILDING not found or no data
[CXREBARX2_SW] -> BUILDING not found or no data
[CXFURNC_SW] -> BUILDING not found or no data
[SXCARGO_SE] -> BUILDING not found or no data
[RDBLKW] -> BUILDING not found or no data
[CXAIRSUPX2] -> BUILDING not found or no data
[CXSTUETRI] -> BUILDING not found or no data
[CXMTLRUINTWR] -> BUILDING not found or no data
[CXPENTCRG_SE] -> BUILDING not found or no data
[SXCARGOX5_SW] -> BUILDING not found or no data
[TRFWLL_E] -> BUILDING not found or no data
[CXCONBLK_NW] -> BUILDING not found or no data
[SXPENTCRGX3_SE] -> BUILDING not found or no data
[CXBARREL_SE] -> BUILDING not found or no data
[AXCARGOX6_SE] -> BUILDING not found or no data
[MTLBLK] -> BUILDING not found or no data
[SXCARGO_SW] -> BUILDING not found or no data
[TRFWLL_N] -> BUILDING not found or no data
[GAPOWR] -> ANIMATION missing ART data: GTPOWEXP
[NXBTLBX] -> BUILDING not found or no data
[ALLBLD] -> BUILDING not found or no data
[TRFWLL_S] -> BUILDING not found or no data
[CXPENTCRG_SW] -> BUILDING not found or no data
[TRFWLL_W] -> BUILDING not found or no data
[SXPENTCRGX3_SW] -> BUILDING not found or no data
[CALA02] -> BUILDING not found or no data
[AXCARGOX6_SW] -> BUILDING not found or no data
[CONTWR] -> BUILDING not found or no data
[UFO] -> BUILDING missing Prerequisite value

"BUILDING not found or no data" is because all oof the data is in the [#include] inis. These buildings are for them to appear in the FA2.
Don't worry about them.

I don't see anything related to GAAIRC when I remove the codes for the buildings affecting it. I tried both removing all and
adding them when running aicheck.bat. Both ends with the same result and nothing changed.

Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic Page 1 of 1 [5 Posts] Mark the topic unread ::  View previous topic :: View next topic
 
Share on TwitterShare on FacebookShare on Google+Share on DiggShare on RedditShare on PInterestShare on Del.icio.usShare on Stumble Upon
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © phpBB Group

[ Time: 0.2029s ][ Queries: 11 (0.0076s) ][ Debug on ]