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 Thu Mar 28, 2024 9:03 pm
All times are UTC + 0
Need help with singleplayer issue.
Moderators: Global Moderators, Red Alert 2 Moderators
Post new topic   Reply to topic Page 1 of 1 [11 Posts] Mark the topic unread ::  View previous topic :: View next topic
Author Message
twistedconversion
Rocket Infantry


Joined: 23 Feb 2019
Location: Egypt

PostPosted: Wed Feb 23, 2022 9:39 pm    Post subject:  Need help with singleplayer issue.
Subject description: Can't figure it out.
Reply with quote  Mark this post and the followings unread

I'm trying to get the RA2 tutorial campaign to work in C&C: Reloaded. When you exit the base to meet a group of GIs, the game crashes. I've fixed triggers related to houses and countries and fixed animations but it still crashes.

If you want to try to fix and play the mission yourself, you'll need to have C&C: Reloaded installed, download this archive file, and extract the files in your C&C: Reloaded directory. The mission called "Basic Battle Training" should now appear in the campaign menu.



C&CR Tutorial.rar
 Description:

Download
 Filename:  C&CR Tutorial.rar
 Filesize:  3.84 MB
 Downloaded:  25 Time(s)


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


Joined: 09 Feb 2015

PostPosted: Wed Feb 23, 2022 10:08 pm    Post subject: Reply with quote  Mark this post and the followings unread

Code:

ERROR -> Script "01000047" (line: 0) move to Waypoint: 19, overlaps with: CAPARK01
ERROR -> Script "01000050" (line: 2) patrol to Waypoint: 19, overlaps with: CAPARK01
ERROR -> Script "095F32FC" (line: 0) attack at Waypoint: 78, does not overlap with any structure?
ERROR -> Script "01000058" (line: 0) attack at Waypoint: 50, does not overlap with any structure?
ERROR -> Script "0B7C332C" (line: 0) attack at Waypoint: 96, does not overlap with any structure?
ERROR -> Script "0948E7CC" (line: 0) attack at Waypoint: 52, does not overlap with any structure?
ERROR -> Script "01000061" (line: 0) attack at Waypoint: 24, does not overlap with any structure?
WARNING -> placed CellTag (coords: 163,257) falls outside usable map area
WARNING -> placed CellTag (coords: 154,266) falls outside usable map area
WARNING -> placed Infantry "E1" (coords: 61,179) has unknown veteran status: 75
ERROR -> TeamType "0A71B33C" has invalid Country: Neutral1
ERROR -> TeamType "0A71B33C" has missing Country/House
ERROR -> TeamType "0A71B20C" has invalid Country: Neutral1
ERROR -> TeamType "0A71B20C" has missing Country/House

A few other things I can't verify against without the mod, this is just some of what my tool reported.

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

Back to top
View user's profile Send private message
twistedconversion
Rocket Infantry


Joined: 23 Feb 2019
Location: Egypt

PostPosted: Wed Feb 23, 2022 10:12 pm    Post subject: Reply with quote  Mark this post and the followings unread

Where can I get your tool?

_________________
C&C community is rotten.

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


Joined: 09 Feb 2015

PostPosted: Thu Feb 24, 2022 5:05 am    Post subject: Reply with quote  Mark this post and the followings unread

No, but the Neutral1 error is FA2 converting "Civilian" to "Neutral" automatically. One solution is not to use Civilian1 but rather something like Civvie1.

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

Back to top
View user's profile Send private message
twistedconversion
Rocket Infantry


Joined: 23 Feb 2019
Location: Egypt

PostPosted: Thu Feb 24, 2022 11:39 am    Post subject: Reply with quote  Mark this post and the followings unread

I've analyzed your reports and they are somehow absolutely incorrect. There are absolutely no mentions of the scripts and the TeamTypes your tool reported in the map, the coordinates your tool reported are too big for the map, and there's absolutely no mention of "Neutral1". There's Civilian1 though. You must be scanning the wrong map.

_________________
C&C community is rotten.

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


Joined: 09 Feb 2015

PostPosted: Thu Feb 24, 2022 9:17 pm    Post subject: Reply with quote  Mark this post and the followings unread

Apologies, I must have accidentally dragged the wrong map. Your map was crashing my tool, and it took me a while to discover why... your [Digest] section is supposed to be last, and the way FA2 should write it, but it was somewhere further up, and the script considers that the end for loading purposes.

That took way too long to troubleshoot, it was completely ignoring the [Triggers] section being after [Digest]... and I have to wonder if the game has similar problems with it?

ANYWAY, the test seems ok, this being the serious one:
Code:
ERROR -> Trigger "Tank Dead No Smoke" (Action: 0) cannot destroy invalid ParticleSys: 0


There are some Triggers referring to invalid house #, but without the mod I don't know how many it has by default.

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

Back to top
View user's profile Send private message
twistedconversion
Rocket Infantry


Joined: 23 Feb 2019
Location: Egypt

PostPosted: Sat Feb 26, 2022 6:14 pm    Post subject: Reply with quote  Mark this post and the followings unread

G-E wrote:
your [Digest] section is supposed to be last, and the way FA2 should write it, but it was somewhere further up, and the script considers that the end for loading purposes.

FA2sp's new update puts INI sections in alphabetical order. This caused some unexpected bugs. Anyway, this trigger doesn't look like it's broken. The action type is deleting a particle system at a waypoint which is located on a derelict tank. The trigger activates when the tank gets destroyed so it's not related to the group of GIs outside the base.

_________________
C&C community is rotten.

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


Joined: 09 Feb 2015

PostPosted: Mon Feb 28, 2022 2:38 am    Post subject: Reply with quote  Mark this post and the followings unread

FA2SP should absolutely not re-order the key sections, including Digest being at the end. It does cause problems, and won't be obvious to anyone.

On a side note, you can use my MAPCLEAN script, with the various remove section options disabled, that will re-order everythign correctly when it writes.

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

Back to top
View user's profile Send private message
twistedconversion
Rocket Infantry


Joined: 23 Feb 2019
Location: Egypt

PostPosted: Sun Apr 24, 2022 11:02 pm    Post subject: Reply with quote  Mark this post and the followings unread

Got back from getting my computer repaired. I downloaded and used the 2.3 version of the MAPCLEAN script you suggested and it doesn't seem to work. It popped up an error about a missing "header". That meant the map is missing the [Header] section multiplayer maps usually have. So I added the [Header] section and it gave another error. I'll upload the log below.



Capture.PNG
 Description:
 Filesize:  13.58 KB
 Viewed:  2606 Time(s)

Capture.PNG



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


Joined: 09 Feb 2015

PostPosted: Mon Apr 25, 2022 12:39 pm    Post subject: Reply with quote  Mark this post and the followings unread

Hmmm.... missions don't have headers or previews, I guess when I suggested using it, I wasn't thinking you were doing a mission map. When I get a chance I'll add some default values which will be ignored.

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

Back to top
View user's profile Send private message
twistedconversion
Rocket Infantry


Joined: 23 Feb 2019
Location: Egypt

PostPosted: Mon Dec 12, 2022 6:21 pm    Post subject: Reply with quote  Mark this post and the followings unread

The new C&C Reloaded update finally fixed my issue. Thanks, FS-21! I hope the next mission won't be as troublesome.

_________________
C&C community is rotten.

Back to top
View user's profile Send private message ModDB Profile ID
Display posts from previous:   
Post new topic   Reply to topic Page 1 of 1 [11 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.1685s ][ Queries: 14 (0.0118s) ][ Debug on ]