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 Apr 18, 2024 1:40 pm
All times are UTC + 0
Problem porting mod to TS Client 6.05
Moderators: Global Moderators, Tiberian Sun Moderators
Post new topic   Reply to topic Page 1 of 1 [1 Post] Mark the topic unread ::  View previous topic :: View next topic
Author Message
Slavack
Soldier


Joined: 07 Jan 2008

PostPosted: Mon Jan 24, 2022 3:38 pm    Post subject:  Problem porting mod to TS Client 6.05
Subject description: New SkirmishLobby.ini entrys not taking effect in skirmish game
Reply with quote  Mark this post and the followings unread

I was hoping I could get some help with the last few issues I'm having porting my mod to TS Client 6.05.
They all seem to be related to settings being spawn into the map at the start of a match.
The issue I'm having involves the addition of two new drop down options and one clickable entry in the SkirmishLobby.ini.  I managed to get the entrys working in the skirmish lobby, but once selected and you start the match....nothing happens. I'm not sure if any additional tags are needed? I did try DataWriteMode=MAPCODE with no success. I also checked the spawn file and nothing fired.

Thanks!

;list
$CC10=lblTime:XNALabel
$CC11=cmbTime:GameLobbyDropDown
$CC12=lblWeather:XNALabel
$CC13=cmbWeather:GameLobbyDropDown

;details
[cmbTime]
$Width=97
$Height=21
$X=getX(cmbTSFS)
$Y=getY(cmbGameSpeedCap) + 37
OptionName=Time Of Day
CustomIniPath=INI\Game Options\Lighting\Default.ini,INI\Game Options\Lighting\Day and Night.ini,INI\Game Options\Lighting\Dawn.ini,INI\Game Options\Lighting\Mid day.ini,INI\Game Options\Lighting\Dusk.ini,INI\Game Options\Lighting\Night.ini
Items=Map Default,Day & Night,Dawn,Afternoon,Dusk,Night
DefaultIndex=0

[lblTime]
Text=Time Of Day:
$X=getX(cmbUnitCount)
$Y=getY(cmbUnitCount) + 58

[cmbWeather]
$Width=97
$Height=21
$X=getX(cmbTSFS)
$Y=getY(cmbTime) + 37
OptionName=Weather Effects
CustomIniPath=INI\Game Options\Weather\Default.ini,INI\Game Options\Weather\Rain.ini,INI\Game Options\Weather\RainStorm.ini,INI\Game Options\Weather\Snow.ini,INI\Game Options\Weather\SnowStorm.ini
Items=None,Rain,Thunderstorm,Snow,Blizzard
DefaultIndex=0

[lblWeather]
Text=Weather:
$X=getX(cmbUnitCount)
$Y=getY(cmbUnitCount) + 95

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