Freelancer Community Network
Reminder: Internet Explorer 6 or below are NOT supported.
HomeHome
ForumForum
WikiWiki
DownloadsDownloads
ForgeForge
Multiplayer Connection Tutorial
Collapse/Expand Random Image
Collapse/Expand Login
Username:

Password:

Remember me



Lost Password?

Register now!
Collapse/Expand Chat
Collapse/Expand Who's Online
55 user(s) are online (21 user(s) are browsing Forum)

Members: 0
Guests: 55

more...
Collapse/Expand Donations
Monthly costs: -30€
Income (ads): +5€
Donations (last month): +0€

Current balance: 55€
(last updated 04/2021)

Please make a donation if you want to help keeping The-Starport online:

Thanks!
Collapse/Expand Links
Collapse/Expand Advertisement
There are currently 44 users playing Freelancer on 42 servers.
March. 29, 2023

Browsing this Thread:   1 Anonymous Users



 Bottom   Previous Topic   Next Topic  Register To Post

« 1 ... 20 21 22 (23) 24 »


Re: New Renderer (OpenGL 3.3)
Home away from home
Joined:
2010/6/13 10:58
From France
Group:
Registered Users
$$$ Supporters $$$
Senior Members
Posts: 505
Offline
In fact I didn't lose any files thanks to the man who repaired my computer. In fact I will need to tidy up the source files folder. For some UI elements I redid them but for some I upscaled. I made the mod to be usable up to 4K or 8K.
I have some masters that aren't as big as my target specifications so I need to upscale them. It's the occasion to burn my CPU !
And Freelancer's UI resolution management is very odd some time for a big element on screen you have a tiny icon and vice versa, it's hard to have a clear image of how it will looks ingame.
I started working on it mid 2017.

I'm also using Meshlab's Twosteps smoothing to smooth the 3D models after subdividing them. Starlancer 3D models can be smoothed with it and every other games that has extremely low poly meshes.

Attach file:



jpg  Smoothed_Valkyrie.jpg (362.96 KB)
5161_5f204aec817e0.jpg 1920X1080 px

Posted on: 2020/7/28 16:57
Top
Re: New Renderer (OpenGL 3.3)

Joined:
2021/1/22 12:23
Group:
Registered Users
Posts: 38
Offline
Just wanted to drop in and thank you for working on this. It's amazing work well beyond what I can do. Would love to be able to work on shader creation and implementing it one day. For now, it's just creating more content, haha.

I'd like to learn about shaders, but how are you even getting it into the game? Are you having to write it and then inject a DLL into the game .exe so it can have those resources? Or is there another way you're managing to get it loaded? Curious.

Hope you're both well and progress is still going well, too.

Posted on: 2021/1/22 12:33
Top
Re: New Renderer (OpenGL 3.3)
Home away from home
Joined:
2008/7/8 21:15
From Germany
Group:
Registered Users
FLServer Admins
Trusted Speciality Developers
Senior Members
Posts: 605
Offline
Sorry I totally forgot to reply here (usually I write in FL discord nowadays).

Thank you! It basically is a Direct3D 8 dll which gets loaded by the game. But it does way more than just wrap the rendering calls to OpenGL. There is a lot of hooking into the game engine (which needed a lot of reverse engineering) in the background. The shaders are plain text GLSL, so you indeed can play with them if you are up to it.

I managed to do much progress and currently am working on getting the mod in a state where I can ship an installer (last minute fixes, clean up stuff, updating the installer etc).

I was able to increase the texture quality a lot (including normal and roughness maps). Here are some screenshots and a video:

Open in new window
Open in new window
Open in new window

Video: http://www.flnu.net/downloads/fl2211.mp4

Posted on: 2021/11/22 17:39
Top
Re: New Renderer (OpenGL 3.3)

