Fixed: CABAL was allied to you in the last Firestorm Nod mission (Credits: Bittah Commander)
Fixed: CABAL's Firestorm Wall didn't activate in the last Firestorm Nod mission (Credits: Bittah Commander)
Fixed: FinalSun's Houses menu didn't work (Credits: Bittah Commander)
Fixed: The "Destroy trigger" map trigger action no longer crashes the game when the trigger to be destroyed is the last trigger on the map's internal list of triggers (Credits: AlexB)
Fixed: The CnCNet Client crashed when a game was completed if you weren't the host and the game host had left the game before you returned from the game (Credits: Rampastring)
Fixed: The "New Campaign" button had a bad hover-on texture that made the text appear smaller when you moved the cursor over the button (Credits: Rampastring)
Fixed: Extra factions can use their own speech files and sidebar graphics now (Credits: Bittah Commander)
Fixed: The update status text is no longer black (Credits: Rampastring)
Fixed: The "Cheater!" dialog now displays a facepalm image instead of a big pink square
Changed: The in-game menu slide animations have been restored (Credits: Bittah Commander)
Oh man, I always thought that was somehow caused by my own mod! Good to know it and a bunch of other things are now fixed.
That happens when you set Paranoid=no in rules.ini. Happened to me too and was a pain to find out the reason.
No clue why and how that rules.ini key can affect alliances in a singleplayer map. _________________ SHP Artist of Twisted Insurrection: Nod buildings
Since the spawner always forces Paranoid=no, I ended up doing some debugging to find whether there was some other cause and it turned out to be an obvious one.
The mission has 4 "Make enemy" triggers (all affecting different CABAL houses) of which one fires after 300 ticks and the rest fires after 900 ticks. They're all supposed to use "38 Make enemy..." as their action, but apparently one of them was mistakenly using "37 Make ally..." instead and this originally was rectified by Paranoid=yes (since this causes all AI players to make the human player their enemy whenever alliances change).
On a side-note, I suspect that CABAL originally actually attacked too soon because one "Make Enemy" trigger already fires after 300 ticks and even though the 3 other triggers fire 600 ticks later, Paranoid=yes would have caused all CABAL houses to make the human player the enemy right when the first "Make Enemy" trigger had fired already. _________________ QUICK_EDIT
Not correct. I'll update it later when I got the time.
Short TS version:
Paranoid allies all AIs if
- a hard AI (IQ == MaxIQLevels) is defeated
- any human player (or player controllable house) allies any non-MultiplayPassive house
- a human player leaves the game and the AI takes over _________________ QUICK_EDIT
Not sure if someone said it already- but the latest version of this client creates massive lag for ingame menu.
It took me good 3 mins to load up to the music selection list x_x
I also tested the old version of it (3.69 I think?) and it didn't lag at all when I went to the ingame menu. QUICK_EDIT
Yeah I tried everything out already- it's a fresh version of it so no modded stuff on it and it lags a lot for me. (Using Win7)
Also tried to use the same options and settings like in the previous version. Still lags QUICK_EDIT
Which renderer are you currently using? I've only experienced such lags for the ingame menu using the TS-DDRAW renderer in the past (yet it doesn't give me lag nowadays) and the "Default" renderer usually gives the best performance on Windows 7. So if you're not already using the Default renderer, try changing to that and if you are, just try out the other renders as well to see which gives you better performance. _________________ Last edited by Bittah Commander on Sun Mar 13, 2016 5:02 pm; edited 1 time in total QUICK_EDIT
Default renderer works fine for me on Win7 64-bit. With Default renderer there shouldn't be any ddraw.dll
in the game folder. Otherwise try running with other renderers and/or in windowed mode as said before.
Earlier I had problems with FRAPS software running in the backround. Stoping it fixed it. Similar software
of Bandicam or Mirillis Action etc. doesn't have this problem. QUICK_EDIT
The TS client currently doesn't read FSR.INI; I'll fix that soon. A bunch of hacks are necessary to properly display the Spawn hacks in FinalSun like in DTA though, but these aren't documented and I'm not sure whether I can pull them off again (I tried it a while back and failed).
Edit:
The reason why I couldn't get FinalSun to properly display the Spawn houses for the TS Client even though I could for DTA is because of how my (flawed) hack works: it only displays as many houses from FSR.ini as there are in Rules.ini.
Because of the naval yard work-around, DTA already had plenty of extra houses (GDI1, GDI2, Nod1, etc.) that I could simply replace with Spawn1-8 in FSR.ini and this just happened to work out perfectly.
The TS Client on the other hand has only the original factions with nothing to replace and simply adding extra factions to the [Houses] list in Rules.ini would cause existing missions to crash, so that was not an option.
I now came up with another solution which is hopefully satisfying to everybody: Rules.ini now has an [SPHouses] section that's only read by FinalSun.
These "Extra" houses (they could've been named anything) get replaced by the Spawn houses (which are listed in the [Houses] section of FSR.ini), so that you can easily select these spawn houses as an owner in the properties of a unit or structure.
The "Extra" houses will only be used when you click "Standard hoses" in the "Houses" dialog and although this is not ideal because they're likely unwanted, this doesn't affect existing maps and mappers can choose to either delete these "Extra" houses when making singleplayer maps, to use them, or to even just ignore them. The only time they can cause problems is when mappers decide to delete them after having already added certain triggers that rely on houses (but this is not really a new problem anyhow; messing with houses after adding triggers that rely on that has always been problematic to begin with). _________________ QUICK_EDIT
While that technically makes no difference, the actual Spawn houses only work in multiplayer/skirmish and the function of these "Extra" houses (then renamed to "Spawn") in singleplayer would be less obvious to mappers. In other words, it wouldn't be as obvious to mappers that it won't cause problems if they'd just delete these houses and with a name like "Extra1", it wouldn't be bad to just use some of these houses in a mission without renaming them (unlike with a name such as "DeleteMe1", "Dummy1" or "Spawn1"). _________________ QUICK_EDIT
I'm getting this crash after updating my mod to the newest client version. Immediately upon hitting start game. The particular settings don't seem to matter.
EDIT: I should clarify, it was actually the version before that. I didn't realize there was a new update.
EDIT2: Ok, updating it again fixed it strangely enough.
I have a question though. If I create a custom Game Options ini in their folder is there a way to actually use it? I love editing the inis in this game, and I noticed the format of the Game Options inis is absolutely beautiful, so I was hoping to make this happen.
Unfortunately since this client has no real defining name to it, it's almost impossible to google anything on it. QUICK_EDIT
The checkboxes in the game lobby are configured via \Resources\GameOptions.ini.
Just add the following code there:
Code:
[chkTestGameMode]
Text=Test Game Mode
AssociateCustomIni=INI\Game Options\TestGameMode.ini
DefaultValue=False
Location=280,217
ToolTip=The quick brown fox jumps over the lazy dog.
And finally add chkTestGameMode to CheckBoxes= under both [GameLobby] and [SkirmishLobby]. _________________ Last edited by Bittah Commander on Sat Jul 16, 2016 11:34 am; edited 1 time in total QUICK_EDIT
Additionally, your path would be AssociateCustomIni=INI\Game Options\TestGameMode.ini and
change the Location= values so that it does not overlap with others.
If you are looking for the GameMode dropdown, you can make a folder inside Maps folder and
place your maps there and change the GameMode= in MPMaps.ini to filter the selection.
I haven't tried to place a same named INI in maps folder as map name and use [ForcedOptions]
like in the Co-OP of DTA. QUICK_EDIT
The Location= value I specified already is one that won't overlap with the existing checkboxes, but I would recommend changing the locations of all checkboxes to make the positioning more balanced if you ever intend to make this public.
It seems that I forgot to include the "Game Options" sub-directory for the AssociateCustomIni key though, so I edited my previous post to fix it (the sub-directory isn't mandatory, but you're already using it in the screenshot and it's also more organized).
E1 Elite wrote:
If you are looking for the GameMode dropdown, you can make a folder inside Maps folder and
place your maps there and change the GameMode= in MPMaps.ini to filter the selection.
From what I can tell, his intention is not to add new maps specifically for his new option or game mode, but to instead apply some kind of "mini mod" to all existing maps.
If you want to do this by adding an actual new game mode (rather than a game option), there's no need to create a new folder in the Maps folder, but you just need to create a new INI file with the name of the game mode in the INI directory and then in MPMaps.ini add the name of the new game mode to GameModes= (this needs to be identical to the file name of your new INI file) for every single map that you want to be available for this game mode. Additionally you can also create INI files with the name of your game mode with _ForcedOptions.ini and _Spawn.ini add to the end to force specific game options or Spawn.ini settings for this game mode (you can use DTA or TI as an example for this), but be aware that MPMaps.ini will control these settings instead once the new client is released. _________________ QUICK_EDIT
Hello, is it possible to download decrypted TS campaign movies from somewhere?
Quote:
The new (decrypted) SCORES.MIX and SCORES01.MIX files are already included in the ZIP-package and you can get the decrypted Movies##.mix files from here.
This link is not working and downloading from site main menu (on the left) offers only encrypted mix files, also optional content from ts client settings button is grayed out _________________ Something should be here QUICK_EDIT
Thank you very much! Finaly works for me.
One more question: in multiplayer, is it possible to turn off checking if human players have same color/location selected? I would like to have same color in one team. In skirmish it works fine with AI, multiple AIs and also player can share same color without problems. _________________ Something should be here QUICK_EDIT
That's not possible because the game uses colors to different between different human players. When multiple human players share the same color, they'll actually also become the same player: they'll share the same units, the same structures, the same credits, the same factories, along with the same production queue.
It'll be amusing the first time you see it happen and while you could definitely play a match like that if you wouldn't eventually get a reconnect error, it's far less practical than being separate players in the same team. _________________ QUICK_EDIT
That's not possible because the game uses colors to different between different human players. When multiple human players share the same color, they'll actually also become the same player: they'll share the same units, the same structures, the same credits, the same factories, along with the same production queue.
It'll be amusing the first time you see it happen and while you could definitely play a match like that if you wouldn't eventually get a reconnect error, it's far less practical than being separate players in the same team.
That isn't actually true. If you use the color= settings for spawner. We did have some bugs years ago where multiple players were playing as the exact same house, but that was with Red Alert 1. QUICK_EDIT
I remember testing it...but most of my testing is was done with RA1. Don't know why it would be different with TS. TS does have a special [HousesColour] INI section in spawn.ini or something like that, does it? QUICK_EDIT
Yes, but for human players it reads the colors from the [OtherX] sections. I haven't tested what happens if a player's color is defined on both the [OtherX] section as well as in [HouseColors] though, maybe it works then. _________________ CnCNet Client | CnCNet TS patches | More Quality-of-Life Improvements for RA Remastered
Hello. I downloaded the client last night, and servers seemed to be unavailable (error in client.log and movies' download were greyed out in the options). Could you confirm the problem is server side ?
Is there any other way to download the campaign movies for the client ? I do have the original files, but I read somewhere that the original file format is incompatible with your client.
So question, what's the likelihood of getting a general client for modding with RA2/YR? I know there's some issues with not being able to distribute the core files but something like the MO client but for modders to tinker with. I'm mainly thinking about this from the perspective of it making the Ultimate edition, which is digital so I don't have to worry about misplacing or damaging a disk, moddable.
Also, I recall the TS demo having a couple short missions that were a bit more tutorialized from the main campaign. If so, it might be worth including those in the client if possible. I pointed a new player to the series to the client since he was looking at starting with TS and he mentioned having to learn to actually play the game. It's not a terribly difficult game to figure out if you know RTS games and there's some tutorial tips in the campaign but if the demo missions were like I think then they could be more helpful. QUICK_EDIT
So question, what's the likelihood of getting a general client for modding with RA2/YR? I know there's some issues with not being able to distribute the core files but something like the MO client but for modders to tinker with. I'm mainly thinking about this from the perspective of it making the Ultimate edition, which is digital so I don't have to worry about misplacing or damaging a disk, moddable.
Because I'm unable to redistribute the original files, a similar package for RA2/YR will not be made. Nothing prevents you from just copying the client files from DTA/TI/MO and using them with YR and a Ares-based spawner DLL, however.
Darkstorm wrote:
Also, I recall the TS demo having a couple short missions that were a bit more tutorialized from the main campaign. If so, it might be worth including those in the client if possible. I pointed a new player to the series to the client since he was looking at starting with TS and he mentioned having to learn to actually play the game. It's not a terribly difficult game to figure out if you know RTS games and there's some tutorial tips in the campaign but if the demo missions were like I think then they could be more helpful.
I've wanted to include the TS demo missions for a while, we'll likely include them one day. Right now there's no ETA on updating the TS client though, I've had too much on my plate for a while so I've had to put in on hold for the time being. _________________ CnCNet Client | CnCNet TS patches | More Quality-of-Life Improvements for RA Remastered
You mean the one seen in the beta screenshots? I've never seen the complete map. I tried to remake it once but using the screenshots alone makes it quite ambiguous. _________________
You mean the one seen in the beta screenshots? I've never seen the complete map. I tried to remake it once but using the screenshots alone makes it quite ambiguous.
No the 4 player Snow map which was included with TS DeeZire and subsequently in retro. I forget it's name offhand.
Has a large blue Tiberium field in the centre. I believe it was edited only to include a few overlay objects that went unused in TS but other than that is official (complete with unused 3rd tiberium type placed, as with all WW maps).
I believe DeeZire or someone he knew was a multiplayer beta tester, I'm sure he could confirm any details I may have wrong or havent included. _________________ QUICK_EDIT
Doesn't this community have somewhere the complete TS beta stored, so you can extract the map? _________________ SHP Artist of Twisted Insurrection: Nod buildings
No the 4 player Snow map which was included with TS DeeZire and subsequently in retro. I forget it's name offhand.
This one? I extracted it from TSR. It does look very much like Westwood's handwriting. I wonder why they didn't include it with the final game...
EDIT: Yeah, I believe it's official. There are two lines in the map which are always the same in all official TS multiplayer maps for some reason, but not defined in FinalSun:
NextScenario=GDI2A.MAP
AltNextScenario=GDI9C.MAP
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