• 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 12 ::.

The Danish

Reserve Team
Mdjim;3279485 said:
Oh it is simple. You use setArenaModeBall(1)
This code make all matches played with the ball with id 1.

Well, yes... in all arena mode matches, but the

useGlobalBall(57)-- Nike Maxim

is also a problem, which make ball with id 57 (Nike Maxim) the default ball for all matches. This statement should be deleted, maybe including the

setArenaModeBall(1)

statement and then it should work :)
 

The Danish

Reserve Team
I would just like to see if I have understood the assignGameKit command:

assignGameKit(teamid,hometeamid,awayteamid,kittype,newkittype)

Here's an example as I understand it:
assignGameKit(820,269,820,2,12)

Which should mean (in my opinion) that I change the Aalborg BK (team id 820) keeper kit from kit_820_2_0 to kit_820_12_0 when playing away games against Brøndby IF (team id 269).

Is this correct?

EDIT: And NOW I find the example in the manual... Sorry for not having read it carefully enough the first time around... but hey... looks like I've understood it correctly ;)
 

ultragroudon

Club Supporter
Yep, I removed that, but the default ball is STILL being shown in the matches, as in, the ball that is preselected by EA in the game is being shown, and the mod is having no effect at all on the game (only for the ball, the players faces and the other stuff all work.)
 

Mdjim

Youth Team
The Danish;3279511 said:
Well, yes... in all arena mode matches, but the

useGlobalBall(57)-- Nike Maxim

is also a problem, which make ball with id 57 (Nike Maxim) the default ball for all matches. This statement should be deleted, maybe including the

setArenaModeBall(1)

statement and then it should work :)

Oups I copy/pasted the wrong line. I evidently talked about useGlobalBall code.

@ultragrougon Try starting again with original ball.lua and add your code lines one by one. Try only the CL ball and play a CL match in career mode.
 

Mdjim

Youth Team
ledatcr2;3279515 said:
anyone can help ?
I use v.3 - I play Carrer Manager League 1. and Referee error kits ?
Thank

--REF KITS
if (db.player[idx].kitType == 5) then

initRefKits()

if (db.player[idx].kit > 6010) then
db.player[idx].kit = db.player[idx].kit - 1 to db.player[idx].kit = db.player[idx].kit - 100
 

ledatcr

Club Supporter
Mdjim;3279881 said:
--REF KITS
if (db.player[idx].kitType == 5) then

initRefKits()

if (db.player[idx].kit > 6010) then
db.player[idx].kit = db.player[idx].kit - 1 to db.player[idx].kit = db.player[idx].kit - 100

whatmean ? I try !
 

V.K

Starting XI
Enjoy your holidays, Scouser!

And here are some suggestions:

1)assignJerseyName
(for instance, Kun Aguero by default, but now just Aguero)

2)assignTeamStadium

3)assignTournamentFinalStadium
(would give a possibility to play CL Wembley Final and so on)

4)setCrowdSize for a certian team
 

Mdjim

Youth Team
Does the tournament id -1 (exhibition mode) work for snow ball too? It seems not working for me.

Code:
assignTournamentBallSnow(-1,35)		--Exhibition
 

scouser09

Senior Squad
I'm back. Please remember that I do not currently plan to release another version for FIFA 12, I do plan to adapt the mod to FIFA 13 as soon as possible.

Lagoa;3278204 said:
Scouser,

First, thanks for the update!

Look here:

setWinterAccessoriesWeather(weather,option) Set which weather winter accessories will appear in. Weather can be dry (0), wet (1) or snowy (2). Option can be not used (0) or used (1).

I try to use SNOW acessories for all players in all games....the code is:

setWinterAccessoriesWeather(2,1)??

Its possible put players (not goal keeper) with gloves?

Not in the latest version, it might be possible though.


Mighty Mouse;3278547 said:
Again nice work.
Is it possible ,maybe for future version to add a stadium to team as option.
What do you think?

V.K;3281753 said:
Enjoy your holidays, Scouser!

And here are some suggestions:

1)assignJerseyName
(for instance, Kun Aguero by default, but now just Aguero)

2)assignTeamStadium

3)assignTournamentFinalStadium
(would give a possibility to play CL Wembley Final and so on)

4)setCrowdSize for a certian team

There is no variable for jersey name in the lua files. I have already tried to assign stadiums to teams, it works for the stadium structure but not the crowd positions. I tried to set the crowd size for teams, but for an unknown reason it would not work. It may already be possible to assign stadiums to finals in the tournament files, I have no expertise in that area.


Mdjim;3288864 said:
Does the tournament id -1 (exhibition mode) work for snow ball too? It seems not working for me.

Code:
assignTournamentBallSnow(-1,35)		--Exhibition

I investigated and there is a bug. Replace the following line in ball.lua

elseif ((weatherID == 2) and (tournamentBalls[tourn] ~= nil)) then

with

elseif ((weatherID == 2) and (tournamentBallsSnow[tourn] ~= nil)) then


John Frusciante;3288915 said:
Hi! I've got a question; if I want to add faces, where do I place the .rx3 files and textures? Thanks in advance!!!

Different files go in different folders. PNG textures must be imported.
 

Outsider 87

Starting XI
Hey mate (scouser), if you want I can build a program to make users easy use your scripts without having to write code directly...

Contact me via PM if you are interested :)
 

V.K

Starting XI
Thanks for the reply, Scouser. Looking forward to se this wonderful tool in FIFA13.

Also a great idea by Outsider - a program generating the codes by itself
 

bebexbringaz

Club Supporter
hey scouser, if i want to update list of team in the league (like promotion and relegation) what files must i change and what lines?
 


Top