Joined:
2021/1/22 12:23
Group:
Registered Users
Posts: 38
Offline
No worries! I'm on the Discord too as 5anitybane/inhaledchaos. Trying to relearn all the modding knowledge I lost and make a set of videos for our community to try and draw some new blood in.

Holy frolicking spaceballs. Your work is AMAZING. I usually hate graphics update mods as they change the flavour entirely, e.g. Morrowind. For Freelancer, you've just made it feel like a graphical remaster while keeping the feeling alive. That's special. Is this something you're making publicly available or donation based? I'd like to donate at least a few coffees if you're releasing that. The FL community has been dear to me for a long time (though I am relatively new to The Starport, I modded back in TLR days) and what you're doing helps it in a BIG way. Modding FL again is already exciting, but I cannot wait to open up FL in your new renderer. Very, very exciting.

Posted on: 2021/11/23 8:23
Top
Re: New Renderer (OpenGL 3.3)
Home away from home
Joined:
2008/7/8 21:15
From Germany
Group:
Registered Users
FLServer Admins
Trusted Speciality Developers
Senior Members
Posts: 605
Offline
Thanks! I actually feel the same. It's very hard to find mods which keep the original mood. So if you think I succeeded here it makes me very happy

I did not like the current normal maps (somehow it looked a bit like there were compression artefacts) and did some tweaking to the generating process. They are now way more clean. Here is an example:

Open in new window

Regarding donations: That is very kind of you. I still am not sure how to handle this, since I am not so fond of PayPal and do not plan on making an account there. Nevertheless the new renderer will be free for anyone as it should help keeping Fl alive. Donations would be completely optional.

Posted on: 2021/12/20 19:25
Top
Re: New Renderer (OpenGL 3.3)
Quite a regular
Joined:
2010/6/13 13:38
From Russia, Penza
Group:
Registered Users
Posts: 174
Offline
@Schmackbolzen looks awesome, except old textures. Can you try this render with my 2k station textures? You can find it in Freelancer HD or I can send it directly.

Example:
https://media.moddb.com/images/mods/1/ ... 021-02-14_16-39-49-52.png

Posted on: 2021/12/22 21:29
Top
Re: New Renderer (OpenGL 3.3)
Home away from home
Joined:
2008/7/8 21:15
From Germany
Group:
Registered Users
FLServer Admins
Trusted Speciality Developers
Senior Members
Posts: 605
Offline
Thanks! Sure I can try, but my textures are not the original textures. They are 4x upscaled with ESRGAN and the model I wrote a few posts before. I attached a texture as an example.

I will try the the same process for roughness and normal map creation to some of your textures and we will see. For the height maps I can use the same as I currently use (drawn by me and one by Freestalker).

If you want perfect results you would have to create metalness, roughness and normal maps for your textures yourself. Also you would have to convert the textures to albedo maps, as the details are in the normal / height maps. My method currently tries to do exactly that, but it only can do it for the fine details.

Edit: I had a look at the mods and it would be better if you can send me the original images in png/jpg format to avoid compression artefacts. The ones from the mat files in the SOLAR folder (no subfolders) are enough to get a good impression.

Attach file:



jpg  STADTL1_256.tga.jpg (295.48 KB)
289_61c429d0437bd.jpg 1024X1024 px

Posted on: 2021/12/23 7:58
Top
Re: New Renderer (OpenGL 3.3)
Home away from home
Joined:
2010/6/13 10:58
From France
Group:
Registered Users
$$$ Supporters $$$
Senior Members
Posts: 505
Offline
Hey Schmack ! I found Swinir Super res And it gives a nice look to straight line compared to ESRGAN Ground textures and it gives a subtle metalic roughness texture. It's accurate and not that blurry compared to some ESRGAN pretrained models. I think you can try foolhardy remacry. Swinir removes random dithering too.

Here is another DXT compression reducer : https://drive.google.com/file/d/1WXBNd ... a3L1_U7zuNkSpN9aBF0M/view I gonna try to look how it behaves with Swinir and Foolhardy Remacry. I'm testing it curently I gonna do a post to show the result with Swinir and foolhardy remacry. OK I tried ! So BC1 smooth used once or twice + Swinir or foolhardy remacry is better than these two other methodes.

For albedo creation, I can use Blender but as my PC isn't powerful enough, it crashes if I have too much polys... -_- I already created te base material by doing some blender displacement tricks. I can use bump maps to do the displacement too. So I can have a good base by downloading free PBR materials and materials that have bump maps in it. There is this : Artomatix It can convert any diffuse to PBR. I think I will have to try it but if it needs CUDA cores or a powerful PC, I will not be able to use it.
Edit : System requirement for Unity ArtEngine : https://unity3d.atlassian.net/wiki/spa ... rements+and+compatibility
Edit 2 : Here is an example of how to use the PBR material generation. https://unity3d.atlassian.net/wiki/spa ... 26727/Material+Generation
Edit 3 : Albedo Generation : https://unity3d.atlassian.net/wiki/spa ... 4426754/Albedo+Generation

Posted on: 2022/1/4 11:45
Top
Re: New Renderer (OpenGL 3.3)

Joined:
2021/1/22 12:23
Group:
Registered Users
Posts: 38
Offline
Happy New Year 2023, Schmackbolzen! Hope you and family had a good holiday period.

I saw you posted another comment here on TSP and remembered this new shader project. How has the project fared across 2022? It was looking amazing in the last footage.

Posted on: 1/18 5:46
Top
Re: New Renderer (OpenGL 3.3)
Home away from home
Joined:
2008/7/8 21:15
From Germany
Group:
Registered Users
FLServer Admins
Trusted Speciality Developers
Senior Members
Posts: 605
Offline
Thanks and likewise!

I actually have been pretty busy and used most of the free time to work on the renderer. Also we mostly write in discord nowadays. Turned out Swinir is really good for planets as you can see in the screenshots below.

I currently am testing with a very small group of players. I am fixing the last crashes and some more severe rendering issues. So far it mostly runs on other hardware than mine. The goal is to launch the public beta of the mod including the new renderer in the next 1-2 weeks! Expect some more screenshots and videos for the announcement (this time not done by me).

Here are some screenshots of the version we are currently testing:

Open in new window

Open in new window

Open in new window

Open in new window

Open in new window

Open in new window

Posted on: 1/28 20:40
Top
Re: New Renderer (OpenGL 3.3)
Just can't stay away
Joined:
2012/5/22 20:21
Group:
Registered Users
Posts: 244
Offline
Not happening with the images, nothing to click on

Posted on: 1/28 23:21
Top
Re: New Renderer (OpenGL 3.3)
Home away from home
Joined:
2008/9/11 15:55
From Somewhere at Moscow
Group:
Registered Users
FLServer Admins
$$$ Supporters $$$
Senior Members
Posts: 1781
Offline
Right click - open new tab

Posted on: 1/29 20:24
Open Sirius Mod
Top
Re: New Renderer (OpenGL 3.3)
Just can't stay away
Joined:
2012/5/22 20:21
Group:
Registered Users
Posts: 244
Offline
That doesn't even come up as an option for me. Using Chrome btw. Works with Edge though. Impressive work

Posted on: 1/30 17:49
Top
Re: New Renderer (OpenGL 3.3)

Joined:
2021/1/22 12:23
Group:
Registered Users
Posts: 38
Offline
Looks amazing! Wow, really great work. Everything is smooth, even the skyboxes. Looks beautiful. Will it require vanilla or also work in HD?

Posted on: 2/1 7:50
Top
Re: New Renderer (OpenGL 3.3)
Just can't stay away
Joined:
2009/4/8 11:06
From USA
Group:
Registered Users
Senior Members
Posts: 301
Offline
Very nice looking.

Posted on: 2/8 17:39
Top
« 1 ... 20 21 22 (23) 24 »