• This is a reminder of 3 IMPORTANT RULES:

    1- External self-promotion websites or apps are NOT allowed here, like Discord/Twitter/Patreon/etc.

    2- Do NOT post in other languages. English-only.

    3- Crack/Warez/Piracy talk is NOT allowed.

    Breaking any of the above rules will result in your messages being deleted and you will be banned upon repetition.

    Please, stop by this thread SoccerGaming Forum Rules And Guidelines and make sure you read and understand our policies.

    Thank you!

My stadium studio - Pier Luigi Penzo Stadium

What would you prefer ?

  • Focus on best leagues stadiums

    Votes: 33 30.6%
  • Focus on best leagues stadiums (im willing to donate)

    Votes: 10 9.3%
  • Focus on missing lover leagues stadiums

    Votes: 32 29.6%
  • Focus on missing lover leagues stadiums (im willing to donate)

    Votes: 16 14.8%
  • Focus on historical stadiums

    Votes: 13 12.0%
  • Focus on historical stadiums (im willing to donate)

    Votes: 4 3.7%
  • Focus on converts to FIFA14

    Votes: 20 18.5%
  • Focus on converts to FIFA14 (im willing to donate)

    Votes: 4 3.7%

  • Total voters
    108
  • Poll closed .

Damko87

Club Supporter
They sell your and other creators' work as their modifications in packages, I saw stadium packages at ModdingWay
 

nikolapfc89

Youth Team
Its not big deal to learn. You adding text into any team .lua file and how you edit lua file that will be. In Documentation there are many explanations about many things, and yes, crowd is one of mine favorite stuff from RM.
You can assign thing for competition, or specific match like this: PAOK - Oly (Home fans whole stadium, 0 Oly fans, and all flags to be PAOK.
But sometimes doesnt work properly. In game, there are couple of them (away fans in red colors). i dont know why. Even on EA stadium same thing. I 0% away fans dont work for me.
 

daniel.ok

Reserve Team
mate, sorry for jumping in.

you can use crowds vertexes editing in blender for best results for crowds. you should always create empty seats instead of not creating the crowds at all.
of course it's far more time consuming but the result is way better
 

RavenFCB

Youth Team
So does anyone have example of lua script which will :
- Set my club crowd to 80%
- Set away club crowd to 50%
- set my club fancards

All above for a friendly match

???
 

nikolapfc89

Youth Team
Yes for crowd size.

setGameCrowdSize(hometeam,awayteam,homesize,awaysize) Sets the size of the crowd for a specific match. The acceptable values of homesize are 0 (0% capacity), 1 (17%), 2 (34%), 3 (50%), 4 (67%), 5 (83%) and 6 (100%). The acceptable values of awaysize are 0 (0% capacity), 1 (50%) and 2 (100%).

So if you put hometeam id example Lazio and away team id Juventus and set for Lazio 3, and for Juve 2, that match will have on stadium 50% Lazio fans (50%empty seats) and 100% in Juve away sector.
This is not perfect on custom/fans made stadiums because of crowd, but still works. On EA models is great.

You should try, you need only Notepad++ and open team .lua file located in
your game folder\data\fifarna\lua\assignments\teams and for example team_1.lua is for Arsenal. That number is team ID. You just add new line and put that "statement" (this is statement - setGameCrowdSize(hometeam,awayteam,homesize,awaysize)) and set sizes. Here is documentation and explanation for all:

http://www.soccergaming.com/index.php?threads/revolution-mod-16.182654/

When you download files, you will get Documentation in pdf about everything you could do with your game. Its amaizing.


And also one more thing you would like to know sam as me :D if you use for example Juventus fans 50% on game against Lazio, fans will not be toghether (in kop) there will be all over away stadium sector. So every 2nd place will be empty. Thats how it works.
 

RavenFCB

Youth Team
Cesena stadion added
download on first post as usual

 
Last edited:

Fredhoer

Youth Team
To set an average attendence for a league or a tournament, you must go to Fifa16/data/fifarna/lua/assignements and open the general.lua file
and then write or modify lines like in these exemples :

setTournamentCrowdSize(232,6,2) --Uefa supercup
setTournamentCrowdSize(16,5,2) --France Ligue 1 (1)

where first number is the tournament/league asset id, second the home fans and last away fans (here 232 is uefa supercup, 6 for full capacity, 2 full away block).

As Nikolapfc said home fans values go from 0 to 6 and away values from 0 to 2.

You can do this with any league or tournament, i even do it with pre season tournaments, all you have to know is the asset id.

You can also set the attendence for your particular team vs another team. For exemple if you have a big derby you can set it to (X,6,2) for a full stadium and for a game vs an average or weak team you can write another line with for ex ((X, 4,1) for a less full stadium.

For this you must go to Fifa16/data/fifarna/lua/assignements/teams and there open or create the team_X.lua file for your team where X is the id of your team. Then in that file you can again write a line like this:

setTournamentGameCrowdSize(71,73,16,6,2)

here i set FC Nantes (71) when playing vs PSG (73) in french ligue 1 (16) home crowd must be full 6 and away block also (2)

You can do this with any team vs any team of a league and even in cup games, i find this very cool and its a shame EA doesn't use it.

Here is my team.lua file for Nantes so you can see there is a lot of possibilites: http://www56.zippyshare.com/v/J7xDxRmA/file.html

But as i said, the repartition of the crowd in the stands doesn't look as realistic as the one you did edit in blender.
 


Top