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

.:: Revolution Mod 13 ::.

regularcat

Manager
Moderator
pao4ever;3313710 said:
No yet man, but it's not a big deal. I already added the missing Brasileirao kits(

so have i plus the international kits, just need serie bwin & ekstraklasa.
 

matteoz

Youth Team
It crashes to the desktop on mine too if I use all the edited player faces that I have. If I use less lines on players.lua it works fine. Same for adboards.
 

scouser09

Senior Squad
About crashing in files with alot of code, I am not sure if there is a file size limit, or execution of the scripts overloads the game. For example, with player.lua, all assignments are read for all 22 players plus match officals. I also suspect that the script is ran at least twice, so all player.lua assignments may be read in 50 times for each match.

I plan to look into the problem.


knyfel;3313601 said:
it's not working, still the same, i replace this line, i think this adboards are from stadiums.rx3

I inspected the lua file and I think there are some new adboard files which where not present in FIFA 12.

data/sceneassets/genericad/genericad_x.rx3 (x=adboard ID)

Try adding the above file for your new adboard ID. I can not test myself as I only have the demo.


BlackEmperor;3313873 said:
Could you possibly tell me where to find it in the database? I'm using DB Master 12. I don't seem to find anything related to font size in the "teamkits" part.

You mean case rather than size? The field is jerseybacknamefontcase.
 

honda66

Club Supporter
Command lines

honda66;3313987 said:
I´ve tested with my stadium.lua with 650 adboard command lines. Crash to desktop.

