Xbox Mods
Moderator: Moderators
-
Hoho5000
Xbox Mods
Would anybody be opposed to making Xbox versions of maps and mods for those of us that have Battlefront 2 for the Xbox? It's really simple to do.
As well, since we can't create downloadable content, in order to add the maps, you'll have to munge a new mission.lvl file. I'd like to be able to play these maps and mods on an Xbox, but I don't have any of the source files.
So there are 3 options here. First, create a new mission.lvl with the map added, which is severely limiting if you want more than one extra map. The second option is the send a line of code which could be inserted into the missionlist file. The third one is that you could send me the source files, I could compile them, simply for personal use, unless anyone else wants them. If that was the case, then all credit would be given the original authors, and permission would be asked if I were to host or give away any of the files.
To build the xbox version of a map, all you have to do is go into the _BUILD folder, copy pc_munge.bat, rename it xbox_munge.bat. Then, you open it with a text editor and change PC to xbox. The next step might be a bit harder, but all the folders in your mod directory that are called PC will also have to be copied and renamed to XBOX. Then, just run xbox_munge.bat, and it will munge everything, and make a new folder called _lvl_xbox, containing all the Xbox files.
If there's enough interest, I was thinking of making an xbox map pack. What would people think of doing something like this?
As well, since we can't create downloadable content, in order to add the maps, you'll have to munge a new mission.lvl file. I'd like to be able to play these maps and mods on an Xbox, but I don't have any of the source files.
So there are 3 options here. First, create a new mission.lvl with the map added, which is severely limiting if you want more than one extra map. The second option is the send a line of code which could be inserted into the missionlist file. The third one is that you could send me the source files, I could compile them, simply for personal use, unless anyone else wants them. If that was the case, then all credit would be given the original authors, and permission would be asked if I were to host or give away any of the files.
To build the xbox version of a map, all you have to do is go into the _BUILD folder, copy pc_munge.bat, rename it xbox_munge.bat. Then, you open it with a text editor and change PC to xbox. The next step might be a bit harder, but all the folders in your mod directory that are called PC will also have to be copied and renamed to XBOX. Then, just run xbox_munge.bat, and it will munge everything, and make a new folder called _lvl_xbox, containing all the Xbox files.
If there's enough interest, I was thinking of making an xbox map pack. What would people think of doing something like this?
-
Taivyx
- 2008 Best Games Related Avatar
- Posts: 1706
- Joined: Thu Jun 07, 2007 3:34 pm
- Projects :: Terra Strife - discontinued
- xbox live or psn: No gamertag set
- Contact:
RE: Xbox Mods
Let me check the EULA.....
(Just to be on the safe side)
EDIT:
The only questionable thing in the license is that it must be used with the retail version of the game.
I guess since the XBOX version is a retail version, the that might not apply.
Better to ask Teancum or one of the other staff.
However, there was once a mod for the PSP version made, and that was considered illegal by the staff.
(Just to be on the safe side)
EDIT:
The only questionable thing in the license is that it must be used with the retail version of the game.
I guess since the XBOX version is a retail version, the that might not apply.
Better to ask Teancum or one of the other staff.
However, there was once a mod for the PSP version made, and that was considered illegal by the staff.
-
Darth_Z13
- Jedi High Council

- Posts: 2275
- Joined: Sat Jun 17, 2006 9:51 am
- xbox live or psn: Xanthius Wylon
- Location: Canada
Re: Xbox Mods
Does that work? Have you tested it?Hoho5000 wrote:To build the xbox version of a map, all you have to do is go into the _BUILD folder, copy pc_munge.bat, rename it xbox_munge.bat. Then, you open it with a text editor and change PC to xbox. The next step might be a bit harder, but all the folders in your mod directory that are called PC will also have to be copied and renamed to XBOX. Then, just run xbox_munge.bat, and it will munge everything, and make a new folder called _lvl_xbox, containing all the Xbox files.
-
Taivyx
- 2008 Best Games Related Avatar
- Posts: 1706
- Joined: Thu Jun 07, 2007 3:34 pm
- Projects :: Terra Strife - discontinued
- xbox live or psn: No gamertag set
- Contact:
RE: Re: Xbox Mods
Oh yeah, and how would you get it into the Xbox game?
-
Hoho5000
-
Caleb1117
- 2008 Most Original Avatar
- Posts: 3096
- Joined: Sun Aug 20, 2006 5:55 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: X-Fire: caleb1117 ಠ_ಠ
- 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
Technically modding isn't a problem. I have a modded Xbox and mod lots of games for it. I happen to own the originals too. He didn't mention anything about having it illegally. So I see no problems here. When I distribute Xbox-based mods I only provide what you need to play the mod, not the entire game. It's no different than only providing a map for a PC.
- authraw
- 1st Lieutenant

- Posts: 445
- Joined: Mon Jun 26, 2006 3:45 pm
-
Hoho5000
Really people, let's stay on topic, and not talk about xbox modding as that will most likely get this topic locked if it hasn't already.
On another note, I just made an interesting discovery. I was enabling some "hidden" game modes, and I enabled the script called cor1c_eli which is apparently just the regular campaign map. Anyways, I noticed it spawned 32 units a team, instead of the supposed limit of 16 on the xbox. I'm still trying to replicate this in "normal" multiplayer maps.
Edit: I figured it out. You just add the line:
"ScriptCB_SetGameRules("campaign")"
After this one:
"function ScriptPostLoad()"
It does seem to have an unfortunate side effect though. If you do this, you won't be able to select the team you're on.
On another note, I just made an interesting discovery. I was enabling some "hidden" game modes, and I enabled the script called cor1c_eli which is apparently just the regular campaign map. Anyways, I noticed it spawned 32 units a team, instead of the supposed limit of 16 on the xbox. I'm still trying to replicate this in "normal" multiplayer maps.
Edit: I figured it out. You just add the line:
"ScriptCB_SetGameRules("campaign")"
After this one:
"function ScriptPostLoad()"
It does seem to have an unfortunate side effect though. If you do this, you won't be able to select the team you're on.
- authraw
- 1st Lieutenant

- Posts: 445
- Joined: Mon Jun 26, 2006 3:45 pm
Well, if I knew a little more about Xbox modding I might be able to contribute a little more to the topic. I'm all for the idea--but I haven't the slightest clue how it's done. If an Xbox mappack were made, could just anybody download and use it? If so, I'm all for the idea. I'd gladly help in whatever capacity I could. 
- 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
-
Penguin
- Jedi Admin

- Posts: 2541
- Joined: Sun Mar 05, 2006 12:00 am
- Location: Australia
Modding your xbox is ilegal, and if you are caught with a modded xbox on XBL say good bye to XBL forever.authraw wrote:So how does one ftp mods to an Xbox? Is there a tutorial site somewhere (I'm sure the process is much longer than anyone wants to describe from scratch.) Where would one get a modded Xbox?
Sounds like a really cool idea: I've always wanted to play mod maps on a console.
- 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
Actually, modding the Xbox itself is not illegal at all. It's no different than opening up a TV and doing some crazy upgrade. What's wrong is that it violates Xbox Live rules (due to the ease of cheating) and it usually leads to piracy. However, I've got my Xbox modded. It's much easier to play my games that way rather than switching discs all of the time.
So to summarize, modding a console/tv/computer/whatever isn't illegal. But you do void any warranty, and in the case of Xbox Live may get banned due to that being against the rules. It's what you intend to do with the mod that's the problem.
So to summarize, modding a console/tv/computer/whatever isn't illegal. But you do void any warranty, and in the case of Xbox Live may get banned due to that being against the rules. It's what you intend to do with the mod that's the problem.
-
Ace_Azzameen_5
- Jedi

- Posts: 1119
- Joined: Sat Apr 23, 2005 8:52 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
-
Penguin
- Jedi Admin

- Posts: 2541
- Joined: Sun Mar 05, 2006 12:00 am
- Location: Australia
- 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
- [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:
Does Battlefront have these trainers for PC MP? I assumed they where all SP, so I never looked into anything. Ever since I made the FakeConsole mod, people keep asking me about online PC hacking (for and against).
A note of warning, or at least to save you some time testing: For all the .lvl mods I've made, I've taken out the non-PC code I've come accross. It speeds up the game slightly and makes less code for me to sift through. None of my mods will work on the Xbox.
A note of warning, or at least to save you some time testing: For all the .lvl mods I've made, I've taken out the non-PC code I've come accross. It speeds up the game slightly and makes less code for me to sift through. None of my mods will work on the Xbox.
-
Hoho5000
I've been doing some experimenting just with various things. I got some first person cockpits working, a custom map, edited maps and weapons etc. It's pretty cool to play around with those on the Xbox.
The maximum bot limit seems to be 40 per team when you set it to "campaign" mode. There really doesn't seem to be much of a reduction in performance, and the AI don't seem to be any more stupid than they normally are. I'm wondering why they didn't set the limit at 32 for multiplayer games instead of 16.
What I'd like to see now, are some Xbox versions of maps. I realize that there aren't really that many people that would be able to make use of them, but I would appreciate it.
As for Battlefront 2 trainers, there are no Xbox one's that I know of. It's not exactly as popular as other games such as Halo 2. It's Xbox modding community is virtually non-existent.
@ Zerted
What kind of non-PC code did you cut? Interface? Graphics? I don't recall seeing that much of it. The only system specific code I can think of is the in the interface.
Actually, it just occurred to me that the Xbox Live code could be removed from the interface, ie, take out the Xbox Live button. That way, with any mods released, you couldn't get on Live with them, so there should be nothing to worry about.
The maximum bot limit seems to be 40 per team when you set it to "campaign" mode. There really doesn't seem to be much of a reduction in performance, and the AI don't seem to be any more stupid than they normally are. I'm wondering why they didn't set the limit at 32 for multiplayer games instead of 16.
What I'd like to see now, are some Xbox versions of maps. I realize that there aren't really that many people that would be able to make use of them, but I would appreciate it.
As for Battlefront 2 trainers, there are no Xbox one's that I know of. It's not exactly as popular as other games such as Halo 2. It's Xbox modding community is virtually non-existent.
@ Zerted
What kind of non-PC code did you cut? Interface? Graphics? I don't recall seeing that much of it. The only system specific code I can think of is the in the interface.
Actually, it just occurred to me that the Xbox Live code could be removed from the interface, ie, take out the Xbox Live button. That way, with any mods released, you couldn't get on Live with them, so there should be nothing to worry about.
- 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
