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

UM League Adboard Pack

Anto78

Youth Team
You will make a collection in the archives of the adboards "Cups national" and "international trophy" with "file LAU"?
 

uomomagnetico

Senior Squad
Coppa Italia Tim



http://uploaded.net/file/ydbvuiod

assignTournamentAdboard(210,210000)
 

uomomagnetico

Senior Squad
if someone reaches the limit of added lines in stadium.lua (with fifa crash) He have to create a new file "stadium2.lua" and add it to the assets.lua:

addExternalFile("stadium2.lua")

and restart to add lines in this second file.
 

Anto78

Youth Team
uomomagnetico;3417933 said:
if someone reaches the limit of added lines in stadium.lua (with fifa crash) He have to create a new file "stadium2.lua" and add it to the assets.lua:

addExternalFile("stadium2.lua")

and restart to add lines in this second file.

Ok, perfect!

In assent.lau you can add "addExternalFile" for other types of graphics (RX3)?

Right?
 

stopyra

Youth Team
I have moddinway's patch installed and I don't understand how I can add a new adboard.lua. If someone can explain me it will be very cool
 

Ylem

Youth Team
Please, please release a "Cup-Pack" with your cup adboards released these days or chose anothe site to upload.
The delay after downloading a few kb is horrible.
 

uomomagnetico

Senior Squad
Ylem;3418440 said:
Please, please release a "Cup-Pack" with your cup adboards released these days or chose anothe site to upload.
The delay after downloading a few kb is horrible.

when it will be finished...please wait!!
 

Ylem

Youth Team
Ok, of course I'll be waiting.
But for now..I had some time this morning and I went through all your Packs and insterted the assignments in my stadium.lua (even though I have an adboard.lua and some will be mentioned twice in different luas, maybe from Expansion pack, I don't know). After adding all, FIFA crashed and I did what you told.
First, I just copied my stadium.lua, named it stadium2 and added some assignments in it and I added this lua to the assets.lua in fifarna/lua/assets.
Regenerating and FIFA crashed again, so I deleted and added more assignemnts and FIFA crashed again.
I took a look in the adboard.lua and there were nothing but assignments, so I deleted in my stadium2.lua everything which is no assignment. Regenreating, FIFA crashed. Added more files, FIFA crashed.
 

uomomagnetico

Senior Squad
really I don't know why you have this problem...
in the second file (i.e. stadium2.lua) only assignements are required ...no other lines like functions definition or implementation....

in the assets lua file I have this code:

addExternalFile("stadium2.lua")

in the stadium2.lua file I have only this type of line:

assignTeamAdboard(246,246)

or

assignTournamentAdboard(218,3600)

for example ...no other type of code....

the number of added line in stadium.lua file in this moment in my case is:

267

the number of added line in stadium2.lua file in this moment in my case is:

325

without crashes!!

I hope you can solve your problem!!
 

Ylem

Youth Team
Hm,
I changed some assignments there and back again, and now it is working. Suspicious.
But thanks so far.
 

UltrasLazio1900

Youth Team
uomomagnetico;3418504 said:
really I don't know why you have this problem...
in the second file (i.e. stadium2.lua) only assignements are required ...no other lines like functions definition or implementation....

in the assets lua file I have this code:

addExternalFile("stadium2.lua")

in the stadium2.lua file I have only this type of line:

assignTeamAdboard(246,246)

or

assignTournamentAdboard(218,3600)

for example ...no other type of code....

the number of added line in stadium.lua file in this moment in my case is:

267

the number of added line in stadium2.lua file in this moment in my case is:

325

without crashes!!

I hope you can solve your problem!!

ciao uomomagnetico, una domanda: ma lo stesso procedimento per lo stadium.lua vale anche per il player.lua?
 


Top