Freelancer 2 (?)
-
I dont have a clue
looking around his YT channel i found this -> http://www.youtube.com/watch?v=v9Jjf70suDA
and looking around @ lancersreactor i just found this:
http://www.lancersreactor.org/index.php?page=Thread&threadID=45083so there definitely some guys out there who just started doing things
-
Vital wrote:
Freelancer: Mad Hunterâs SOUL mod â-> try too google this.So who is that guy??
itâs me
as for my FL style game remake hereâs some of itâs implemented features:
-> login server with account database, character creation, startup char templates.
-> world division by zone servers (a single ZS can run several systems) + master zone server.
-> world synchronization(creation/modification of any object), smooth physics, working PvP.
-> customizable ship appearance depending on equipment
-> .ini based data scripts like FL has(visual effects, systems, equipment, ships etc)so basically it has much more than what is presented on my few videos
-
w0dk4 wrote:
So at youtube you repeatedly said itâs just a tech demo, are you going to further work on it or drop it eventually?Because it looks pretty good so far, especially the features sound nice!
Thereâs already a project doc(thanks to some other dudes that help me with it), about 18 pages, so at least I have strict stated goals what to finish. Not sure about dropping, too much effort already spent(both code and models). Anyway, Im going to implement at least all of the current FL gameplay features, then dunno, itâs quite far time point for a solo project: maybe find fat publisher?
-
Vital wrote:
massdriver wrote:âŚmaybe find fat publisher?
Perhaps Microsoft?
lolâd
That sounds like a terrible idea. -
well âfind a publisherâ here I mean that âfinishedâ tech demo could be a starting point for a bigger project, if not, well at least it will be a good platform to build up FL style worlds.
-
Well for this project if you want to make money your best bet is to get MS backing. They own the copyright to FL and if you try to go with another publisher you run the risk of them suing you into poverty. Your other option is to release it as a free game, MS tends to ignore that type of remake since it usually helps make money for the original. Then again if you do it well enough they may simply buy you outâŚ
-
It wont be Freelancer with all of FLâs stuff - another story already made, another names, another universe, all this already exist on some pages of project doc(for those who interested in it I can share). My goal is to recreate FLâs gameplay atmosphere, which is important. Also Im not sure about making money with it, if some publisher will be interested in final tech demo - sure that would be nice, if not - well at least there will be a good platform for FL style games for free, but minimum at the end of next year.
-
Such a shame that youâre all working individually on different projects trying to achieve the same thing, rather than working together on one. Funny old world!
-
Timmy51m wrote:
Such a shame that youâre all working individually on different projects trying to achieve the same thing, rather than working together on one. Funny old world!not sure if working together will always give better results than working alone.
as for me, I have a small team: me coding + 1 story/ideas writer + 1 helps me with modelling, working for about half year already.
-
I think as regards future projects, there is little room for teamwork on a community basis because everybody has a different vision for an FL2.
However, what I think would be a worthwile attempt is to upgrade Freelancer. HD textures, normal maps for everything, some gameplay features everybody wants (can be optional) and so on. Once Freeworlds is released this will be my top priority (and in that process, bringing the graphics update to all mods).
Together with Oculus Rift support, we can actually make some nice news about our old little game
-
I made normal and specular maps for vanilla fl ships in crazy bump, then testing them in your freeworlds demo, honestly, I was gutted at how poor they were compared to games like x3 etc. Looked like an apprentice panel beater had gone to town on them lol, and no matter what approach I tried, couldnât get a good result. Think it might take someone with skill and great patience to make them manually if they are to look good. Civilian ships didnât even work for some reason, couldnât work out why.
Converted ships from x3 and spaceforce etc looked awesome though, so Iâm not knocking your work, itâs awesome!
-
Thatâs largely because crazy bump canât make miracles and tends to make everything look like rock.
-
offtopic: as for normal maps I use 3ds max to produce them as well as making color maps, just make rectangle mesh with details, make ortho projected image for color texture, use directional lights to produce normal map or you can google how to use 3ds max to create normal maps with Render to texture technique, both works osom for me. Also thereâs nice ssbump generator program to make normal maps from color images, but try to provide b/w color map instead of color image source.
-
One idea has crossed my mind, multiple times, yet never posted anything reguarding a possible Freelancer game or something similar. Maybe, just maybe, someone might take the idea and create it from what Im thinging of.
As we all know, Crytech released the Cryengine 3 to the public, as a GLP program for creating their own games/alternative concepts, with either existing or newly made content. The idea of mine, we with a decent or very large team of devolpers and concept designers would work with the Cryengine 3 in creating a large scale version of Freelancer. With the Cryengine 3, the team would be able to create Alternating Economical System, Ship to True Scale(like that in Tides of War, fighters are tiny compared to Capital ships), Increased graphical settings that can be modified by the Client-Side for better FPS and/or Gameplay expirence, New Worlds and New Civilizations( To boldy go where no man has gone before XD), New tech trees and concepts, and most importantly, more diversity in ships, factions, goods, and technologies(weapons included).
But not alot of people see this as a oppertunity and simple forget about it with in a few hours of the idea. This idea is really a better alternative. Ive used the Crysis Map Editor and found that the boundries can be removed and basically go a really far distance from the original area. A sandbox engine, like that of Crysis 1-3, gives a wider margin of larger systems, more room, and some special or secerets that could be hidding. The CryEngine 3 also opens alot more for ship designes, like moving parts, like that of the Human Ships from Babylon 5. But as I said, either someone willing to get thier friends and start doing this or it will fall into the âPit of Great Ideas, but are crapâ. Reason I say that is that anytime I give a concept idea, someone shoots it down saying âIf its not made, its crapâ, in basic terms Im really just finally starting out, but I still perfer doing concepts. But this concept is very very possible.
-
CE3 is hard to work with and not particularly suited to a space sim.
People need to realize that space sims have peculiarities which make them extremely hard to work with, largest being scale. As we have seen in Freelancer, ship shaking (which is due to floating point precision issues) is very much prevalent as soon as scale becomes interesting. Vanilla Freelancer worked around this by using unrealistic scale. Freespace just sticks to small mission areas and uses painted backgrounds for planets, working around the issue.
To make a true to scale space sim, youâd need to heavily modify an existing engine or start from scratch. The former requires access to the engineâs source. Good luck with that.
-
I studied several engines at the start, those were Unity, CryEngine, Gamebryo, Leadwerks, Irrlicht, UT. Keep in mind that even those engines produce nice graphics, thereâs still a lot of problems appear when you start to render more complex scenes than you can see in FPS shooters (like volumetric cloud rendering or complex shadowmaping of transparent objects, adding custom shaders). Sandbox editor and indirect scripting will end up badly without source code access. Most people just dont understand a lot of small details 'cos their job domain isnt software developing.
Unity - no low level engineâs objects access, you just cant create new scene rendering flow, only scripts.
CryEngine - even source code is open to anyone, you just cant improve/modify engine for your needs and still call it CryEngine without proper permissions.
Gamebryo - also used by Black Prophecy, really nice but full commercial license only
Irrlicht - not really accurate architecture.
UT - unreal engine is similar to Cry/Unity one - only sandbox, license problems.
Leadwerks - tech demo runs on it. direct low level access to engine objects as well as high level wrappers. Still some bugs present but they dont mean much for now. Also license doesnt permits you to make fully scriptable game engine, but it can be outrunned by using compiled scripts for final version.