Battlefront III News

Welcome to Battlefront3.net's forums! :D

Follow us on Twitter!

Join the new Battlefront3.net Steam Group!

Rebellion

This is where we can discuss any new or old Battlefront 3 rumors or news.

Rebellion

Postby Admiral Tarrius » Mon Apr 23, 2012 1:52 am

I know that Wikipedia is not known for giving factual information but I found something that cought my eye on rebellions wiki page http://en.wikipedia.org/wiki/Rebellion_Developments It says Unannounced Multiplayer Third Person Shooter (TBA, PS Vita) under List of games developed by Rebellion. The TBA could be Xbox 360 and ps3 but its confirmed on ps vita. Rebellion has made battlefront's for the psp before and they can make console games so... Maybe?

or TBS is just the 3DS, which is more likely and we just have another portable Battlefront. :(
Admiral Tarrius
Jedi Initiate
Jedi Initiate
 
Posts: 2
Joined: Mon Apr 09, 2012 1:46 am

Re: Rebellion

Postby Redline » Mon Apr 23, 2012 8:20 am

Rebellion has already confirmed via twitter that they are making no Star Wars game.
User avatar
Redline
Padawan
Padawan
 
Posts: 38
Joined: Wed Jan 05, 2011 8:24 pm

Re: Rebellion

Postby Grpeephole303 » Mon Apr 23, 2012 9:25 am

If they did. I would probaly not buy it
Grpeephole303
Jedi Knight
Jedi Knight
 
Posts: 114
Joined: Sun Apr 24, 2011 5:08 pm

Re: Rebellion

Postby Spart » Mon Apr 23, 2012 11:43 am

Redline wrote:Rebellion has already confirmed via twitter that they are making no Star Wars game.


I can confirm that for you since I'm the one who asked. :u:
Image
User avatar
Spart
Moderator
Moderator
 
Posts: 1740
Joined: Mon Jan 17, 2011 5:13 pm
Location: Italy

Re: Rebellion

Postby DarthRevan19 » Mon Apr 23, 2012 3:39 pm

i hope the next battlefront is not for portable
Xbox 360: R3C0N NAT10N
Gamerscore: 13 000
Swtor server: Ajunta Pall
User avatar
DarthRevan19
Jedi Master
Jedi Master
 
Posts: 348
Joined: Fri Mar 16, 2012 11:48 pm
Location: Thunder Bay, Ontario, Canada

Re: Rebellion

Postby P4KISTAN » Mon Apr 23, 2012 8:02 pm

DarthRevan19 wrote:i hope the next battlefront is not for portable


Don't we all?
But at the same time I hope they don't exclude it from the PC,it just seems like something that alot of devs are doing these days,making console exclusive fps titles.
Mark Solo wrote:Shut up, atleast I aint sittin on my tail, like an actually "Drunken Hutt" and you saw what happend to Jabba at the end didnt ya? STRANGLED
User avatar
P4KISTAN
Padawan
Padawan
 
Posts: 32
Joined: Sat Jan 22, 2011 4:56 pm

Re: Rebellion

Postby Chaos » Mon Apr 23, 2012 10:19 pm

P4KISTAN wrote:
DarthRevan19 wrote:i hope the next battlefront is not for portable


Don't we all?
But at the same time I hope they don't exclude it from the PC,it just seems like something that alot of devs are doing these days,making console exclusive fps titles.

It really should be for PC. I think xboxs use C++ also.
Image
User avatar
Chaos
Jedi Master
Jedi Master
 
Posts: 315
Joined: Sat Apr 14, 2012 9:07 pm
Location: In-game.

Re: Rebellion

Postby Scott » Mon Apr 23, 2012 11:24 pm

Chaos wrote:
P4KISTAN wrote:
DarthRevan19 wrote:i hope the next battlefront is not for portable


Don't we all?
But at the same time I hope they don't exclude it from the PC,it just seems like something that alot of devs are doing these days,making console exclusive fps titles.

It really should be for PC. I think xboxs use C++ also.


There's really no programming language restrictions on any console. C++ is just the standard for ALL game development (excluding iOS games).
Image
User avatar
Scott
Administrator
Administrator
 
Posts: 3572
Joined: Thu Dec 24, 2009 2:06 am
Location: ON, Canada

Re: Rebellion

Postby DarthRevan19 » Tue Apr 24, 2012 7:15 pm

idk what c++ is
Xbox 360: R3C0N NAT10N
Gamerscore: 13 000
Swtor server: Ajunta Pall
User avatar
DarthRevan19
Jedi Master
Jedi Master
 
Posts: 348
Joined: Fri Mar 16, 2012 11:48 pm
Location: Thunder Bay, Ontario, Canada

Re: Rebellion

Postby Chaos » Tue Apr 24, 2012 10:39 pm

DarthRevan19 wrote:idk what c++ is

A programming language.
WIkipedia says:
<blockquote>
"C++ (pronounced "cee plus plus") is a statically typed, free-form, multi-paradigm, compiled, general-purpose programming language. It is regarded as an intermediate-level language, as it comprises a combination of both high-level and low-level language features.[3] It was developed by Bjarne Stroustrup starting in 1979 at Bell Labs as an enhancement to the C language. Originally named C with Classes, the language was renamed C++ in 1983,[4] as a pun involving the increment operator.

C++ is one of the most popular programming languages[5][6] with application domains including systems software, application software, device drivers, embedded software, high-performance server and client applications, and entertainment software such as video games.[7] Several groups provide both free and proprietary C++ compiler software, including the GNU Project, Microsoft, Intel and Embarcadero Technologies. C++ has greatly influenced many other popular programming languages, most notably C#[2] and Java.

C++ is also used for hardware design, where the design is initially described in C++, then analyzed, architecturally constrained, and scheduled to create a register-transfer level hardware description language via high-level synthesis.[8]

The language began as enhancements to C, first adding classes, then virtual functions, operator overloading, multiple inheritance, templates, and exception handling among other features. After years of development, the C++ programming language standard was ratified in 1998 as ISO/IEC 14882:1998. The standard was amended by the 2003 technical corrigendum, ISO/IEC 14882:2003. The current standard extending C++ with new features was ratified and published by ISO in September 2011 as ISO/IEC 14882:2011 (informally known as C++11).[9]"
</blockquote>
Image
User avatar
Chaos
Jedi Master
Jedi Master
 
Posts: 315
Joined: Sat Apr 14, 2012 9:07 pm
Location: In-game.

Re: Rebellion

Postby DarthRevan19 » Wed Apr 25, 2012 12:42 pm

Chaos wrote:
DarthRevan19 wrote:idk what c++ is

A programming language.
WIkipedia says:
<blockquote>
"C++ (pronounced "cee plus plus") is a statically typed, free-form, multi-paradigm, compiled, general-purpose programming language. It is regarded as an intermediate-level language, as it comprises a combination of both high-level and low-level language features.[3] It was developed by Bjarne Stroustrup starting in 1979 at Bell Labs as an enhancement to the C language. Originally named C with Classes, the language was renamed C++ in 1983,[4] as a pun involving the increment operator.

C++ is one of the most popular programming languages[5][6] with application domains including systems software, application software, device drivers, embedded software, high-performance server and client applications, and entertainment software such as video games.[7] Several groups provide both free and proprietary C++ compiler software, including the GNU Project, Microsoft, Intel and Embarcadero Technologies. C++ has greatly influenced many other popular programming languages, most notably C#[2] and Java.

C++ is also used for hardware design, where the design is initially described in C++, then analyzed, architecturally constrained, and scheduled to create a register-transfer level hardware description language via high-level synthesis.[8]

The language began as enhancements to C, first adding classes, then virtual functions, operator overloading, multiple inheritance, templates, and exception handling among other features. After years of development, the C++ programming language standard was ratified in 1998 as ISO/IEC 14882:1998. The standard was amended by the 2003 technical corrigendum, ISO/IEC 14882:2003. The current standard extending C++ with new features was ratified and published by ISO in September 2011 as ISO/IEC 14882:2011 (informally known as C++11).[9]"
</blockquote>


ok. lol u copy and paste didnt u?
Xbox 360: R3C0N NAT10N
Gamerscore: 13 000
Swtor server: Ajunta Pall
User avatar
DarthRevan19
Jedi Master
Jedi Master
 
Posts: 348
Joined: Fri Mar 16, 2012 11:48 pm
Location: Thunder Bay, Ontario, Canada

Re: Rebellion

Postby Chaos » Wed Apr 25, 2012 12:58 pm

DarthRevan19 wrote:
Chaos wrote:
DarthRevan19 wrote:idk what c++ is

A programming language.
WIkipedia says:
<blockquote>
"C++ (pronounced "cee plus plus") is a statically typed, free-form, multi-paradigm, compiled, general-purpose programming language. It is regarded as an intermediate-level language, as it comprises a combination of both high-level and low-level language features.[3] It was developed by Bjarne Stroustrup starting in 1979 at Bell Labs as an enhancement to the C language. Originally named C with Classes, the language was renamed C++ in 1983,[4] as a pun involving the increment operator.

C++ is one of the most popular programming languages[5][6] with application domains including systems software, application software, device drivers, embedded software, high-performance server and client applications, and entertainment software such as video games.[7] Several groups provide both free and proprietary C++ compiler software, including the GNU Project, Microsoft, Intel and Embarcadero Technologies. C++ has greatly influenced many other popular programming languages, most notably C#[2] and Java.

C++ is also used for hardware design, where the design is initially described in C++, then analyzed, architecturally constrained, and scheduled to create a register-transfer level hardware description language via high-level synthesis.[8]

The language began as enhancements to C, first adding classes, then virtual functions, operator overloading, multiple inheritance, templates, and exception handling among other features. After years of development, the C++ programming language standard was ratified in 1998 as ISO/IEC 14882:1998. The standard was amended by the 2003 technical corrigendum, ISO/IEC 14882:2003. The current standard extending C++ with new features was ratified and published by ISO in September 2011 as ISO/IEC 14882:2011 (informally known as C++11).[9]"
</blockquote>


ok. lol u copy and paste didnt u?

You think I would type all that? =P
Image
User avatar
Chaos
Jedi Master
Jedi Master
 
Posts: 315
Joined: Sat Apr 14, 2012 9:07 pm
Location: In-game.

Re: Rebellion

Postby DarthRevan19 » Wed Apr 25, 2012 1:03 pm

lol yea. anyways thanks to u and mostly wikipedia for that
Xbox 360: R3C0N NAT10N
Gamerscore: 13 000
Swtor server: Ajunta Pall
User avatar
DarthRevan19
Jedi Master
Jedi Master
 
Posts: 348
Joined: Fri Mar 16, 2012 11:48 pm
Location: Thunder Bay, Ontario, Canada


Return to News & Rumors

Who is online

Users browsing this forum: No registered users and 1 guest


cron