Conmebol Libertadores - Entrance Scene
Content: Tunnelarch, Ball, Ball pedestal, Real trophy.
1. Download and extract (pass: www.josemmiuccio.com)
2. Copy the full structure to your scene .lua module
In this case, I´ll use EvoEntrance
3. Delete the yellow characters:
--elseif tid == 8 or tid == 9......
--entry = 16
--EvoEntrance = "Copa Libertadores"
And it should look like:
elseif tid == 8 or tid == 9......
entry = 16
EvoEntrance = "Copa Libertadores"
If you are using trophy-rewrite, or other modules ask the author in other to get this
3d model.
Russian Premier League - Entrance Scene
Content: Tunnelarch, Ball, Ball pedestal, Cicleflag, Pitch banner.
1. Download and extract (pass: www.josemmiuccio.com)
2. Copy the full structure to your scene .lua module
In this case, I´ll use EvoEntrance
3. Delete the yellow characters:
--elseif tid == 116 then
--entry = 16
--EvoEntrance = "Russian Premier League"
And it should look like:
elseif tid == 116 then
entry = 16
EvoEntrance = "Russian Premier League"
If you are using trophy-rewrite, or other modules ask the author in other to get this
3d model.
Allianz Arena Tunnel
The MockStadium.lua module its made by:
author: Deltoon, 2018
edited script: Hawke, 2018
​
​
1. Download and extract.
2. Go to "content/mockstadium/Stadium"
3. Paste the extracted folder "Allianz Arena"
​
4. Erase folder "Munich"
​
5. Open "MockStadium.lua" with notepad and replace:
​
ctx.home_team == XXX // The "XXX" represent the team ID (consult your patch provider to know what ID they use)
In my case, I have Bayern Munchen with real ID 127
​
Replace "Stadium\\Munich" to "Stadium\\Allianz Arena"
​
Result:
elseif ctx.home_team == 127 and ctx.stadium == 11 then
mockstadium = "Stadium\\Allianz Arena"