This is battlefield 5 ( script is what i need ) ASAP

Chinese Standalone Mod für Sudden Strike Resource War.
Antworten
Mare
Schütze
Schütze
Beiträge: 32
Registriert: 30.09.2011, 09:33

This is battlefield 5 ( script is what i need ) ASAP

Beitrag von Mare »

Hi all , ANy1 have script for this is battlefield 5 mission.
I cant find it anywhere , and i dont know how to extract script from mission.
Plz help.



Kind regards , MArko
Dateianhänge
This is The Battlefield 5 (Final Version).rar
(828 KiB) 48-mal heruntergeladen
Mare
Schütze
Schütze
Beiträge: 32
Registriert: 30.09.2011, 09:33

Re: This is battlefield 5 ( script is what i need ) ASAP

Beitrag von Mare »

Any1 manage to extract the script ?


Kind regards , Marko
Benutzeravatar
badger lowe
Fähnrich
Fähnrich
Beiträge: 357
Registriert: 20.04.2020, 15:06
Wohnort: Kingdom of Mercia
Kontaktdaten:

Re: This is battlefield 5 ( script is what i need ) ASAP

Beitrag von badger lowe »

Mare hat geschrieben: 27.05.2026, 00:24 Any1 manage to extract the script ?


Kind regards , Marko
I think that you can extract the map, but script I am not sure I will ask our mappers
Never was so much owed by so many to so few
Mare
Schütze
Schütze
Beiträge: 32
Registriert: 30.09.2011, 09:33

Re: This is battlefield 5 ( script is what i need ) ASAP

Beitrag von Mare »

badger lowe hat geschrieben: 03.06.2026, 17:04
Mare hat geschrieben: 27.05.2026, 00:24 Any1 manage to extract the script ?


Kind regards , Marko
I think that you can extract the map, but script I am not sure I will ask our mappers
I did extract the map , but the script no .
PS Ty for info and efort :)
Benutzeravatar
badger lowe
Fähnrich
Fähnrich
Beiträge: 357
Registriert: 20.04.2020, 15:06
Wohnort: Kingdom of Mercia
Kontaktdaten:

Re: This is battlefield 5 ( script is what i need ) ASAP

Beitrag von badger lowe »

Look here on this thread, viewtopic.php?t=8320
If not there is also a thread dedicated to modding tools perhaps there is one there that can extract scripts.

Maybe this is how to do it, not long ago we had a person in our discord who translated missions from Russian into English for Modern Warfare mod, I am going to ask around and find out because this is ideal for everyone I am pretty sure that the script is obtained to translate it maybe @Gareth can help us.
Never was so much owed by so many to so few
Mare
Schütze
Schütze
Beiträge: 32
Registriert: 30.09.2011, 09:33

Re: This is battlefield 5 ( script is what i need ) ASAP

Beitrag von Mare »

Mare hat geschrieben: 03.06.2026, 17:14
badger lowe hat geschrieben: 03.06.2026, 17:04
Mare hat geschrieben: 27.05.2026, 00:24 Any1 manage to extract the script ?


Kind regards , Marko
I think that you can extract the map, but script I am not sure I will ask our mappers
I did extract the map , but the script no .
PS Ty for info and efort :)
Btw script is a masterpiece but it has 1 mistake. When you upgrade 3-rd factory you shoud produce 88mm AA gun . Instead it produce suport car AND you need AA because enemy planes is cuting you down just like that .
Benutzeravatar
Gareth
Leutnant
Leutnant
Beiträge: 532
Registriert: 31.07.2006, 01:40
Wohnort: nicht mehr Dortmund
Kontaktdaten:

Re: This is battlefield 5 ( script is what i need ) ASAP

Beitrag von Gareth »

maybe @Gareth can help us.
Would really like to help but I have no experience with extracting scripts from missions. RWG team can do that I think but Zarathustra said that it is a long and tedious process. And as long as there is no tool it really will be.
If you want to have a look for yourself you can extract the ssm file using 7Zip. Then open the extracted file in a hex editor. Search for the string I-SCRIPTS. There the section with scripts begins afaik. The scripts are not in readable form though but coded and at least I have not yet found time to systematically try to decipher the code.
Translation however can be done. Search for I-PHRASE2. That string is followed by mission text. You can replace this text with the translation. I can't remember at the moment if it is possible to insert additional text (if the translation is longer than the original) or if the file size must stay the same.
Free Ukraine from russian aggression!
Mare
Schütze
Schütze
Beiträge: 32
Registriert: 30.09.2011, 09:33

Re: This is battlefield 5 ( script is what i need ) ASAP

Beitrag von Mare »

Gareth hat geschrieben: 04.06.2026, 06:24
maybe @Gareth can help us.
Would really like to help but I have no experience with extracting scripts from missions. RWG team can do that I think but Zarathustra said that it is a long and tedious process. And as long as there is no tool it really will be.
If you want to have a look for yourself you can extract the ssm file using 7Zip. Then open the extracted file in a hex editor. Search for the string I-SCRIPTS. There the section with scripts begins afaik. The scripts are not in readable form though but coded and at least I have not yet found time to systematically try to decipher the code.
Translation however can be done. Search for I-PHRASE2. That string is followed by mission text. You can replace this text with the translation. I can't remember at the moment if it is possible to insert additional text (if the translation is longer than the original) or if the file size must stay the same.
I found I-PHRASE2 , idid chage something , but i didnt found I - Scripts. Btw alot of things are scripted .
TY ALL for help
Mare
Schütze
Schütze
Beiträge: 32
Registriert: 30.09.2011, 09:33

Re: This is battlefield 5 ( script is what i need ) ASAP

Beitrag von Mare »

Mare hat geschrieben: 04.06.2026, 17:20
Gareth hat geschrieben: 04.06.2026, 06:24
maybe @Gareth can help us.
Would really like to help but I have no experience with extracting scripts from missions. RWG team can do that I think but Zarathustra said that it is a long and tedious process. And as long as there is no tool it really will be.
If you want to have a look for yourself you can extract the ssm file using 7Zip. Then open the extracted file in a hex editor. Search for the string I-SCRIPTS. There the section with scripts begins afaik. The scripts are not in readable form though but coded and at least I have not yet found time to systematically try to decipher the code.
Translation however can be done. Search for I-PHRASE2. That string is followed by mission text. You can replace this text with the translation. I can't remember at the moment if it is possible to insert additional text (if the translation is longer than the original) or if the file size must stay the same.
I found I-PHRASE2 , idid chage something , but i didnt found I - Scripts. Btw alot of things are scripted .
TY ALL for help
Main problem is map and mission is 12 yo , and i cant contact the map and mission maker .
Benutzeravatar
Gareth
Leutnant
Leutnant
Beiträge: 532
Registriert: 31.07.2006, 01:40
Wohnort: nicht mehr Dortmund
Kontaktdaten:

Re: This is battlefield 5 ( script is what i need ) ASAP

Beitrag von Gareth »

Mare hat geschrieben: 04.06.2026, 17:20 I found I-PHRASE2 , idid chage something , but i didnt found I - Scripts. Btw alot of things are scripted .
TY ALL for help
I should have used the ssm file you provided. Will have a closer look over the weekend.
Free Ukraine from russian aggression!
Mare
Schütze
Schütze
Beiträge: 32
Registriert: 30.09.2011, 09:33

Re: This is battlefield 5 ( script is what i need ) ASAP

Beitrag von Mare »

Gareth hat geschrieben: 05.06.2026, 13:15
Mare hat geschrieben: 04.06.2026, 17:20 I found I-PHRASE2 , idid chage something , but i didnt found I - Scripts. Btw alot of things are scripted .
TY ALL for help
I should have used the ssm file you provided. Will have a closer look over the weekend.
Great , i will try some thing with map converter. Something like this

text[Liberation]
version = 1.0
folder = c:\Games\Sudden_Strike\Liberation\
maps = Maps
edit3 = Editor\Editor.exe
Antworten

Zurück zu „Liberation Mod (SS RW)“