Recent posts
#31
Star Wars Battlefront (2004 Original) / Re: GOG protecting battlefront...
Last post by Luna - May 12, 2025, 03:49:16 AMWoot! This is good news. I do hope they keep this up, it'll be great to have them be continuously playable and easy to launch in the future! GOG is great!
#32
SWBF2 Modding / Re: How i can edit stock weapo...
Last post by Anyder - May 06, 2025, 08:35:46 AMHello,
This should be of help - https://sites.google.com/site/swbf2modtoolsdocumentation/getting-started?authuser=0 &
https://sites.google.com/site/swbf2modtoolsdocumentation/odf_guide?authuser=0
Make sure to have the modding tools downloaded, and once you've read the guides above, check this: https://www.swbfgamers.com/index.php?topic=3040.msg32115#msg32115
Despite being a class from scratch it does explain how to add/change weapons
This should be of help - https://sites.google.com/site/swbf2modtoolsdocumentation/getting-started?authuser=0 &
https://sites.google.com/site/swbf2modtoolsdocumentation/odf_guide?authuser=0
Make sure to have the modding tools downloaded, and once you've read the guides above, check this: https://www.swbfgamers.com/index.php?topic=3040.msg32115#msg32115
Despite being a class from scratch it does explain how to add/change weapons
#33
SWBF2 Modding / How i can edit stock weapons ?...
Last post by Zak15151616 - May 05, 2025, 09:13:51 AMSoo i really want to change weapons for stock sides . i mean by that like lets say : All rebel soldiers will have Rocket launcher ?
#34
Requests / Can i have triton squad from t...
Last post by Zak15151616 - May 05, 2025, 09:08:47 AMSoo i really like triton squad TFU ps2/wii/psp version of the game ! can someone make it ?
#35
SWBF1 Modding / Re: Error When Munging Battleb...
Last post by {AR}MetalKiller - May 03, 2025, 10:54:00 PMIt's probably a win 11 problem. Last idea I have would be to run the cmd in compatability mode
#36
SWBF1 Modding / Re: Error When Munging Battleb...
Last post by Kit Fisto - May 02, 2025, 08:54:13 AMThat's what it spat out at the end after I attempted to run the command, not sure why. I also get an access is denied even though I run command prompt as an administrator.
Here's a screenshot attached of what I see.
Here's a screenshot attached of what I see.
#37
SWBF1 Modding / Re: Error When Munging Battleb...
Last post by Led - May 01, 2025, 05:59:12 PMQuote from: Kit Fisto on May 01, 2025, 08:53:13 AMAh got it. Well now I get a different error saying "This app can't run on your PC." I tried running command prompt as an administrator but same result.
I wonder if my PC is just new enough that it can't run this app anymore?Code SelectC:\missions>Quote
'Quote' is not recognized as an internal or external command,
operable program or batch file.
You have tried to run the command called "quote" which is not a command.
#38
SWBF1 Modding / Re: Error When Munging Battleb...
Last post by Kit Fisto - May 01, 2025, 08:53:13 AMAh got it. Well now I get a different error saying "This app can't run on your PC." I tried running command prompt as an administrator but same result.
I wonder if my PC is just new enough that it can't run this app anymore?
I wonder if my PC is just new enough that it can't run this app anymore?
Code Select
C:\missions>Quote
'Quote' is not recognized as an internal or external command,
operable program or batch file.
#39
SWBF1 Modding / Re: Error When Munging Battleb...
Last post by {AR}MetalKiller - April 30, 2025, 11:17:31 PM... /bin is supposed to be a placeholder to the bin folder.
Just cd into the bin folder and then run the command.
Just cd into the bin folder and then run the command.
#40
SWBF1 Modding / Re: Error When Munging Battleb...
Last post by Kit Fisto - April 30, 2025, 03:37:53 PMOk I tried running the code from within the folder with both Command Prompt and Windows Power Shell, I got these errors.
I've also attached a screenshot of my folder. The test file was from me testing that I could write to the folder.
Command Prompt
Power Shell
I've also attached a screenshot of my folder. The test file was from me testing that I could write to the folder.
Command Prompt
Code Select
C:\missions>...\bin>ScriptMunge.exe -inputfile ..\scripts\BES\bes1a.lua -outputdir
'...\bin' is not recognized as an internal or external command,
operable program or batch file.
Power Shell
Code Select
PS C:\missions> ...\bin>ScriptMunge.exe -inputfile ..\scripts\BES\bes1a.lua -outputdir .
...\bin>ScriptMunge.exe : The term '...\bin>ScriptMunge.exe' is not recognized as the name of a cmdlet, function,
script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is
correct and try again.
At line:1 char:1
+ ...\bin>ScriptMunge.exe -inputfile ..\scripts\BES\bes1a.lua -outputdi ...
+ ~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (...\bin>ScriptMunge.exe:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException