This group is open to anyone who loves the Stargate shows, movies and anything Stargate! Anyone caught making fun of Stargate (outside of certain boundaries) will be removed from the group! No spoilers in the comments please. Comments that contain spoilers will be deleted. ALSO I'd like to make it very clear that any posts containing ads for other groups will be DELETED

Post news Report RSS SG-N Development Update

STARGATE NEXUS: We will soon be starting work on the SG-N series which is loosely related to the stargate series. It will be placed 5 Years after "Stargate Universe". We will be using "OGRE" and "3ds Max" to create the core of the game. Each player will choose one of 8 different races to play as and will take control a character of that race "which is customizable, using face create software" and travel the universe following the vast storylines to unlock the mysteries of the universe.

Posted by on

STARGATE NEXUS:
We will soon be starting work on the SG-N series which is loosely related to the stargate series. It will be placed 5 Years after "Stargate Universe". We will be using "OGRE" and "3ds Max" to create the core of the game. Each player will choose one of 8 different races to play as and will take control a character of that race "which is customizable, using face create software" and travel the universe following the vast storylines to unlock the mysteries of the universe.Currently we are using the Ogre 3d Engine along with 3ds Max, and programming it in C++.

Each player will choose one of 8 different races to play as and will take control a character of that race "which is customizable, using face create software" and travel the universe following the vast storylines to unlock the mysteries of the universe.

The following information will give you an idea of what we are working with to create SG-N and any further projects that we may release.

Ogre 3D:

About
What Is OGRE? OGRE (Object-Oriented Graphics Rendering Engine) is a scene-oriented, flexible 3D engine written in C++ designed to make it easier and more intuitive for developers to produce applications utilising hardware-accelerated 3D graphics. The class library abstracts all the details of using the underlying system libraries like Direct3D and OpenGL and provides an interface based on world objects and other intuitive classes.What can it do?
Lots of things! See the features page for an up-to-date list of the current features. Also, take a look at the screenshots page to see for yourself the kinds of eye candy OGRE can pump out.Is OGRE A Game Engine?
No. OGRE can be (and indeed has been) used to make games, but OGRE is deliberately designed to provide just a world-class graphics solution; for other features like sound, networking, AI, collision, physics etc, you will need to integrate it with other libraries, something several frameworks have done, and we have a collision / physics reference integration library as an example in our distribution.Why? Well, one reason is that not everyone who needs a 3D engine wants to make games, so we don’t assume that you do – you can use OGRE for games, simulations, business applications, anything at all. Secondly, even within the games industry, requirements can vary widely; for example a MMORPG will need a very different kind of network library than an FPS, and a flight sim will need a different kind of collision / physics system to fighting game. If OGRE included all these features, we would be enforcing a particular set of libraries on you, with an inbuilt set of assumed requirements, and that’s not good design. Instead, we provide a very integration friendly API and let YOU choose the other libraries, if you want them. Many experienced game developers have expressed their approval of this approach, because there are no inbuilt constraints. It can be more daunting for newer users who just want to build another FPS-style game, but for those people there are a growing number of existing frameworks using OGRE which provide a complete solution using a given combo of libraries; but it’s important to realise that OGRE itself will always remain separate, flexible enough to be incorporated into any of these. The principle is of collaboration and integration with other libraries, rather than assimilation of them, a standard tenet of component-based design.Why should I consider using OGRE (rather than the other zillion 3D engines out there)?
Many other engines, whilst technically impressive, lack the cohesive design and the consistent documentation to allow them to be used effectively. Many of them have long features lists, but have the feel of a bunch of tech demos lashed together with twine, with no clear vision to hold them together. Like any other software system this becomes their downfall as they become larger. Most other engines are also designed for one particular style of game or demo (e.g. first-person shooters, terrain roamers).OGRE is different. OGRE is design-led rather than feature-led. Every feature that goes into OGRE is considered throughly and slotted into the overall design as elegantly as possible and is always fully documented, meaning that the features which are there always feel part of a cohesive whole. Quality is favoured over quantity, because quantity can come later – quality can never be added in retrospect. OGRE uses sound design principles learned, tried and tested many times in commercial-grade software – the object-orientation mentioned in it’s moniker is just one of those approaches – frequent use of design patterns is another. The core development team is kept deliberately small, and all of its members are veteren software engineers with many years of real-world experience. Patches are welcomed from community, but they undergo a strict review for both quality and cohesion with the Ogre philosophy before being accepted.OGRE does not assume what type of game or demo you want to make. It uses a flexible class hierarchy allowing you to design plugins to specialise the scene organisation approach taken to allow you to make any kind of scene you like. Want to render indoor levels fast? Fine, use the BSP/PVS plugin scene manager which has already been written. Want an outdoor landscape? Again, use another plugin scene manager. The rest of the engine continues to function exactly as before.So the short answer is – if you favour design quality, flexibility and clear documentation, choose OGRE. You know it makes sense. Is it really free?
The Ogre source is made available under the MIT License, which basically means you can use it however you like as long as you include the content of our COPYING file somewhere in your application. The source to your application, or your modifications to Ogre do not have to be released (although it would be nice if you did). See the licensing page for full licensing terms.How do I find out more?
If you want to find out about the principles under which OGRE has been developed and to get a quick overview of the design, go to the OGRE Manual now. You can also read the tutorials to help you get started, and then reference the API documentation online.


