Forged Alliance Forever Forged Alliance Forever Forums 2013-03-20T15:41:54+02:00 /feed.php?f=26&t=3219 2013-03-20T15:41:54+02:00 2013-03-20T15:41:54+02:00 /viewtopic.php?t=3219&p=34783#p34783 <![CDATA[Re: Load default option]]>
Xinnony wrote:
Fixed 3222


Thanks again, Xinnony!
You really seem make a difference for the better good of the FAF lobby.

When I have read this thread, I have immediately thought about this topic: viewtopic.php?f=3&t=2610 . Can you take a look into this as well?

Statistics: Posted by eXcalibur — 20 Mar 2013, 15:41


]]>
2013-03-20T08:39:48+02:00 2013-03-20T08:39:48+02:00 /viewtopic.php?t=3219&p=34748#p34748 <![CDATA[Re: Load default option]]> Statistics: Posted by Xinnony — 20 Mar 2013, 08:39


]]>
2013-03-06T19:23:17+02:00 2013-03-06T19:23:17+02:00 /viewtopic.php?t=3219&p=33124#p33124 <![CDATA[Re: Load default option]]> Statistics: Posted by Ze_PilOt — 06 Mar 2013, 19:23


]]>
2013-03-06T19:10:48+02:00 2013-03-06T19:10:48+02:00 /viewtopic.php?t=3219&p=33122#p33122 <![CDATA[Re: Load default option]]>
https://bitbucket.org/thepilot/forged-a ... ua?at=3622

Statistics: Posted by Xinnony — 06 Mar 2013, 19:10


]]>
2013-03-03T15:38:40+02:00 2013-03-03T15:38:40+02:00 /viewtopic.php?t=3219&p=32719#p32719 <![CDATA[Load default option]]>
For example, in the map "survival_5thdimension.v0001" option "Survival: Build Time" should be on "2:30" (150) after the file "survival_5thdimension_options.lua" While the hen is creates a game, the lobby will select every time the first available option (either "0").

Same for "Final Rush 4v4 Pro3" and the "Air Transport Only" which should be set to "Enabled" then it is "Disabled".

It'd be a little FIX!

---

This is a problem between the lobby and loading some parameter file {mapname} _options.lua.

Moreover, it seems to me that there is not just the parameter "default" as the lobby is not charging.

"label", "tooltip", "values", "key" his work, but the rest I'm not sure.

For exemple, test host a "survival_5thdimension" ans look in lobby if the option "Survival: Build Time" is 0minute or 2m30s.

The "survival_5thdimension_options.lua" is :
Code:
options =
{
   {
      default = 150,
      label = "Survival: Build Time",
      help = "Length of initial building time.",
      key = 'opt_Survival_BuildTime',
      pref = 'opt_Survival_BuildTime',
      values = {
         {text = "0:00 (Default)",help = "", key = 0, },
         {text = "0:30",help = "", key = 30, },
         {text = "1:00",help = "", key = 60, },
         {text = "1:30",help = "", key = 90, },
         {text = "2:00",help = "", key = 120, },
         {text = "2:30",help = "", key = 150, },
         {text = "3:00",help = "", key = 180, },
         {text = "4:00",help = "", key = 240, },
         {text = "5:00",help = "", key = 300, },
         {text = "6:00",help = "", key = 360, },
         {text = "7:00",help = "", key = 420, },
         {text = "8:00",help = "", key = 480, },
         {text = "9:00",help = "", key = 540, },
         {text = "10:00",help = "", key = 600, },
      },
   },
...
..
.

default set 150 (2m30s), not a 0 (0min) !
The lobby load 0.

Statistics: Posted by Xinnony — 03 Mar 2013, 15:38


]]>