• Home
  • Index
  • Search
  • Download
  • Server Rules
  • House Roleplay Laws
  • Player Utilities
  • Player Help
  • Forum Utilities
  • Returning Player?
  • Toggle Sidebar
Interactive Nav-Map
Tutorials
New Wiki
ID reference
Restart reference
Players Online
Player Activity
Faction Activity
Player Base Status
Discord Help Channel
DarkStat
Server public configs
POB Administration
Missing Powerplant
Stuck in Connecticut
Account Banned
Lost Ship/Account
POB Restoration
Disconnected
Member List
Forum Stats
Show Team
View New Posts
View Today's Posts
Calendar
Help
Archive Mode




Hi there Guest,  
Existing user?   Sign in    Create account
Login
Username:
Password: Lost Password?
 
  Discovery Gaming Community Discovery Development Discovery Mod General Discussion
« Previous 1 … 482 483 484 485 486 … 547 Next »
Coalition Ships

Server Time (24h)

Players Online

Active Events - Scoreboard

Latest activity

Pages (13): « Previous 1 2 3 4 5 … 13 Next »
Coalition Ships
Offline RingoW
11-19-2007, 06:08 PM,
#21
Member
Posts: 1,399
Threads: 65
Joined: Aug 2007

@ Xing: First try to take a look here:

First Aid for Developers

Thats why it is pinned. If anyone is missing an important link, feel free to add it.
In my second post is a link to a tool compilation. There you will find a good tutorial.

AoM
Reply  
Offline Gamazson
11-19-2007, 06:30 PM,
#22
Member
Posts: 962
Threads: 56
Joined: May 2007

I really like these Xing, however I recommend working on the textures/model around your engine intakes on the larger ships. They look a little plain. You are putting allot of work into these ships and they are growing on me, don't let anything be half-assed. We have 4-5 months until mod work even begins again. Make these a superior product!

-NEXUS

AKA Nexus
  Reply  
Offline Xing
11-20-2007, 12:47 AM,
#23
Member
Posts: 5,274
Threads: 147
Joined: Oct 2007

Don't worry, I'll try to work on these during my december vacations if I can

[Image: audrey03a.png]
  Reply  
Offline Xing
11-25-2007, 06:08 AM,
#24
Member
Posts: 5,274
Threads: 147
Joined: Oct 2007

... I do hope they get lancers online soon because tutorials and the softwares are all on it...

[Image: audrey03a.png]
  Reply  
Offline LancerZero
11-25-2007, 06:52 AM,
#25
Member
Posts: 852
Threads: 52
Joined: Oct 2007

It is possible to save an entire web page, including sub-pages, to your hard drive. I don't know how to do it, but ask around in the Media forum, and I'm sure someone can help you. Of course, that'll only matter if LancersReactor ever comes back up...

Current Stories
Linus' Lackadaisical Logs(upd.3-1-10)
Archived Logs
In the Queen's Service(upd.4-21-10) | The Finer Things in Life (upd.4-8-10)
Silvy's Story(upd.2-29-08) | Conrad's Flight & Fight(upd.1-14-08)
Reply  
Offline Xing
11-29-2007, 01:17 AM,
#26
Member
Posts: 5,274
Threads: 147
Joined: Oct 2007

well, since TLR is down for the moment, I tried to understand a bit more how by sympathetic japanese software works, and managed what I guess is err... the damned file needed to texture a ship up...

As someone previously suggested, I am indeed reworking up all the models.
I am beginning with the Soviet model,
Notice the slight modifications, the back of the hull among all, who was adjusted - previously it was highly irregular. Also the lower side wing supports have been modified, now much more extended toward the outside, like the Liberator. The size of the side wing has been revised, they are shorter.
[Image: testsoviet1mp6.th.png]

So, if anyone wants to texture it up on photoshop or something, I am giving you the - anyway, what I guess is the bmp equivalent of a MAT file...
Have fun, I'll try to work out a texture on my side as well.
[Image: testtexture1cq2.png]

[Image: audrey03a.png]
  Reply  
Offline RingoW
11-29-2007, 01:34 AM,
#27
Member
Posts: 1,399
Threads: 65
Joined: Aug 2007

Imposible to paint, because no one than yourself knows where wich part is located.
Also for all the single faces you don't need an uv map. You can give them a procedural texture. Means just create a square or circle and paint it and asign them to the faces. You can also use existing FL panels for exhaust nozzles and weapoplates. Aditionally you can use a tile mapper to adjust the texture. Hm, hard to explain.

Use an uv map for huge surfaces like main hull and wings only.

Respectfully
AoM
Reply  
Offline Xing
11-29-2007, 01:59 AM, (This post was last modified: 11-29-2007, 05:48 PM by Xing.)
#28
Member
Posts: 5,274
Threads: 147
Joined: Oct 2007

ah thanks AoM. You always have useful advices ^^
and uh yeah it's a bit hard to figure out what is what in that mess...
[Image: test1is6.png]
Soviet class Coalition VHF
The pride of the coalition getting a new paint job =P

[Image: audrey03a.png]
  Reply  
Offline bluntpencil2001
11-29-2007, 02:58 AM,
#29
Member
Posts: 5,088
Threads: 66
Joined: May 2007

You're doing a kick ass job, man.

It's great to see you progress as a ship-builder.

[Image: sig-9566.jpg]
  Reply  
Offline Treewyrm
11-29-2007, 11:10 PM,
#30
Alchemist
Posts: 2,084
Threads: 61
Joined: Jul 2007

I recommend to align uv elements in such way there is little to no unused space left. Group identical/symmetrical so that they use same space on the texture. It's a common approach when skinning models. Your current map is a terrible waste of space, there are many identical elements, too much unused space and even overlapping.

Now, in Freelancer developers used different approach, a somewhat similar to what can be seed in level design in other games. Basically using several small seamless textures to cover various surfaces with them. This method allows re-use of texture in many models that share the same surface material/ornament type, while custom uv map is usually being used in single model only. Plus there are other concerns such as texture size. You can't make just any large size, the larger it is the more memory it will use, as a result when another player approaching that ship will notice big lag while his computer loads your massive texture into the memory.

Here is my recommendation and I suggest you follow it: make 3-4 small seamless textures (64x64 or 128x128, DDS DXT1 with mipmaps) and use them cover surfaces of your ship. Some people make huge single texture for entire ship, from optimization standpoint it's quite wrong. And games, unlike renders, require a lot of attention to optimization both as in model polycount and textures as well. Now sometimes, just sometimes single texture can work fine for a ship when it has small amount of surfaces and generally ship is small by itself. But that is for as long as you know what exactly you are doing and how are you going to arrange your surfaces on uv map.

There are number of tools available around to create seamless textures, for example Texture Maker and Genetica. Of course we shouldn't forget about photoshop although it's not designed for that task (but can work fine as well). If you don't want to create new textures (why making more redundant textures?) use existing ones, with creative approach it can do wonders and will make your ship look better and more Freelancer-ish as you will not have to mimic freelancer textures on your own, you just use them and that's all. Given that you're not a texture artist I suggest to go with Freelancer textures instead of your own.
Reply  
Pages (13): « Previous 1 2 3 4 5 … 13 Next »


  • View a Printable Version
  • Subscribe to this thread


Users browsing this thread:
1 Guest(s)



Powered By MyBB, © 2002-2026 MyBB Group. Theme © 2014 iAndrew & DiscoveryGC
  • Contact Us
  •  Lite mode
Linear Mode
Threaded Mode