• 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!

Adboard Revolution (teams CAN have unique adboards!)

Status
Not open for further replies.

scouser09

Senior Squad
I have found a small bug. This fix will allow special mode to work correctly if enabled (it will only show the special adboard ID at present, not the assigned ID in career mode league matches). Replace the line "if specialAdboardsEnabled == true) then" with "if ((db.stadium[idx].adboardID == 1) and specialAdboardsEnabled) then" This line is near the end of the file, originally line 464.


V.K;3176835 said:
one question - what are unused adboard IDs whic can be used for new adboards?

38 is the highest ID assigned in the database. I do not know if there is an upper limit.


Cesc Fabregas;3176895 said:
One question, how can I delete the preassignements, I only want them to use a specific ID if I

assign it in
Friendly mode. For non assigned teams I still want to use the default adboard ID 1 in Friendly mode. Possible?

Yes, you will need to make the following edits:
-Delete the line "initAdboardArray()", which was line 85 initially.
-Replace the line "return 1" with "return ad". This line is near the end of the file, initially line 466.


ledatcr2;3177222 said:
My problem :

1) I charge : specialAdboardsEnabled = true
specialAdboardsID = 1

2) assignAdboard(47,47) (ID Team : Milan, adboard : 47)
3) Save file stadium.lua
4) I go to CM12 and add texture for adboard for ID 47

but ingame Milan's adboard is still is defaut ID=9 ?

What's wrong ?

Did you regenerate after adding the mod? Have you imported the same texture to ID 1 as you imported to ID 9? Based on what you have told me, you should see ID 1 in all matches. If you apply the fix at the start of this post then you should see ID 47 in career mode league matches, ID 1 in all others.
 

nubolt

Youth Team
Cesc Fabregas;3177388 said:
...added all Premier League and Bundesliga adboards within 10 minutes.

you got all the 20 different EPL adboards or just one for all the teams?
 

Cesc Fabregas

Senior Squad
nubolt;3177504 said:
you got all the 20 different EPL adboards or just one for all the teams?
20 different EPL adboards but before you ask, this is nothing for release as I made them with great PES ads.
scouser09;3177468 said:
Yes, you will need to make the following edits:
-Delete the line "initAdboardArray()", which was line 85 initially.
-Replace the line "return 1" with "return ad". This line is near the end of the file, initially line 466.
Thanks for that :)
 

ledatcr2

Starting XI
Cesc Fabregas;3177388 said:
Special Adboards = true is not needed if you just want to change the adboard of Milan and make shure CM added it as adboard_47_0.rx3.
Working without CM is much easier and faster imo, added all Premier League and Bundesliga adboards within 10 minutes.

Thank Cesc, I solved problem.
once again, Thank to Scoucer09
 

sam_red devil

Starting XI
big step towards fifa12 modding..cheers.neways is there any method to have rotating adboards for the stadiums.im playing mm with lyon and stade gerland has old pattern adboards.
 

V.K

Starting XI
ok. here are some questions:
please answer one by one ;)

1 - what defines the choice of adboards in FUT? (solved - depends on the badge)

2 - is there a way to assing electronic adboards to a certian stadium? cause old adboards at Stamford Bridge look very weird

3 - let's say i want to play with CL adboards. so all teams have to use the same ID. what should I do if I already have a lot of adboards assigned?

4 - is there a way to assign "big electronic HD" adboards like the ones at BC Place Stadium to other stadiums? (see screenshot below)
 

scouser09

Senior Squad
aresMX;3177687 said:
you can do the same for balls? specific ball for cups

Yes, I included that in the release. Edit ball.lua .


V.K;3177748 said:
ok. here are some questions:
please answer one by one ;)

2 - is there a way to assing electronic adboards to a certian stadium? cause old adboards at Stamford Bridge look very weird

3 - let's say i want to play with CL adboards. so all teams have to use the same ID. what should I do if I already have a lot of adboards assigned?

4 - is there a way to assign "big electronic HD" adboards like the ones at BC Place Stadium to other stadiums? (see screenshot below)

2 - Not sure. This is probably defined by the stadium model, however there are some settings in stadium.lua which concern different adboard styles. I have tried to edit these but I have had no success so far.

3 - Use the special mode I included. When enabled, all teams will use the specified adboard in all matches which are not career mode league games.

4 - This is surely set in the stadium model.


sam_red devil;3177697 said:
big step towards fifa12 modding..cheers.neways is there any method to have rotating adboards for the stadiums.im playing mm with lyon and stade gerland has old pattern adboards.

See above.
 

razvanultra55

Reserve Team
great work scouser09 with this new modding stuff, but one question, if i may...
going on with this principle to be able to assign a specific adboard to a specific team (stadium),
can u tell me if it is possible to make this kind of modd to pop-ups/scoreboards?
(example: Milan vs Inter in Italy's Cup matches -> specific cup scoreboard & pop-ups if someone make them, and so on..)
 

scouser09

Senior Squad
razvanultra55;3180505 said:
great work scouser09 with this new modding stuff, but one question, if i may...
going on with this principle to be able to assign a specific adboard to a specific team (stadium),
can u tell me if it is possible to make this kind of modd to pop-ups/scoreboards?
(example: Milan vs Inter in Italy's Cup matches -> specific cup scoreboard & pop-ups if someone make them, and so on..)

If you can find some code in the .lua files related to scoreboards/popups, it might be possible to do something. I had a very quick look myself but did not find anything, let me know if you do.
 

zlatan87

Youth Team
Tried mod, but unsuccesfully:

I'm trying to insert custom adboard for juventus and i've edited stadium.lua.

In this point

--use "assignAdboard(teamID,adboardID)" eg assignAdboard(1,2) will assign team ID 1 (Arsenal) to adboard ID 2
assignAdboard(1,2)
assignAdboard(9,2)
assignAdboard(11,2)

i've added under assignAdboard(11,2) this line:

assignAdboard(45,45)

next i've created rx3 file and regenerated, but not work ingame, what i'm wrong??
 
Status
Not open for further replies.


Top