Our site is generously sponsored by:

The best landscaping service Austin and lawn service company in Austin Texas and Cedar Park is Lawn Service Cedar Park.

Lawn Care Service of Cedar Park
100 E Whitestone Blvd
Ste 148, #166
Cedar Park, TX 78613
(512) 595-0884

The best landscaping service leander and lawn service provider in Leander TX is Leander Landscaping Pros.

Leander Lawn and Landscaping Pros
1800 Montana Ct
Leander, TX 78641
USA
(512) 468-2670
Please give them a visit!
  • This is a reminder of 3 IMPORTANT RULES:

    1- This is an English forum. Please post only in English.

    2- This is NOT a commercial or advertising forum. All content must be shared for FREE.

    3- No invites or links to Discord, Telegram, WhatsApp, or similar platforms.

    Please take a moment to review our forum rules and guidelines here: SoccerGaming Rules and Guidelines.

    Thank you!

  • This is a quick notice about an upcoming SITE UPDATE:

    Our new main website will be launching soon. During this transition, there may be brief periods of downtime.

    The SoccerGaming forums will remain accessible directly at:

    https://soccergaming.com/forums

    We appreciate your patience and support as we work on improving the platform for everyone.

    Thank you!

Anthems and Soundtrack Import Discussion

The workaround works way past 240, I think you would be looking somewhere in the 1000s. I know it was mentioned there aren't this many countries, but it means that we should be able to apply it to the other sound files to increase the amount of songs/chants/etc
 
Essentially when you create a new chunk you need to export and open the hex, paste in another song. Make a note of the offset and the chunk length. Import the updated chunk back into Fifa Editor, then add new rows to reference it in Data set mode
ok. Is there any tool to open and edit chunks ?
 
ok. Is there any tool to open and edit chunks ?
I use HxD. What you want to do is go to chunks in the data set mode. Find the chunk id you want to add to and copy the chunkid. Go to tools->res/chunk explorer, search for the chunk and export it. You can then open it in HxD. The offset of each song is the position of 0C within 48 00 00 0C.

What I did to get the hex of the songs was import them 10 or so at a time into an empty project, then find go to chunks and export the chunk that it created. I could then copy it and paste it into the existing chunk.

Sorry if this is hard to follow, its quite complicated and took me a while to figure it out. I can write up a detailed tutorial when I have time
 
Hi guys. I hope someone could help me with this. I've been able, so far, to import successfully chants for 13 teams and now I have 59 new chants in the game, and everything is working like a charm. But since this point I have an unexpected problem. At his moment I am adding the 273 to 275 segments for the 14th team, but every time I try the new chants in the game, FIFA crashes or the comments audio mutes. Anyone ever happened something similar?, Is there a limit to add chants? Does anyone have a suggestion?
Thanks in advance
1668746926751.png
 
Hi guys. I hope someone could help me with this. I've been able, so far, to import successfully chants for 13 teams and now I have 59 new chants in the game, and everything is working like a charm. But since this point I have an unexpected problem. At his moment I am adding the 273 to 275 segments for the 14th team, but every time I try the new chants in the game, FIFA crashes or the comments audio mutes. Anyone ever happened something similar?, Is there a limit to add chants? Does anyone have a suggestion?
Thanks in advanceView attachment 111469
the limit is 64 chunks after which all the sounds break
 
Thanks man. Is there any other way to add more chants or its time to replace some other team's audio?
https://dailybeef-fifa.s3.eu-west-2.amazonaws.com/tutorials/Adding+new+chants.pdf

Please find the tutorial above. Let me know if any of it is difficult to understand and hopefully I can help you out and update it to make it easier.

It takes a while to get your head around what is happening.

Before you start you will need a hex editor such as HxD

Good luck!
 
https://dailybeef-fifa.s3.eu-west-2.amazonaws.com/tutorials/Adding+new+chants.pdf

Please find the tutorial above. Let me know if any of it is difficult to understand and hopefully I can help you out and update it to make it easier.

It takes a while to get your head around what is happening.

Before you start you will need a hex editor such as HxD

Good luck!
thanks for the tutorial. Sorry for diverting but what issue you found in tournaments in FET 1.1.3 ?
 
thanks for the tutorial. Sorry for diverting but what issue you found in tournaments in FET 1.1.3 ?
I have a few mods I have created. When I launch the game in 1.1.3 and go to create tournament mode the game crashes. If I open the same mod in 1.1.2 and launch it I don’t have this problem. Someone else on here had the same issue, no idea what is causing it
 
https://dailybeef-fifa.s3.eu-west-2.amazonaws.com/tutorials/Adding+new+chants.pdf

Please find the tutorial above. Let me know if any of it is difficult to understand and hopefully I can help you out and update it to make it easier.

It takes a while to get your head around what is happening.

Before you start you will need a hex editor such as HxD

Good luck!
Hi bro. I am starting to get the idea. But it's a little bit complicated to get the noted values to include in the Hex code. I mean, it's difficult not to mess things up just with notepad. Then I suggest using an Excel table like this. Just to focus. Untill we get progress

The start of each sound uses the Hex 48 00 00 0C.ChunkIDThe very end of the offset (Length)DurationChunkSizeFinal Offset on 0C position (Hex)NewSoundOffsetSegmentIndexVariationID (use 7300 for the first
sound, then just add 80 to each new sound)
MainChunk (first Imported Sound)6d2fd817-5aae-48ce-bcc1-6a44cdc66b231DBFB060,1338819496161DBFB319496195227300
New Added Sound (Second imported sound)ff331f8f-4f32-45c2-afe0-99c3d1ee9a1f69,668562259860
 

Attachments

  • Adding New Chunks table.zip
    7.9 KB · Views: 260
Hi bro. I am starting to get the idea. But it's a little bit complicated to get the noted values to include in the Hex code. I mean, it's difficult not to mess things up just with notepad. Then I suggest using an Excel table like this. Just to focus. Untill we get progress

The start of each sound uses the Hex 48 00 00 0C.ChunkIDThe very end of the offset (Length)DurationChunkSizeFinal Offset on 0C position (Hex)NewSoundOffsetSegmentIndexVariationID (use 7300 for the first
sound, then just add 80 to each new sound)
MainChunk (first Imported Sound)6d2fd817-5aae-48ce-bcc1-6a44cdc66b231DBFB060,1338819496161DBFB319496195227300
New Added Sound (Second imported sound)ff331f8f-4f32-45c2-afe0-99c3d1ee9a1f69,668562259860
Whatever is easiest for you.

Hex is very hard, people do degrees in this kind of thing so don't try to get too bogged down with it. I can only explain it in my own head through years and years of using it
 
If I get time I might try and make you guys a tool to make it easier? I don't have any free time until the end of the month though
Of course bro. Your tutorial is extremely useful. The entire area is a complicated matter
 
Hi there, I’m hereby to ask about on how to inserting League Anthem. I do put correctly of the team ID but still it doesn’t appear. Does this chant method similar with inserting league anthem? I hope someone can help and answer. I’ve been worked this out for 2 and half months now
 
Hi, i’ve been looking on how to change the walk out anthem for my custom team in career mode. Any idea on how to do it? I’ve read the thread but no one mention career mode
 
Back
Top