Test with 20 adboard command lines. OK. I`ll look when it will crash the next time.

Now i have tested with 537 adboard command lines and it will work. I have only excluded the K-League Korea, Saudi-League, National-Teams, The Rest of the world.
 

BlackEmperor

Youth Team
scouser09;3314256 said:
You mean case rather than size? The field is jerseybacknamefontcase.

Whops, yes, I meant font case. Didn't find it because I looked for size... no idea why, haha. Anyway, I found it, thank you!
 

scouser09

Senior Squad
I have given some thought to the limitation problem and I think I can optimize the code. This will not stop limits, just allow you to add more statements before the limit it reached. This may take a while to complete.

I would also like to propose a change with generic adboard preassignments. In RM12 all teams where preassigned the same adboard ID as in the database. For RM13 I would like to give each league a unique generic adboard. These assignments would typically match the database assignments, but leagues which share generic adboards would be given new IDs. For example, K-League and MLS will no longer share ID 1 with international teams. New IDs will be lower than ID 40. This will not effect your custom assignments.


kimonos;3314259 said:
any progress about boot problems?

This has been fixed.


Wolverine;3314529 said:
Is there a code for stadium_container files? Cant find it in manual. If not, could you make one, scouser?

Does assignTournamentStadTex do what you want?
 

PaulFCB

Reserve Team
Could it be that there's just a maximum amount of commands to type in the lua files? I assigned all of the faces I got from FIFA 12 but the game crashes at the arena. As soon as I reduce the size it works again :/ I allready checked whether it's the fault of one specific command but it's not :( Only possible solution I could figure out that I used to many commands :/

Edit: Damned, I should have checked the posts before :S Seems like I'm not the only one having this problem. If it helps, I can use exactly 407 commands until the game crashes! (I assigned faces and tattoos)
 

regularcat

Manager
Moderator
PaulFCB;3314673 said:
Could it be that there's just a maximum amount of commands to type in the lua files? I assigned all of the faces I got from FIFA 12 but the game crashes at the arena. As soon as I reduce the size it works again :/ I allready checked whether it's the fault of one specific command but it's not :( Only possible solution I could figure out that I used to many commands :/

Edit: Damned, I should have checked the posts before :S Seems like I'm not the only one having this problem. If it helps, I can use exactly 407 commands until the game crashes! (I assigned faces and tattoos)

only thing to do for the community is put all your codes back & remove 1 at a time until it lets you play giving us the maximum number we can add.
 

PaulFCB

Reserve Team
regularcat;3314679 said:
only thing to do for the community is put all your codes back & remove 1 at a time until it lets you play giving us the maximum number we can add.
yes thats what I did and its exactly 407 assignments I can do :)
 

DrDoooMuk

Reserve Team
scouser09;3314256 said:
I inspected the lua file and I think there are some new adboard files which where not present in FIFA 12.

data/sceneassets/genericad/genericad_x.rx3 (x=adboard ID)

Try adding the above file for your new adboard ID. I can not test myself as I only have the demo.

Hi Scouser09, i just banged up a replacement for the generic adboard you quoted. I think they are for the roofs of some stadiums, where as pointed out, are currently just blue and green squares ( no texture assigned ) as previously stated. Would it be at all possible for you to tweak revolution mod to be able to assign a normal adboard and a generic adboard to 1 stadium? Great work and Best Regards mate !
 

smallwonder

Club Supporter
I'm having this issue when I try to set the path for the regenerator can anyone please give me some advice on how to fix this issue. If this is the wrong thread for this kind of question I apologize.

"Exe file not found in the given path
IF the game is actually installed on this system, you have to search main folder again."
The thing is the regenerator for fifa 12 never gave me this issue
Many thanks in advance mates
 

scouser09

Senior Squad
PaulFCB;3314673 said:
Could it be that there's just a maximum amount of commands to type in the lua files? I assigned all of the faces I got from FIFA 12 but the game crashes at the arena. As soon as I reduce the size it works again :/ I allready checked whether it's the fault of one specific command but it's not :( Only possible solution I could figure out that I used to many commands :/

Edit: Damned, I should have checked the posts before :S Seems like I'm not the only one having this problem. If it helps, I can use exactly 407 commands until the game crashes! (I assigned faces and tattoos)

Since you figured out your limit, would you be interested in testing a new version of player.lua which may increase the limit? I think the limitations may vary depending on the statements used and possibly how powerfull the users pc is. Otherwise I would need to find the limit on my verison to compare to the new version.


DrDoooMuk;3314698 said:
Hi Scouser09, i just banged up a replacement for the generic adboard you quoted. I think they are for the roofs of some stadiums, where as pointed out, are currently just blue and green squares ( no texture assigned ) as previously stated. Would it be at all possible for you to tweak revolution mod to be able to assign a normal adboard and a generic adboard to 1 stadium? Great work and Best Regards mate !

The way it works is for each adboard ID there is a normal adboard and a generic adboard. Ideally, new adboard sets added will have both, but most users will not bother with the generic adboard if the team does not use a stadium which uses the generic adboard. However, I have found a way to get the game to use a default generic adboard (eg genericad_1.rx3) if the generic adboard is missing for the new adboard ID.


ledatcr2;3315079 said:
Did anybody can assign adboard Tournament ? I miss texture of stadium !

Do you mean the stadium disappears when you assign an adboard to a tournament?


smallwonder;3315097 said:
I'm having this issue when I try to set the path for the regenerator can anyone please give me some advice on how to fix this issue. If this is the wrong thread for this kind of question I apologize.

"Exe file not found in the given path
IF the game is actually installed on this system, you have to search main folder again."
The thing is the regenerator for fifa 12 never gave me this issue
Many thanks in advance mates

You should ask in the authors thread:
http://www.soccergaming.com/forums/showthread.php?t=175624
 

PaulFCB

Reserve Team
scouser09;3315218 said:
Since you figured out your limit, would you be interested in testing a new version of player.lua which may increase the limit? I think the limitations may vary depending on the statements used and possibly how powerfull the users pc is. Otherwise I would need to find the limit on my verison to compare to the new version.
Sure I would; just tell me what I have to do :) For the 407 assignments I did, I used about 190 skin tones and the rest was faces, if that may help :D
 


Top