UnOfficial v1.3 Patch (r129 - Latest Version)
Moderator: Moderators
- Maveritchell
- Jedi Admin
- Posts: 7366
- Joined: Mon Aug 21, 2006 11:03 pm
Re: UnOfficial v1.3 Patch (r117 - Public Release)
I don't think there's a specific function for it, but you could use the "Code Console" function to input the "RemoveRegion("regionname") command for each landing region. Once you've removed all the landing regions, you can land anywhere.
- k'kruhk
- Second Lance Corporal
- Posts: 113
- Joined: Tue Aug 26, 2008 3:30 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: If I'm not here I'm somewhere else.
Re: UnOfficial v1.3 Patch (r117 - Public Release)
Just a quick question, what's the difference between this full release and the one that came with the Conversion Pack?
- [RDH]Zerted
- Gametoast Staff
- Posts: 2982
- Joined: Sun Feb 26, 2006 7:36 am
- Projects :: Bos Wars AI - a RTS game
- xbox live or psn: No gamertag set
- Location: USA
- Contact:
Re: UnOfficial v1.3 Patch (r117 - Public Release)
There are many new features from r83 to r117:
Edit: Hmm, even though their status says rejected they are on Filefront. However, the Full version is missing 18.4MB
At least the pictures are a nice touch. Thanks.
Lite - http://starwarsbattlefront.filefront.co ... atch;95405
Full - http://starwarsbattlefront.filefront.co ... atch;95418
- 500 mission limit warning
- Modders can get ingame player names
- Modders can get the current map's id
- Modders can create their own game modes and eras without needing to change the shell
- Added a few new FakeConsole commands (Jedi Jumps, Prevent/Allow Victory, the Control commands, spring energy usage, change server name)
- Added support for up to 11 custom Galactic Conquests (cGCs)
- Added support for up to 11 custom user scripts (you could even create a custom user script to support more user scripts and cGSs!)
- Minor bug fixes
- Minor string fixes
- Fixed/documented all known installation problems
Edit: Hmm, even though their status says rejected they are on Filefront. However, the Full version is missing 18.4MB
![runaway :runaway:](./images/smilies/runaway.gif)
Lite - http://starwarsbattlefront.filefront.co ... atch;95405
Full - http://starwarsbattlefront.filefront.co ... atch;95418
- Delta 47
- Jedi
- Posts: 1127
- Joined: Sun Dec 23, 2007 12:07 am
- xbox live or psn: Delta811
- Location: MI, USA
- Contact:
Re: UnOfficial v1.3 Patch (r117 - Final Release)
The files were never rejected, they've just been awaiting approval.
EDIT: If the Full version is damaged you could resend the file and we could replace it with the new one.
EDIT: If the Full version is damaged you could resend the file and we could replace it with the new one.
- SlyCoopersButt
- First Lance Corporal
- Posts: 121
- Joined: Thu Jul 19, 2007 6:57 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: United States:GA
- Contact:
Re: UnOfficial v1.3 Patch (r117 - Final Release)
I've looked into the space script assets and got the name of the two landing regions for space hoth but I had no luck with that command removing them. I did these, removeregion("all_hangar1") and removeregion("imp_hangar1").
-
- Jedi
- Posts: 1104
- Joined: Tue Jan 30, 2007 6:04 am
- Projects :: Inactive
- Location: Germany
Re: UnOfficial v1.3 Patch (r117 - Final Release)
Of course not. Those are the regions where you CAN land and not where you CAN'T land...SlyCoopersButt wrote:I've looked into the space script assets and got the name of the two landing regions for space hoth but I had no luck with that command removing them. I did these, removeregion("all_hangar1") and removeregion("imp_hangar1").
And I don't think you can land everywhere once all are removed.
Landing outside is impossible (I think). Atleast on the shipped maps.
I could still be wrong though.
- Maveritchell
- Jedi Admin
- Posts: 7366
- Joined: Mon Aug 21, 2006 11:03 pm
Re: UnOfficial v1.3 Patch (r117 - Public Release)
Fixed the issue with the full version (and your link). The reason for that issue and for the "rejection" confusion is because of the "server2server" upload that you tried to use. I don't know why we still have this, since it's a buggy process and in the end it's easier for us to download the file and upload it ourselves directly onto our FTP server - but we do have it as an option. So what that means is that when a file is submitted via server2server, you'll recieve a rejection notice because your upload is not used, the staff member has to upload it himself (and the rejection notice in the e-mail should have noted this; if it didn't, please let me know).[RDH]Zerted wrote: Edit: Hmm, even though their status says rejected they are on Filefront. However, the Full version is missing 18.4MBAt least the pictures are a nice touch. Thanks.
Lite - http://starwarsbattlefront.filefront.co ... atch;95405
Full - http://starwarsbattlefront.filefront.co ... atch;95418
-
- Jedi
- Posts: 1003
- Joined: Sun Mar 12, 2006 7:16 pm
- Projects :: Space - Boarding Action
- xbox live or psn: No gamertag set
Re: UnOfficial v1.3 Patch (r117 - Final Release)
From what documentation I've read, you can land anywhere so long as no landing regions are defined in the lua. Once a landing region is defined, you can only land at the landing region(s). Sly would have to ensure the AddLandingRegion stuff was removed/commented so the engine wouldn't read it. So, it's no wonder removing the regions themselves didn't work.Of course not. Those are the regions where you CAN land and not where you CAN'T land...
And I don't think you can land everywhere once all are removed.
Landing outside is impossible (I think). Atleast on the shipped maps.
I could still be wrong though.
Space Lua Guide wrote:If no landing region is defined, players will be able to land and then takeoff from anywhere in the map.
- [RDH]Zerted
- Gametoast Staff
- Posts: 2982
- Joined: Sun Feb 26, 2006 7:36 am
- Projects :: Bos Wars AI - a RTS game
- xbox live or psn: No gamertag set
- Location: USA
- Contact:
Re: UnOfficial v1.3 Patch (r117 - Final Release)
Oh stupid me, I forgot that landing regions where defined in the lua and not in ZE. It would be simple to create a user script that prevents landing regions from being added:I could have added that in as another menu option (the code has to run before the level loads so it can't be a FC command). Oh well.
Someone should test this online. Your game (if hosting) will have landing regions disabled, but the other player's won't. I don't know if that will only allow the host to land anywhere or the server will override the player's data and force him to land. I'm thinking anyone could land anywhere, but it would be choppy like the jet packs or speed changes.
As for Filefront, I was looking at the uploaded files status page not the email. Reading the email, it does say it was uploaded.
Code: Select all
AddLandingRegion = function(...) print("AddLandingRegion(): A landing region definition has been denied") end
Someone should test this online. Your game (if hosting) will have landing regions disabled, but the other player's won't. I don't know if that will only allow the host to land anywhere or the server will override the player's data and force him to land. I'm thinking anyone could land anywhere, but it would be choppy like the jet packs or speed changes.
As for Filefront, I was looking at the uploaded files status page not the email. Reading the email, it does say it was uploaded.
-
- Sith
- Posts: 1263
- Joined: Tue Jun 06, 2006 5:24 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Germany
- Contact:
Re: UnOfficial v1.3 Patch (r117 - Final Release)
I have had some Problems to install the Final Version.
After installing the Conversion Pack 2.0 with r83,i had an Folder called
v.1.3patch in
H:\Spiele\LucasArts\Star Wars Battlefront II\GameData
and in
H:\Spiele\LucasArts\Star Wars Battlefront II\GameData\data\_lvl_pc
the v1.3patch_strings.lvl.
i uninstalled the r83 and it looks like that the menu.bat backup`s the changed sides and lvl`s right.
Although the v1.3strings.lvl is deleted automatically from lvl PC Folder.
The v1.3patch Folder in Gamedata i needed to deleted manualy.
Then i created a Folder called AAA-v1.3patch in
H:\Spiele\LucasArts\Star Wars Battlefront II\GameData\addon
and extracted the r117.exe to this Place.
I went to open the r117 menu.bat.but i first needed to uninstall again ?!?!? (What i did before) and after that i installed it then with Option 1.
Actually there is no v1.3patch Folder located in the Gamedata Folder but eveything seems to work allright but something i did wrong.I think.
The r117 is the Full Version from your server not the one from Filefront.
Was it allright to delete the v1.3patch Folder from Gamedata?Or should this Folder stay at this Place?
![Sad :(](./images/smilies/icon_sad.gif)
After installing the Conversion Pack 2.0 with r83,i had an Folder called
v.1.3patch in
H:\Spiele\LucasArts\Star Wars Battlefront II\GameData
and in
H:\Spiele\LucasArts\Star Wars Battlefront II\GameData\data\_lvl_pc
the v1.3patch_strings.lvl.
i uninstalled the r83 and it looks like that the menu.bat backup`s the changed sides and lvl`s right.
Although the v1.3strings.lvl is deleted automatically from lvl PC Folder.
The v1.3patch Folder in Gamedata i needed to deleted manualy.
Then i created a Folder called AAA-v1.3patch in
H:\Spiele\LucasArts\Star Wars Battlefront II\GameData\addon
and extracted the r117.exe to this Place.
I went to open the r117 menu.bat.but i first needed to uninstall again ?!?!? (What i did before) and after that i installed it then with Option 1.
Actually there is no v1.3patch Folder located in the Gamedata Folder but eveything seems to work allright but something i did wrong.I think.
The r117 is the Full Version from your server not the one from Filefront.
Was it allright to delete the v1.3patch Folder from Gamedata?Or should this Folder stay at this Place?
- [RDH]Zerted
- Gametoast Staff
- Posts: 2982
- Joined: Sun Feb 26, 2006 7:36 am
- Projects :: Bos Wars AI - a RTS game
- xbox live or psn: No gamertag set
- Location: USA
- Contact:
Re: UnOfficial v1.3 Patch (r117 - Final Release)
You were right to delete everything from the old revisions. They won't harm anything if you leave them there, but they are a waste of space.
The r117 I first put on my server had the 'installed.txt' in its setting folder. This file is checked to see if it exists (which would mean the patch was installed). I quickly fixed that, but you must have downloaded it first. You didn't need to uninstall r117. You could have pressed 1 and it would have installed even though the menu option wasn't displayed. It was a bug in the file you downloaded, you did everything just fine
I moved as much as possible into the AAA-v1.3patch folder for r117. There should no longer be any v1.3patch folders anywhere else.
The r117 I first put on my server had the 'installed.txt' in its setting folder. This file is checked to see if it exists (which would mean the patch was installed). I quickly fixed that, but you must have downloaded it first. You didn't need to uninstall r117. You could have pressed 1 and it would have installed even though the menu option wasn't displayed. It was a bug in the file you downloaded, you did everything just fine
![thumbs_up :thumbs:](./images/smilies/thumbsup2.gif)
I moved as much as possible into the AAA-v1.3patch folder for r117. There should no longer be any v1.3patch folders anywhere else.
-
- Sith
- Posts: 1263
- Joined: Tue Jun 06, 2006 5:24 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Germany
- Contact:
Re: UnOfficial v1.3 Patch (r117 - Final Release)
Thanks for that precise Answer.That helps me much.
- Sky_216
- Droid Pilot Assassin
- Posts: 2086
- Joined: Mon Feb 13, 2006 3:28 am
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
Re: UnOfficial v1.3 Patch (r117 - Final Release)
Sorry if this is a stupid question, but..we just add whatever letter we want to a game mode as an era (eg ###_tcon), add localize it and set up the req/addme whatever (whatever file you use to add new modes/eras) and it'll work????
-
- Banned
- Posts: 4089
- Joined: Mon Sep 22, 2008 3:17 pm
- Projects :: No Mod project currently.
Re: UnOfficial v1.3 Patch (r117 - Final Release)
Hey, I was playing Methlyn online earlier today and the guy (and all the other players, including me) had a fake code on that was like you were falling like in space (waving your arms and legs and you could still move around), but when you put on your jet pack, you could fly forever. We had it on another map too, so I dunno if its a fake console code, or regular one... Would it be AddJetPacks or High Jump?? I tried both, but when I went to the Jet Trooper with the "AddJetPacks" code, there was no fire coming out of the jet pack whereas when I was playing online (with the weird code) there was. I tried doing this on online and in instant action, but it did not have the same effect. Please help!
If anyone knows the code and tell me where to find it, that would be really great!!
(Sorry if this is not the correct place)
If anyone knows the code and tell me where to find it, that would be really great!!
(Sorry if this is not the correct place)
- Teancum
- Jedi Admin
- Posts: 11080
- Joined: Wed Sep 07, 2005 11:42 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Indiana
Re: UnOfficial v1.3 Patch (r117 - Final Release)
@Zerted - you may want to disable the custom LUA code feature online, or limit it to the server only - no clients. As Nova Hawk just accidentally pointed out, if someone knows lua they can cheat very easily.
- [RDH]Zerted
- Gametoast Staff
- Posts: 2982
- Joined: Sun Feb 26, 2006 7:36 am
- Projects :: Bos Wars AI - a RTS game
- xbox live or psn: No gamertag set
- Location: USA
- Contact:
Re: UnOfficial v1.3 Patch (r117 - Final Release)
That would be the server using the Add Jet Packs command.Nova Hawk wrote:...(and all the other players, including me) had a fake code on that was like you were falling like in space (waving your arms and legs and you could still move around), but when you put on your jet pack, you could fly forever.
When you were in the server, your game didn't know you were allowed to fly. The server kept sending your in-air position to your game and your game was saying, hay I can't just be in the air, I must be falling, so it shows you as falling. And you really could shoot, you just can't see the bullets because your game doesn't know that you're not falling, but the server does and processes your firing commands correctly. (I've explained this quite a few times if you go back through all the FC Mod related posts.) Since you ran the command on your own game, your game knew you were flying and correctly processed everything you did while flying. If in the server, you also ran the Add Jet Packs command, your game and the server will agree that you are flying and everything will work as expected (meaning you will be flying like in SP).I tried doing this on online and in instant action, but it did not have the same effect
If you do the command in a server but that server isn't also running the command, then it won't work. When you double jump, it will look like it worked for a second, but then you'll be back were you're supposed to be. That second is just the lag from your game telling the server, hay I'm flying now, and the server responding back with, like hell you are, you've been standing on the ground waiting to be shot. Whatever the server says is the law, and thats how the FakeConsole commands and user_scripts work without requiring the players to download anything.
@Teancum - I still only know 2-3 things the client can do to mess with something on the server. Its been years since I discovered and mentioned them, but so far no one else has found them (and if you do, its very noticeable and will quickly get you banned/blacklisted. Its also blockable, but most server don't block it). Even if you could cheat with the Lua code command, the source is online and r117 is on Filefront. If I released an updated patch with that command removed (and would have to remove the user_scripts and cGCs which also use code injection), then no one would download it.
Custom user_scripts bring something new to SWBF2. This past weekend I've been playing in online servers as locals (server has to have the script) without downloading any mods. It was nice, though extremely unbalanced (ewoks vs everyone else?, yeah the ewoks die).
@Skyhammer_216 - I don't understand your wording: add whatever letter we want to a game mode as an era. You can't create any new game mode or era character ids, but you can change the names/descriptions/icons of existing ones. The v1.3 patch has a document on how to do it in its docs folder. The changes are all in the addme.lua. I haven't tested it with new icons (only icons already in the shell, see the shell's change log), but in theory it should work. For the new icons, you will have to create a new shell.lvl that contains the icon and load it during the addme.lua. Just like how you create a custom ingame.lvl when adding a loadscreen.
-
- Banned
- Posts: 4089
- Joined: Mon Sep 22, 2008 3:17 pm
- Projects :: No Mod project currently.
Re: UnOfficial v1.3 Patch (r117 - Final Release)
[RDH]Zerted wrote:That would be the server using the Add Jet Packs command.Nova Hawk wrote:...(and all the other players, including me) had a fake code on that was like you were falling like in space (waving your arms and legs and you could still move around), but when you put on your jet pack, you could fly forever.
I tried doing this on online and in instant action, but it did not have the same effect
Ok, thanks for explaining that. It's too bad the flare doesn't happen once you put on the AddJetPacks command...When you were in the server, your game didn't know you were allowed to fly. The server kept sending your in-air position to your game and your game was saying, hay I can't just be in the air, I must be falling, so it shows you as falling. And you really could shoot, you just can't see the bullets because your game doesn't know that you're not falling, but the server does and processes your firing commands correctly. (I've explained this quite a few times if you go back through all the FC Mod related posts.) Since you ran the command on your own game, your game knew you were flying and correctly processed everything you did while flying. If in the server, you also ran the Add Jet Packs command, your game and the server will agree that you are flying and everything will work as expected (meaning you will be flying like in SP).
- [RDH]Zerted
- Gametoast Staff
- Posts: 2982
- Joined: Sun Feb 26, 2006 7:36 am
- Projects :: Bos Wars AI - a RTS game
- xbox live or psn: No gamertag set
- Location: USA
- Contact:
Bad News
I finally had some time to get my website back up today, only to discover that I don't have any of my files relating to the v1.3 patch's source code
. I do still have all the releases, but the sources have completely disappeared. I have wiped my computer since the web site was taken down, but I should have had the source backed up. I had most of my other maps backed up... I don't know if I just lost the file or forgot to backup a while sections of things... I'm running a hard drive scan in attempt to reconstruct the drive, but that has a low chance of working.
Did anyone happen to download the v1.3 patch's source code while it was posted online? Even if you only have one or two files of it, I would like to get back as much as possible. I hate to lose things that I've put so much time into.
![Crying or Very sad :cry:](./images/smilies/icon_cry.gif)
Did anyone happen to download the v1.3 patch's source code while it was posted online? Even if you only have one or two files of it, I would like to get back as much as possible. I hate to lose things that I've put so much time into.
-
- Jedi
- Posts: 1104
- Joined: Tue Jan 30, 2007 6:04 am
- Projects :: Inactive
- Location: Germany
Re: UnOfficial v1.3 Patch (r117 - Final Release)
These are the files I still have:
- fakeconsole_functions.lua
- ifs_era_handler.lua
- utility_functions2.lua
- Maveritchell
- Jedi Admin
- Posts: 7366
- Joined: Mon Aug 21, 2006 11:03 pm
Re: UnOfficial v1.3 Patch (r117 - Final Release)
That's why I couldn't download them - I was trying to download the source myself recently, I wish I'd done it earlier.