3ds Max(Quoted from Autodesk.com)About
Autodesk® 3ds Max® and Autodesk® 3ds Max® Design software share core technology and features, but offer differentiated experiences and specialized toolsets. Autodesk 3ds Max 3D modeling, animation, rendering, and compositing software is designed for games developers, visual effects artists, and graphic designers working on games, film, and television content, while Autodesk 3ds Max Design is formulated for architects, designers, civil engineers, and 3D visualization.Quicksilver Hardware RendererIt allows you to create high-fidelity pre-visualizations, animatics, design dailies, and marketing materials in less time with Quicksilver, an innovative, new hardware renderer that can help produce high-quality images at very fast speeds. This new multithreaded rendering engine in Autodesk 3ds Max 2011 and Autodesk 3ds Max Design 2011 uses both the computer processing unit (CPU) and the graphics processing unit (GPU), and supports alpha and z-buffer render elements; depth of field; motion blur; dynamic reflections; area, photometric, ambient occlusion, and indirect lighting effects along with precision-adaptive shadow maps; and the ability to render at larger-than-screen resolutions.

Visual C++(Quoted from Microsoft.com)Visual C++ 2010 provides a powerful and flexible development environment for creating Microsoft Windows–based and Microsoft .NET–based applications. You can use it in an integrated development system, or you can use individual tools. Visual C++ consists of the following components:The Visual C++ 2010 compiler tools. The compiler supports traditional native code developers and developers who target virtual machine platforms such as the common language runtime (CLR). Visual C++ 2010 includes compilers to target x64 and Itanium. The compiler continues to support targeting x86 computers directly, and optimizes performance for both platforms.The Visual C++ Libraries. These include the industry-standard Active Template Library (ATL), the Microsoft Foundation Class (MFC) libraries, and standard libraries such as the Standard C++ Library, consisting of the iostreams library and the Standard Template Library (STL), and the C Runtime Library (CRT). The CRT includes security-enhanced alternatives to functions that are known to pose security issues. The STL/CLR library brings STL to managed developers. A library, the C++ Support Library, with new features for data marshaling, is designed to simplify programs that target the CLR.The Visual C++ Development Environment.

The development environment provides powerful support for project management and configuration (including better support for large projects), source code editing, source code browsing, and debugging tools. This environment also supports IntelliSense, which makes informed, context-sensitive suggestions as code is being authored.In addition to conventional graphical user-interface applications, Visual C++ enables developers to build Web applications, smart-client Windows-based applications, and solutions for thin-client and smart-client mobile devices. C++ is the world's most popular systems-level language, and Visual C++ gives developers a world-class tool with which to build software.

Post comment Comments
J.Sheppard Author
J.Sheppard - - 61 comments

If anyone wishes to aid in programming, modelling, or maping please feel free to contact us at Wix.com or at our company gmail at itran3x.studios@gmail.com We are also opening to the public our discussion forum at Stargatenexus.herebeforums.com feel free to come in and join. If your interested in a job there just send me a pm with your qualifications and a sample of your work. If you have an idea to improve on our game or just wish to submit an idea to us either post a topic on our forum, send it to us via email, or post it on our site.

Currently we have a sample of our programming on our forum, various sets of compiled concept data "Under Construction", and a list of possible human weapons that yet has to be refined down to about 30 individual weapons.

This is all for now.
Check back soon for future updates.

(Update.1)

Reply Good karma+1 vote
J.Sheppard Author
J.Sheppard - - 61 comments

Just checking back... if anyone has an opinion feel free to voice it, post below.

Reply Good karma+1 vote
lol1234
lol1234 - - 1,765 comments

MY OPINION?!?!?!?! I ALMOST HAD A HEART ATTACK SEEING THE TITLE!!!!! This brings good news to all, and I wonder, will it be P2P or F2P w/ extras? If it is the latter, please, make the extras visual, as an MMO that has extras that can unbalance the game makes it a piece of **** for those who can't buy anything...

edit; My ISP refuses to acknowledge the existence of www.stargatenexus.herebeforums.com , Is there any problem? usually when I mistype a domain, or do something that my ISP's default thingy says I would, google chrome suggests the correct site... :L

edit2; using mediacom by the way, their "ultrafast" internet is slow as hell... 54 megabits/s

Reply Good karma Bad karma+1 vote
lol1234
lol1234 - - 1,765 comments

Also, regarding the payment type crud, will this even be multiplayer? :|

Reply Good karma Bad karma+1 vote
J.Sheppard Author
J.Sheppard - - 61 comments

Its not a payment, consider it a free donation. Try this link to the forum Stargatenexus.herebeforums.com

If you have any questions feel free to ask away.

Reply Good karma+1 vote
Dr.Afanickton
Dr.Afanickton - - 1,183 comments

interesting to say the least.

Reply Good karma Bad karma+1 vote
Sp1dy
Sp1dy - - 2 comments

If you guys pull this off i would be happily to donate! Good luck and i hope to see something interesting real fast.

Reply Good karma Bad karma+1 vote
J.Sheppard Author
J.Sheppard - - 61 comments

Well the development crew is back down to me again, after all most of em were based in Tenessee and now after the storm they are going to be taking time to rebuild.

Were on pause for the moment...

I will keep working on the coding in my spare time.

Reply Good karma+1 vote
Post a comment

Your comment will be anonymous unless you join the community. Or sign in with your social account: