Battlefront: The Clone Wars (build 50411/1)
Moderator: Moderators
- vocanus
- Private Recruit
- Posts: 15
- Joined: Thu Mar 04, 2010 8:07 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Argentina
Re: WIP Star Wars: The Clone Wars Era [Update 9/16 p55]
This will be one of my favourite mods
-
- First Lance Corporal
- Posts: 135
- Joined: Wed May 25, 2011 6:00 pm
- Projects :: Band
- xbox live or psn: No gamertag set
Re: WIP Star Wars: The Clone Wars Era [Update 9/16 p55]
Question: Does this mod have online compatability? Or will there be a custom Server?
-
- Space Ranger
- Posts: 5557
- Joined: Tue Aug 17, 2010 3:30 pm
- Projects :: Evolved 2
- Location: Columbus, Ohio
- Contact:
Re: WIP Star Wars: The Clone Wars Era [Update 9/16 p55]
JAWSFreelao wrote:Question: Does this mod have online compatability? Or will there be a custom Server?
Online compatability for people without the mod? No, you have to have the mod to play online. I actually haven't ever been able to set the lua up right so that you can play online at all. Hero Assault works online, and is a ton of fun. Getting it to work online is one of the many bugs I need to iron out.
- Dorin
- Private
- Posts: 32
- Joined: Tue Jul 05, 2011 8:46 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: United States, NY
Re: WIP Star Wars: The Clone Wars Era [Update 9/16 p55]
I'm a good person to find mapcodes for online compabilty, so if there isn't any online compabilty
I could be able to still play online
I could be able to still play online
- Fiodis
- Master of the Force
- Posts: 4145
- Joined: Wed Nov 12, 2008 9:27 pm
- Projects :: Rannoch + Tientia + Tools Programming
Re: WIP Star Wars: The Clone Wars Era [Update 9/16 p55]
Online compatability has little to do with map codes. If the map has issues playing on MP and it hasn't been optimized, then even if you load the singleplayer version through a mapcode (which you could actually easily derive by cycling through a few letters in the alphabet) it might still crash.Dorin wrote:I'm a good person to find mapcodes for online compabilty, so if there isn't any online compabilty
I could be able to still play online
-
- Space Ranger
- Posts: 5557
- Joined: Tue Aug 17, 2010 3:30 pm
- Projects :: Evolved 2
- Location: Columbus, Ohio
- Contact:
Re: WIP Star Wars: The Clone Wars Era [Update 9/16 p55]
Fiodis wrote:Online compatability has little to do with map codes. If the map has issues playing on MP and it hasn't been optimized, then even if you load the singleplayer version through a mapcode (which you could actually easily derive by cycling through a few letters in the alphabet) it might still crash.Dorin wrote:I'm a good person to find mapcodes for online compabilty, so if there isn't any online compabilty
I could be able to still play online
This.
The issue most likely has to do with random stuff used in singleplayer, that somehow still is random in MP. I might make a specific MP Conquest mode, without any random stuff at all.
-
- First Lance Corporal
- Posts: 135
- Joined: Wed May 25, 2011 6:00 pm
- Projects :: Band
- xbox live or psn: No gamertag set
Re: WIP Star Wars: The Clone Wars Era [Update 9/16 p55]
So If There IS a custom multiplayer Conquest, will the files be included with a download, and have to be dragged in yourself, wouldn't it make more sense to just create a program to do it instead?
-
- Space Ranger
- Posts: 5557
- Joined: Tue Aug 17, 2010 3:30 pm
- Projects :: Evolved 2
- Location: Columbus, Ohio
- Contact:
Re: WIP Star Wars: The Clone Wars Era [Update 9/16 p55]
JAWSFreelao wrote:So If There IS a custom multiplayer Conquest, will the files be included with a download, and have to be dragged in yourself, wouldn't it make more sense to just create a program to do it instead?
I'm not quite sure I understand what you mean...
-
- First Lance Corporal
- Posts: 135
- Joined: Wed May 25, 2011 6:00 pm
- Projects :: Band
- xbox live or psn: No gamertag set
Re: WIP Star Wars: The Clone Wars Era [Update 9/16 p55]
Pardon My Bad Understanding of modding- But what I'm trying to say is:
If This Mod Were To Come With An EXE (Installation) File, would the files for multiplayer compatibility with other players of the same mod be included?
If This Mod Were To Come With An EXE (Installation) File, would the files for multiplayer compatibility with other players of the same mod be included?
-
- Droid Pilot Assassin
- Posts: 2002
- Joined: Sat Nov 15, 2008 1:57 pm
- xbox live or psn: ScorchRaserik
Re: WIP Star Wars: The Clone Wars Era [Update 9/16 p55]
Let's put it this way:
The way WULF has set up the random sides and settings of this mod, if you try to play it online, it will break when someone joins. Except for Hero Assault. WULF has to add a "multiplayer mode" to the Conquest script so that the sides won't be random.
Here is a pseudocode example in layman's terms:
Either that or he will just add a new game mode along the lines of "Multiplayer Conquest" that you will have to select instead of regular conquest if you want to add the era to your server.
tl;dr
Don't worry about it.
The way WULF has set up the random sides and settings of this mod, if you try to play it online, it will break when someone joins. Except for Hero Assault. WULF has to add a "multiplayer mode" to the Conquest script so that the sides won't be random.
Here is a pseudocode example in layman's terms:
Code: Select all
if multiplayer
pick predetermined sides and settings
else
random sides and settings
tl;dr
Don't worry about it.
-
- First Lance Corporal
- Posts: 135
- Joined: Wed May 25, 2011 6:00 pm
- Projects :: Band
- xbox live or psn: No gamertag set
Re: WIP Star Wars: The Clone Wars Era [Update 9/16 p55]
Thank You! I'm Kinda New To This Sorta Thing
-
- Space Ranger
- Posts: 5557
- Joined: Tue Aug 17, 2010 3:30 pm
- Projects :: Evolved 2
- Location: Columbus, Ohio
- Contact:
Re: WIP Star Wars: The Clone Wars Era [Update 9/16 p55]
Twilight is correct. Only problem is for some reason, even after putting checks in for MP in all the random stuff it still doesn't work. Thus a multiplayer mode sounds like it would be a lot easier for everyone.
This mod should come with an installer, yes. I had some trouble with trying to make one several months ago, but I've learned a lot since then.
JAWSFreelao wrote:Pardon My Bad Understanding of modding- But what I'm trying to say is:
If This Mod Were To Come With An EXE (Installation) File, would the files for multiplayer compatibility with other players of the same mod be included?
This mod should come with an installer, yes. I had some trouble with trying to make one several months ago, but I've learned a lot since then.
-
- First Lance Corporal
- Posts: 135
- Joined: Wed May 25, 2011 6:00 pm
- Projects :: Band
- xbox live or psn: No gamertag set
Re: WIP Star Wars: The Clone Wars Era [Update 9/16 p55]
Well Master Wulf, Always proud to see your developement! Also, what started this sudden clone wars craze?
-
- Imperial Systems Expert
- Posts: 2381
- Joined: Wed Mar 25, 2009 4:15 pm
- Projects :: A secret project
Re: WIP Star Wars: The Clone Wars Era [Update 9/16 p55]
My guess would be The Clone Wars
-
- First Lance Corporal
- Posts: 135
- Joined: Wed May 25, 2011 6:00 pm
- Projects :: Band
- xbox live or psn: No gamertag set
Re: WIP Star Wars: The Clone Wars Era [Update 9/16 p55]
I meant like if it all started with his first Ryloth Nabat map, or something else
-
- Space Ranger
- Posts: 5557
- Joined: Tue Aug 17, 2010 3:30 pm
- Projects :: Evolved 2
- Location: Columbus, Ohio
- Contact:
Re: WIP Star Wars: The Clone Wars Era [Update 9/16 p55]
JAWSFreelao wrote:Well Master Wulf, Always proud to see your developement! Also, what started this sudden clone wars craze?
Sudden? I started this mod a year ago. It built up and up from my first map, Ryloth: Nabat. Then it just snowballed. I started this mod with the exact same Nabat sides. Which, in hindsight was a bad idea. I was young and foolish.
Probably.kinetosimpetus wrote:My guess would be The Clone Wars
-
- First Lance Corporal
- Posts: 135
- Joined: Wed May 25, 2011 6:00 pm
- Projects :: Band
- xbox live or psn: No gamertag set
Re: WIP Star Wars: The Clone Wars Era [Update 9/16 p55]
Haha, I Feel unkowledgeable DX XD
But Moving on, how well has the programming itself been moving lately?
But Moving on, how well has the programming itself been moving lately?
- Dorin
- Private
- Posts: 32
- Joined: Tue Jul 05, 2011 8:46 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: United States, NY
Re: WIP Star Wars: The Clone Wars Era [Update 9/16 p55]
Oh, well in that case it shouldn't probably be working unless if the map wont run on mp if I type in the mappcode. And offtopic: Jaws, why do you do that "posting" link whenever you do a comment? Just Curious.
-
- First Lance Corporal
- Posts: 135
- Joined: Wed May 25, 2011 6:00 pm
- Projects :: Band
- xbox live or psn: No gamertag set
Re: WIP Star Wars: The Clone Wars Era [Update 9/16 p55]
Its An Accidental mistake, it just does that.It's becauses I'm New and don't know anythingDorin wrote:Oh, well in that case it shouldn't probably be working unless if the map wont run on mp if I type in the mappcode. And offtopic: Jaws, why do you do that "posting" link whenever you do a comment? Just Curious.
- Fiodis
- Master of the Force
- Posts: 4145
- Joined: Wed Nov 12, 2008 9:27 pm
- Projects :: Rannoch + Tientia + Tools Programming
Re: WIP Star Wars: The Clone Wars Era [Update 9/16 p55]
Off-topic tip: Before posting, check the contents of your message. Remove any unwanted text/links, then click the "Submit" button once, right above the Upload attachment section. Don't click Preview or Save, just Submit.JAWSFreelao wrote:Its An Accidental mistake, it just does that.It's becauses I'm New and don't know anything
I'm sorry if that comes off as condescending; that is certainly not my intention. It's just that it's not like your posts are playing a nasty joke on you, fiddling with your message and all, just because you're new. I've got no idea what could be causing that, but a double-check right before posting might catch it.