Multiple Choice Campaign
Moderator: Moderators
- RC-1207
- Private Second Class
- Posts: 63
- Joined: Thu Mar 26, 2009 11:54 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: BFII: [merc]_RC-1207[sniper]
Multiple Choice Campaign
Okay, so while I know I would be incompetent in doing this, but would it be possible to turn Battlefront II into a complete RPG game (inspiration for this being from KOTOR, and Mav's proof that anything can be done with BFII). In other words, a campaign where you are given prompts and can choose how to go about those. For instance, there could be a prompt that would say: "Do you choose to except this mission? Hit the red panel to accept and so on...". I just wanted to put this out there, because it is a great concept and I was wondering if this could be even remotely in the realm of possibility. (hint hint great scripters of Gametoast).
- 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: Multiple Choice Campaign
Sure, it's possible. Maps have done things similar enough before (Mav's and Archer01's maps for example). The problem lies in the fact that you've got a lot of scripting to do to get that kind of RPGing.
-
Xavious
- Sith Master

- Posts: 2783
- Joined: Mon Jun 12, 2006 3:46 pm
Re: Multiple Choice Campaign
RC-1207 wrote:Okay, so while I know I would be incompetent in doing this,
Smells like a request to me.RC-1207 wrote:I was wondering if this could be even remotely in the realm of possibility. (hint hint great scripters of Gametoast).
And this may be just my opinion, but I think it would be a waste of time and energy to try and turn Battlefront II into an RPG game. I'm not saying it isn't possible, because it probably is, but Battlefront is a shooter game, and the amount of work required to make it into something of a completely different genre would end up never making it quite as good as an actual game from said genre. I'm fine with (and encourage) including aspects of other games in a mod, but these "total conversion" mods that try to make the game into a completely different game just don't work out too well. This is and always will be a shooter game. If you want a Star Wars RPG, go play Knights of the Old Republic.
By the way, the example you posted would not be too difficult to incorporate, and I think that's a fine idea for a mission-based map. It's when you go into trying to make an entirely new game that it gets a wee bit crazy.
- [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: Multiple Choice Campaign
The fun in those types of mods is sometimes just in making them. A polished map isn't always the end goal.Xavious wrote:...mods that try to make the game into a completely different game just don't work out too well...
Sure you can do it. The v1.3 patch added in a string input pop-up (the one you use for FC command inputs). You can always make other kinds of pop-ups too. You only have to create a new type of pop-up structure once.
The quest system could use swbf2's objective system or you can write your own system. You can even save the player's progress to a file and reload it when that person replays the map. If you don't change weapon properties (which you can get around by using Lua weapons and trigger objects to control what the weapons are supposed to do. An example: If a wHealCrtl object exists with a health of 10, then whenever the 10th player uses his wCrtl dispenser weapon, it dispenses health packs instead of ammo or whatever. The RTS map uses similar code...), you can even make it all MP compatible.
However, the code is trivial to making a good story (at least for me). Come up with an excellent story and map, and the scripts will fall into place.
-
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
Re: Multiple Choice Campaign
Woah, a string input pop-up?
Like where I could type something in and skip a whole section of my campaign?
Like where I could type something in and skip a whole section of my campaign?
- [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: Multiple Choice Campaign
Yeah, have you ever used those FakeConsole commands? Its not too hard to create a new type of popup. You could have one with a list of options, text input, buttons, etc.... Instead of a popup, you could create a new screen too. Model it off ifs_pausemenu.lua and call to display it when you start talking with someone.
I no longer have a copy of the popup's script, but I do have the calls to use it. I called it a Popup_Prompt.You can do whatever you want with the input to the popup.
I no longer have a copy of the popup's script, but I do have the calls to use it. I called it a Popup_Prompt.
Hidden/Spoiler:
