Reminder: Internet Explorer 6 or below are NOT supported.





There are currently 30 users playing Freelancer on
48 servers. | July. 5, 2022 |
Browsing this Thread:
1 Anonymous Users
So I started messing around in Unity |
||||
---|---|---|---|---|
Just can't stay away
![]() ![]() Joined:
2008/6/9 1:11 Group:
Registered Users Senior Members
Posts:
316
![]() |
I've been really wanting to learn Unity for the longest time. I've had this idea in my head for a sort of Nexus: The Jupiter Incident style game for awhile. I decided to mock something up for it as my Unity excuse. I managed to put this whole thing together in one (very long) Sunday. It really speaks a lot to Unity that I was able to do that. Before today I only had a very basic understanding of how Unity works, and I throughout the course of the day I was able to figure out a lot about the scripting workflow. Some things blew me away in how easy they were, especially handling input. The ship model is a kitbashed, upsized, slightly remodeled Rhino from Freelancer. It's now the size of a large corvette or small frigate. Also Unity Pro is really, really cool and I wish I could just throw around $1500 like that.
Posted on: 2012/7/10 3:31
|
|||
![]() |
||||
|
Re: So I started messing around in Unity |
||||
---|---|---|---|---|
Just can't stay away
![]() ![]() Joined:
2009/6/17 9:13 Group:
Registered Users
Posts:
435
![]() |
Amazing work Why!
I checked out the Unity's website and found several tutorials. Which one did you use besides the basics?
Posted on: 2012/7/10 7:30
|
|||
http://vnm51.deviantart.com/gallery/45865900/Freelancer | ||||
|
Re: So I started messing around in Unity |
||||
---|---|---|---|---|
Just can't stay away
![]() ![]() Joined:
2012/5/22 20:21 Group:
Registered Users
Posts:
222
![]() |
Very nice work
Posted on: 2012/7/10 7:50
|
|||
|
Re: So I started messing around in Unity |
||||
---|---|---|---|---|
Home away from home
![]() ![]() Joined:
2009/9/28 21:13 From Wales
Group:
Registered Users Senior Members
Posts:
925
![]() |
Looking good. I get the feeling a lot of FL modders are dumping FL and experimenting with the likes of Unity. We seem to have almost reached the end.
Posted on: 2012/7/10 19:50
|
|||
|
Re: So I started messing around in Unity |
||||
---|---|---|---|---|
Just can't stay away
![]() ![]() Joined:
2008/6/9 1:11 Group:
Registered Users Senior Members
Posts:
316
![]() |
![]() ![]() ![]() ![]() I decided to have a go at some simple AI today. I think people don't give the Freelancer AI the credit it deserves. It's one of those things that you don't really think about because there's nothing wrong with it. There are a lot of little things that to this day amaze me about both Freelancer's autopilot system and the way the AI flies. It's so fluid, smart and precise. In addition to the player flown Rhino frigate, there are now 4 Defenders that fly around. I spent half of my time working on some formation flying AI, and I got it working half decent, but nowhere near as solid as Freelancer's. It's good enough for now though. If I were to ever make this into a real game I'd love to give proper autopilot another go. Quote:
I did the car tutorial a very long time ago, but that's about it. Most of what I did I figured out through Googling for specific things. Another thing worth noting is that although I took a day to set up and code the entire scene, I had spent some of the previous day getting the model imported and looking correctly. Thank you all for the positive comments!
Posted on: 2012/7/11 7:45
|
|||
![]() |
||||
|
Re: So I started messing around in Unity |
||||
---|---|---|---|---|
Just can't stay away
![]() ![]() Joined:
2010/8/2 0:04 Group:
Registered Users FLServer Admins
Posts:
464
![]() |
fantastic work. it really looks promising.
as I remember, some Russian guy also started to make one similar, just dunno was it with a same engine. rly wanted to see work being finished and test the feel of flying / shooting! fingers crossed 4 u to succeed, even with freeware version (if it is as "must" ![]() ![]()
Posted on: 2012/7/11 20:40
|
|||
Of all things that are lost - brain I miss most | ||||
|
Re: So I started messing around in Unity |
||||
---|---|---|---|---|
Home away from home
![]() ![]() Joined:
2009/9/28 21:13 From Wales
Group:
Registered Users Senior Members
Posts:
925
![]() |
I take it you've tried Black Prophecy Why? That's Unity, and although not a popular game, it's visually impressive and the AI is just fine.
Posted on: 2012/7/11 20:48
|
|||
|
Re: So I started messing around in Unity |
||||
---|---|---|---|---|
Quite a regular
![]() ![]() Joined:
2008/6/13 4:53 From Canada
Group:
Registered Users
Posts:
121
![]() |
Hey Why, nice looking so far.
Have you thought of trying Torque 3d? A little bit more involved than Unity, but if you want buy it it is only $150 USD , you get access to full engine source code, and 2 programming seats on the license. It also comes with browser plugins that you can compile specific to your project for FireFox and Internet Explorer to allow playing via the browser. It is a modern Triple A rated game engine with one of the best Networking code bases available. EA, Bioware, Microsoft, and NASA all use a version of the Torque engine. With the Cost of Full Source at only $150 USD it is way more affordable the a License to Unity at $1500 USD. Just a suggestion. check it out at: http://www.garagegames.com if you want to have a look. It is what i am using currently.
Posted on: 2012/7/11 23:00
|
|||
|
Re: So I started messing around in Unity |
||||
---|---|---|---|---|
Just can't stay away
![]() ![]() Joined:
2010/10/27 18:18 From Adelaide, Australia
Group:
Registered Users
Posts:
445
![]() |
Why..... Why did you have to use that particular music. ;~;
DAMN YOU FRIENDLYFIRE DAMN YOU. Jokes aside, looks awesome, love to see what you do with it if you continue.
Posted on: 2012/7/12 2:56
|
|||
|
Re: So I started messing around in Unity |
||||
---|---|---|---|---|
Just can't stay away
![]() ![]() Joined:
2008/6/9 1:11 Group:
Registered Users Senior Members
Posts:
316
![]() |
![]() ![]() Tonight I started writing turret scripts. Unlike pretty much everything else I've written for this little prototype, I'm actually trying to do the turrets right. Meaning, writing the script so that it is robust enough to handle all sorts of arbitrary turrets.(Provided the models were setup correctly.) As of tonight I have them tracking arbitrary targets. They also can be given limits in elevation and azimuth. A good example of azimuth limiting is the front turret on the Rhino. It can't turn past a certain point or else it would end up hitting the ship. Elevation limits prevent the barrels from elevating to impossible extremes. Next up is to write an actual turret controller. This means something that will actually assign targets to turrets. Right now I'm only doing it in a sort of developer/debug way. There's no way right now for a player to assign targets. No video for tonight. Turrets aren't that exciting. Quote:
Yeah I remember it. It is the same engine. I haven't actually looked at their code beyond just a glance. I wanted to start from scratch anyway. Another thing to keep in mind is that if I was to ever make this into an actual game, I would have to rewrite nearly all of this from scratch. I didn't really build any of this in any supportable way. I just wanted a proof of concept demo that looked really impressive beyond all else. Quote:
I tried it a long time ago. I had no idea it was Unity. It was a very visually impressive game, but I never actually got into it because of how bad the lag was. The game also felt kind of clunky. It's too bad really, because it looked fantastic. Quote:
Unity license does suck for being so expensive. I haven't looked at Torque but I think it's pretty funny to use the Tribes 2 engine for a space sim. I did at one point use the Ogre 3D graphics library to try something similar. I got much further along in that project than I did this one. I had integrated an open source physics engine and my own ship managers and spawners. It was far more robust than this hard coded, but pretty, demo. I'm not to keen on switching engines. Not at least until my pro trial runs out anyway. What are you using Torque for anyway?
Posted on: 2012/7/12 8:19
|
|||
![]() |
||||
|
Re: So I started messing around in Unity |
||||
---|---|---|---|---|
Starport Admin
![]() ![]() Joined:
2008/2/26 20:36 From Germany
Group:
Webmasters Registered Users
Posts:
1791
![]() |
Nice work!!
Just to clear something up: Black Prophecy does not use Unity.
Posted on: 2012/7/12 9:06
|
|||
aka chaosgrid http://www.freelancerserver.de https://www.moddb.com/mods/fwtow |
||||
|
Re: So I started messing around in Unity |
||||
---|---|---|---|---|
Home away from home
![]() ![]() Joined:
2009/9/28 21:13 From Wales
Group:
Registered Users Senior Members
Posts:
925
![]() |
It does now wOdk4, things have changed now the battleships are coming.
Posted on: 2012/7/12 9:46
|
|||
|
Re: So I started messing around in Unity |
||||
---|---|---|---|---|
Home away from home
![]() ![]() Joined:
2008/9/11 15:55 From Somewhere at Moscow
Group:
Registered Users FLServer Admins $$$ Supporters $$$ Senior Members
Posts:
1779
![]() |
Not bad
![]()
Posted on: 2012/7/12 12:50
|
|||
Open Sirius Mod | ||||
|
Re: So I started messing around in Unity |
||||
---|---|---|---|---|
Starport Admin
![]() ![]() Joined:
2009/2/21 21:42 Group:
Webmasters Registered Users
Posts:
3520
![]() |
Perhaps the new RTS portion will use Unity, but I have serious doubts they'd rewrite the *entire* game engine to use Unity when their initial solution was more than capable of rendering pretty space vistas.
Posted on: 2012/7/12 17:51
|
|||
"Cynicism is not realistic and tough. It's unrealistic and kind of cowardly because it means you don't have to try." -Peggy Noonan |
||||
|
Re: So I started messing around in Unity |
||||
---|---|---|---|---|
Home away from home
![]() ![]() Joined:
2010/6/13 10:58 From France
Group:
Registered Users $$$ Supporters $$$ Senior Members
Posts:
505
![]() |
Have you tried to maneuver thrusters, like in Nexus TJI. It could be cool to see that.
This is awesome, amazing to see how it works fine!
Posted on: 2012/7/12 22:09
|
|||
|