Forged Alliance Forever Forged Alliance Forever Forums 2017-06-28T20:13:15+02:00 /feed.php?f=41&t=14100 2017-06-28T20:13:15+02:00 2017-06-28T20:13:15+02:00 /viewtopic.php?t=14100&p=151449#p151449 <![CDATA[Re: TvG Official Mod - TotalVeterancy]]>
PhilipJFry wrote:
sort by date to get the latest version


Not what I asked.

Statistics: Posted by mross — 28 Jun 2017, 20:13


]]>
2017-06-26T08:13:28+02:00 2017-06-26T08:13:28+02:00 /viewtopic.php?t=14100&p=151347#p151347 <![CDATA[Re: TvG Official Mod - TotalVeterancy]]> Statistics: Posted by PhilipJFry — 26 Jun 2017, 08:13


]]>
2017-06-26T07:45:21+02:00 2017-06-26T07:45:21+02:00 /viewtopic.php?t=14100&p=151345#p151345 <![CDATA[Re: TvG Official Mod - TotalVeterancy]]> Statistics: Posted by mross — 26 Jun 2017, 07:45


]]>
2017-04-05T00:15:46+02:00 2017-04-05T00:15:46+02:00 /viewtopic.php?t=14100&p=146401#p146401 <![CDATA[Re: TvG Official Mod - TotalVeterancy]]>
For more detailed information, head over here. https://github.com/Stormrideren/TvG-Official

Happy TvGing. :geek:

Statistics: Posted by Stormrideron — 05 Apr 2017, 00:15


]]>
2017-03-23T02:12:29+02:00 2017-03-23T02:12:29+02:00 /viewtopic.php?t=14100&p=145781#p145781 <![CDATA[Re: TvG Official Mod - TotalVeterancy]]>
We are proud to release TvG Official v1.54 ready to be play now. The changelist included balancing, performance improvements to make the scripts more effective (and that helps eliminate bugs and error on crash, hopefully). In additon to that, RAS now works with SCU and Commander, making it useful once again.

Changelist are located in github for everyone to see.

If you want to help make contribution, please feel free to lend your hand!

https://github.com/Stormrideren/TvG-Official

Statistics: Posted by Stormrideron — 23 Mar 2017, 02:12


]]>
2017-03-19T18:33:15+02:00 2017-03-19T18:33:15+02:00 /viewtopic.php?t=14100&p=145597#p145597 <![CDATA[Re: TvG Official Mod - TotalVeterancy]]>
I also recently added TvG Official on GitHub, if you have spare time to fix the bugs and/or add new feature, feel free to make contributions!

Any new ideas, suggestions, shoot a message and we will try to incorporate into TvG Official mod.

TvG Official @ GitHub

Statistics: Posted by Stormrideron — 19 Mar 2017, 18:33


]]>
2017-03-19T02:56:26+02:00 2017-03-19T02:56:26+02:00 /viewtopic.php?t=14100&p=145556#p145556 <![CDATA[Re: TvG Official Mod - TotalVeterancy]]>
Cuddles wrote:
upgrading RAS also removes previous e bonus and you no longer get any e bonus from vet. it's better to not upgrade ras.


Seraphim Aura Regeneration is fixed now.

I will look more into RAS and Cybran Cloaking Enhancement as of now it is a little buggy atm.

Statistics: Posted by Stormrideron — 19 Mar 2017, 02:56


]]>
2017-03-18T21:48:08+02:00 2017-03-18T21:48:08+02:00 /viewtopic.php?t=14100&p=145536#p145536 <![CDATA[Re: TvG Official Mod - TotalVeterancy]]> Statistics: Posted by Cuddles — 18 Mar 2017, 21:48


]]>
2017-03-18T14:42:58+02:00 2017-03-18T14:42:58+02:00 /viewtopic.php?t=14100&p=145497#p145497 <![CDATA[Re: TvG Official Mod - TotalVeterancy]]>
Leviathan3 wrote:
I was looking through my game.log while diagnosing an unrelated issue, and I saw a few warnings that are probably related to TvG. It's up to you if you want to fix them, but I'd appreciate it if you did.

Code:
warning: *WARNING: Tried to apply a buff with an unknown affect type of Range for buff VeterancyPerkRange

It looks like the range perk is supposed to apply a 5% range increase, but it has no effect because uses "Range" as the Affects type instead of "MaxRadius".


Fixed.


This happened a few times at the beginning of a campaign mission. I think your function that modifies the blueprints doesn't set Economy.xpTimeStep for certain campaign-related units (civilian buildings, maybe?). The XPOverTime function in Unit.lua exits if there's not a value there, but the OnCreate function always tries to multiply it by 0.002, which causes the errors. The simplest solution is probably to move that math into the XPOverTime function.


If I move that into XPOverTime Function, then the units can't level up while idle. I will explore further into this to see if there are a different solution to that and the campaign-related units is pretty much meaningless.

Cuddles wrote:
Hello,

There is something weird going on with the sera ACU restoration field upgrade, it stops all regen in the area and gives no bonus.


It might be due to extremely low health regeneration. I have boosted the overall health regeneration by 50% which should help make a difference.

---

TvG Official v1.31 is out! Happy TvGing! :twisted:

Statistics: Posted by Stormrideron — 18 Mar 2017, 14:42


]]>
2017-03-16T08:44:06+02:00 2017-03-16T08:44:06+02:00 /viewtopic.php?t=14100&p=145203#p145203 <![CDATA[Re: TvG Official Mod - TotalVeterancy]]>
There is something weird going on with the sera ACU restoration field upgrade, it stops all regen in the area and gives no bonus.

Statistics: Posted by Cuddles — 16 Mar 2017, 08:44


]]>
2017-03-15T02:21:40+02:00 2017-03-15T02:21:40+02:00 /viewtopic.php?t=14100&p=145101#p145101 <![CDATA[Re: TvG Official Mod - TotalVeterancy]]>
Code:
warning: *WARNING: Tried to apply a buff with an unknown affect type of Range for buff VeterancyPerkRange

It looks like the range perk is supposed to apply a 5% range increase, but it has no effect because uses "Range" as the Affects type instead of "MaxRadius".

Code:
warning: Error running lua script: ...gramdata\faforever\gamedata\lua.nx2\lua\sim\unit.lua(4704): attempt to call field `IsInCombat' (a nil value)
         stack traceback:
            ...gramdata\faforever\gamedata\lua.nx2\lua\sim\unit.lua(4704): in function <...gramdata\faforever\gamedata\lua.nx2\lua\sim\unit.lua:4679>

This one showed up a lot. In the IsInCombat function in Unit.lua, you call oldUnit.IsInCombat, but I don't think the previous definition had a function by that name. If you're calling the original class's function for compatibility with another mod, maybe check if the function exists before calling it? Otherwise you could probably just remove that line.

Code:
warning: Error running OnCreate script in Entity urc1101 at 6e75ee08: ...gramdata\faforever\gamedata\lua.nx2\lua\sim\unit.lua(4165): attempt to perform arithmetic on field `xpTimeStep' (a nil value)
         stack traceback:
            ...gramdata\faforever\gamedata\lua.nx2\lua\sim\unit.lua(4165): in function `OnCreate'
            ...gramdata\faforever\gamedata\lua.nx2\lua\sim\unit.lua(4758): in function `OnCreate'
            ...gramdata\faforever\gamedata\lua.nx2\lua\sim\unit.lua(5080): in function `OnCreate'
            ...data\faforever\gamedata\lua.nx2\lua\defaultunits.lua(57): in function <...data\faforever\gamedata\lua.nx2\lua\defaultunits.lua:56>
            [C]: in function `CreateUnitHPR'
            ...rever\gamedata\lua.nx2\lua\sim\scenarioutilities.lua(745): in function `CreatePlatoons'
            ...rever\gamedata\lua.nx2\lua\sim\scenarioutilities.lua(1702): in function `CreateArmyGroup'
            ...ce\maps\scca_coop_r03.v0010\scca_coop_r03_script.lua(241): in function `OnPopulate'
            ...ogramdata\faforever\gamedata\lua.nx2\lua\siminit.lua(168): in function <...ogramdata\faforever\gamedata\lua.nx2\lua\siminit.lua:160>
            ...ogramdata\faforever\gamedata\lua.nx2\lua\siminit.lua(277): in function <...ogramdata\faforever\gamedata\lua.nx2\lua\siminit.lua:273>
            ...ogramdata\faforever\gamedata\lua.nx2\lua\siminit.lua(356): in function `BeginSession'

This happened a few times at the beginning of a campaign mission. I think your function that modifies the blueprints doesn't set Economy.xpTimeStep for certain campaign-related units (civilian buildings, maybe?). The XPOverTime function in Unit.lua exits if there's not a value there, but the OnCreate function always tries to multiply it by 0.002, which causes the errors. The simplest solution is probably to move that math into the XPOverTime function.

Statistics: Posted by Leviathan3 — 15 Mar 2017, 02:21


]]>
2017-03-14T17:53:45+02:00 2017-03-14T17:53:45+02:00 /viewtopic.php?t=14100&p=145063#p145063 <![CDATA[Re: TvG Official Mod - TotalVeterancy]]>
Happy TvGing :geek:

Statistics: Posted by Stormrideron — 14 Mar 2017, 17:53


]]>
2017-03-12T21:20:17+02:00 2017-03-12T21:20:17+02:00 /viewtopic.php?t=14100&p=144987#p144987 <![CDATA[Re: TvG Official Mod - TotalVeterancy]]>
Includes new perks and major changes from v1.15 to v1.18.

Happy TvGing :ugeek:

Statistics: Posted by Stormrideron — 12 Mar 2017, 21:20


]]>
2017-03-11T22:23:32+02:00 2017-03-11T22:23:32+02:00 /viewtopic.php?t=14100&p=144964#p144964 <![CDATA[Re: TvG Official Mod - TotalVeterancy]]> TvG v1.14 balance changes updated.

TvG v1.15 balance changes updated.

Statistics: Posted by Stormrideron — 11 Mar 2017, 22:23


]]>
2017-03-07T07:42:29+02:00 2017-03-07T07:42:29+02:00 /viewtopic.php?t=14100&p=144739#p144739 <![CDATA[Re: TvG Official Mod - TotalVeterancy]]>
I will give it a go again, maybe it makes sense that the enemy bases and units gets stronger the longer you leave them.

Statistics: Posted by Cuddles — 07 Mar 2017, 07:42


]]>