Topic: Pitch an idea: Community-driven / "Open-Source" Bash Kit  (Read 13605 times)

0 Members and 1 Guest are viewing this topic.

Offline FoaS_XC

  • Photorps, Sammiches, woot woot.
  • Global Moderator
  • Commander
  • *
  • Posts: 4571
  • Gender: Male
    • Robinomicon
Pitch an idea: Community-driven / "Open-Source" Bash Kit
« on: October 08, 2010, 12:03:55 am »
[youtube]yf3nyO8Vz6o[/youtube]

So thats my idea. What do you guys think?
Robinomicon
"When I was 5 years old, my mom always told me that happiness was the key to life. When I went to school, they asked me what I wanted to be when I grew up. I wrote down “happy.” They told me I didn’t understand the assignment and I told them they didn’t understand life."

Offline Anthony Scott

  • Lt. Junior Grade
  • *
  • Posts: 436
  • Gender: Male
  • Off chasing a lunatic 8 year old :D:P
Re: Pitch an idea: Community-driven / "Open-Source" Bash Kit
« Reply #1 on: October 08, 2010, 12:37:07 am »
Good idea. Are the parts going to be compatible with Blender?
"No enemy can ever completely defeat you. A physical enemy can take your land, your gold, your property. But in order to be defeated uttelry only you can allow that. The human heart can only be crushed from within, not without."- The Dalai Lama

My art blog:
http://anthdigiart.blogspot.com/
My Deviant Art page:
http://anthsco.deviantart.com/
Resident forum history junkie.

"An intelligent man must sometimes get drunk to spend time with fools."
                      -Ernest Hemingway

Offline Starfox1701

  • Lt. Commander
  • *
  • Posts: 1049
Re: Pitch an idea: Community-driven / "Open-Source" Bash Kit
« Reply #2 on: October 08, 2010, 12:47:05 am »
Sounds good what about MS3D?

Offline FoaS_XC

  • Photorps, Sammiches, woot woot.
  • Global Moderator
  • Commander
  • *
  • Posts: 4571
  • Gender: Male
    • Robinomicon
Re: Pitch an idea: Community-driven / "Open-Source" Bash Kit
« Reply #3 on: October 08, 2010, 12:49:01 am »
I don't know blender that well, but I'm sure we can work something out.

MS3d would be much harder to work with because it is very limited. for one MS3d has no boolean or render to texture capabilities - Something which I think will be necessary to get the full benefit of what I have in mind.
Robinomicon
"When I was 5 years old, my mom always told me that happiness was the key to life. When I went to school, they asked me what I wanted to be when I grew up. I wrote down “happy.” They told me I didn’t understand the assignment and I told them they didn’t understand life."

Offline Bonk

  • Commodore
  • *
  • Posts: 13298
  • You don't have to live like a refugee.
Re: Pitch an idea: Community-driven / "Open-Source" Bash Kit
« Reply #4 on: October 08, 2010, 01:42:32 am »
I like it.

Standards and standard operating procedures are good. So long as what they say makes sense. And I think you're making sense.

Major coding projects have coding style guides, as do major writing projects. Why not a SFC/Dynaverse.net model style/standards guide? Which I expect will come about as a result of what you have proposed if it takes off.

Define classes properties and methods, make it code ready.

By class in this context I mean low poly, standard, enhanced, artistic, and pestalence's gaming machine grade.  ;D Properties such as, isLODed, isHardPointed, Model/PartVersion, ShipClass, GameRace... Those sorts of ideas. Perhaps I jump the gun, but perhaps an xml def... for the parts/models, something to help sort them before they proliferate as I suspect they might. (hang on... would it even be possible to pre-hardpoint? ... I think so, they'd just need renumbering after assembly?)

In general I like the concept. But artists are a wild bunch so we can't be offended if people want to go their own way, and we should do our best to find ways of including as much variety in style as possible so long as minimum standards are met. (?)

I'm thinking associated web app repository already, akin to the battleclinic community docks, but where you can select a bunch of parts and have the server zip them all together and send as one file package for you. Ideally with a thumbnail preview of eaech part for the browser, or better yet a collada version of the part in the package for display on a canvas element in the parts package builder ;) ...just brainstormin...
« Last Edit: October 08, 2010, 01:53:47 am by Bonk »

Offline Adonis

  • Dark Slayer
  • Lt. Junior Grade
  • *
  • Posts: 475
  • Gender: Male
  • Da Death Squad ™®©
    • Star Trek Excalibur
Re: Pitch an idea: Community-driven / "Open-Source" Bash Kit
« Reply #5 on: October 08, 2010, 09:12:49 am »
Now, a problem I see with this is that it won't be as easy as just booleaning everything together and merging the psd's into textures. You'd have to have a pretty good idea of how to fix up booleans (because they are messy after all), mapping and working in Photoshop. Not everyone tried something along the lines of me with the Luxor fleet, where you have 24 ships with a total of 8 textures, with one ship using a max total of 6 (4 main (2048x2048 rez) and two (256x64 rez) identical ones for the inner and outer plasma grid pair - the mapping setup I've been using since, with the exception that with SFC's engine, you can safely drop the two grid textures and throw the grid onto the nacelle texture), or 5 ones (ships without a secondary hull). It's not an easy job, you'd have to think through a LOT of things, and here I'm thinking about the guy doing the bashing. You would have to teach each and every one of them how to do it properly.
Easy is the path to wisdom for those not blinded by themselves.


Offline FoaS_XC

  • Photorps, Sammiches, woot woot.
  • Global Moderator
  • Commander
  • *
  • Posts: 4571
  • Gender: Male
    • Robinomicon
Re: Pitch an idea: Community-driven / "Open-Source" Bash Kit
« Reply #6 on: October 08, 2010, 10:45:50 am »
The fixing of booleans is not as hard a problem as I once though. Basically all you need to do is select all the verts that only link 2 edges (I have a maxscript that does this) and remove them.

As far as textures - I think you are right. That will be the biggest hurtle. I'm inclined to think that an auto map on the second channel, then render to texture (like I describe in one of my videos) is not a bad idea. this way it uses just the textures it needs.

Bonk - I love what you are thinking.
Obviously not everyone will want to walk to the same drum, and that's perfectly fine. I think a web-service that lets you pick and choose your parts would be neat, but the person would have to assemble the parts and do all the post work themselves. I do think that if we were to do this we do need a "standard of modelling" though
Robinomicon
"When I was 5 years old, my mom always told me that happiness was the key to life. When I went to school, they asked me what I wanted to be when I grew up. I wrote down “happy.” They told me I didn’t understand the assignment and I told them they didn’t understand life."

Offline FoaS_XC

  • Photorps, Sammiches, woot woot.
  • Global Moderator
  • Commander
  • *
  • Posts: 4571
  • Gender: Male
    • Robinomicon
Re: Pitch an idea: Community-driven / "Open-Source" Bash Kit
« Reply #7 on: October 08, 2010, 12:02:37 pm »
Just farting around with new shapes.



These aren't final versions as they still need to be finished up, mapped, etc.
Robinomicon
"When I was 5 years old, my mom always told me that happiness was the key to life. When I went to school, they asked me what I wanted to be when I grew up. I wrote down “happy.” They told me I didn’t understand the assignment and I told them they didn’t understand life."

intermech

  • Guest
Re: Pitch an idea: Community-driven / "Open-Source" Bash Kit
« Reply #8 on: October 08, 2010, 12:10:35 pm »
ONLY 3800 TRIANGLES?!?!?!?!? I've got to get out of the stone age.

I think this is a good idea. In a way, I sorta do this already with my stuff. On the Boolean, wouldn't it keep the polies down and the design of parts simple if you had each piece as a single-void solid instead of the whole vessel a single-void solid? As far as I can tell, SFC3 is the only one of the four that has fits with that.

For sure, a directory of pre-textured parts that are all to scale would be a huge contribution!

Offline FoaS_XC

  • Photorps, Sammiches, woot woot.
  • Global Moderator
  • Commander
  • *
  • Posts: 4571
  • Gender: Male
    • Robinomicon
Re: Pitch an idea: Community-driven / "Open-Source" Bash Kit
« Reply #9 on: October 08, 2010, 12:15:48 pm »
Having a watertight vessel does have its advantages. For one, when you zoom out far enough, you don't get overlapping triangle errors. For another the break models are much easier to make. The increase in polycount isn't really that bad. In some cases its actually decreased my polycount (because you don't have the occluded faces anymore).

Edit: also, a watertight mesh makes that GI-baking I do easier, but I know that that's not everyone's cup of tea.
Robinomicon
"When I was 5 years old, my mom always told me that happiness was the key to life. When I went to school, they asked me what I wanted to be when I grew up. I wrote down “happy.” They told me I didn’t understand the assignment and I told them they didn’t understand life."

intermech

  • Guest
Re: Pitch an idea: Community-driven / "Open-Source" Bash Kit
« Reply #10 on: October 08, 2010, 01:47:31 pm »
GI-baking? Do teach!

Offline FoaS_XC

  • Photorps, Sammiches, woot woot.
  • Global Moderator
  • Commander
  • *
  • Posts: 4571
  • Gender: Male
    • Robinomicon
Re: Pitch an idea: Community-driven / "Open-Source" Bash Kit
« Reply #11 on: October 08, 2010, 01:48:15 pm »
A link to the video tutorial series I did on it.

http://www.robinomicon.com/c/articles.php?article_id=5
Robinomicon
"When I was 5 years old, my mom always told me that happiness was the key to life. When I went to school, they asked me what I wanted to be when I grew up. I wrote down “happy.” They told me I didn’t understand the assignment and I told them they didn’t understand life."

Offline Centurus

  • Bow before the power of my rubber chickens!!!
  • Captain
  • *
  • Posts: 8495
  • Gender: Male
  • Master of the Rubber Chicken!!!
Re: Pitch an idea: Community-driven / "Open-Source" Bash Kit
« Reply #12 on: October 08, 2010, 07:33:20 pm »
Just farting around with new shapes.



These aren't final versions as they still need to be finished up, mapped, etc.


Mind if I get a copy?  I'd love to see how you've made yours, and also take a closer look at their designs.  For my next ship, I'm thinking of doing a Constellation refit.
The pen is truly mightier than the sword.  And considerably easier to write with.


Offline FoaS_XC

  • Photorps, Sammiches, woot woot.
  • Global Moderator
  • Commander
  • *
  • Posts: 4571
  • Gender: Male
    • Robinomicon
Re: Pitch an idea: Community-driven / "Open-Source" Bash Kit
« Reply #13 on: October 09, 2010, 10:24:56 am »
Sure - but let me get a bit further along the process of getting the kit out.
Robinomicon
"When I was 5 years old, my mom always told me that happiness was the key to life. When I went to school, they asked me what I wanted to be when I grew up. I wrote down “happy.” They told me I didn’t understand the assignment and I told them they didn’t understand life."

Offline FoaS_XC

  • Photorps, Sammiches, woot woot.
  • Global Moderator
  • Commander
  • *
  • Posts: 4571
  • Gender: Male
    • Robinomicon
Re: Pitch an idea: Community-driven / "Open-Source" Bash Kit
« Reply #14 on: October 09, 2010, 10:07:02 pm »
Nacelle Texture test.

Robinomicon
"When I was 5 years old, my mom always told me that happiness was the key to life. When I went to school, they asked me what I wanted to be when I grew up. I wrote down “happy.” They told me I didn’t understand the assignment and I told them they didn’t understand life."

Offline Adonis

  • Dark Slayer
  • Lt. Junior Grade
  • *
  • Posts: 475
  • Gender: Male
  • Da Death Squad ™®©
    • Star Trek Excalibur
Re: Pitch an idea: Community-driven / "Open-Source" Bash Kit
« Reply #15 on: October 10, 2010, 11:31:25 am »
Nice, teal FTW!  :D
Easy is the path to wisdom for those not blinded by themselves.


Offline FoaS_XC

  • Photorps, Sammiches, woot woot.
  • Global Moderator
  • Commander
  • *
  • Posts: 4571
  • Gender: Male
    • Robinomicon
Re: Pitch an idea: Community-driven / "Open-Source" Bash Kit
« Reply #16 on: October 10, 2010, 12:43:43 pm »
Yeah, thought you'd like that.

The way that I'm setting up the textures a person can change the trim color fairly easily. and reuse the same texture for most of their nacelle variants. I still am going to recommend that bake their textures, though.

Here's a texture "guide" that will be part of the PSD that is to be released. There are pre-made areas that people can map to consistently, so this way a person using this kit can use a texture made by me, or by KF, or by whoever. Then if they need to there are open areas that they can make their own additions with, if need be.

Robinomicon
"When I was 5 years old, my mom always told me that happiness was the key to life. When I went to school, they asked me what I wanted to be when I grew up. I wrote down “happy.” They told me I didn’t understand the assignment and I told them they didn’t understand life."

Offline Starfox1701

  • Lt. Commander
  • *
  • Posts: 1049
Re: Pitch an idea: Community-driven / "Open-Source" Bash Kit
« Reply #17 on: October 10, 2010, 02:24:28 pm »
Looking good; cant wait

Offline FoaS_XC

  • Photorps, Sammiches, woot woot.
  • Global Moderator
  • Commander
  • *
  • Posts: 4571
  • Gender: Male
    • Robinomicon
Re: Pitch an idea: Community-driven / "Open-Source" Bash Kit
« Reply #18 on: October 10, 2010, 02:49:08 pm »
Well, I found a solution to a problem that I felt coming a little while back - it has to do with the alignment of UVWs. If you have the front of Nacelle A, the middle of Nacelle B, and the end of Nacelle F - you want the UVs of those to be aligned as best as humanly possible. The way that Max handles UVs its a little harder than you'd think. But, I have a solution. Included in all the nacelles that I will be released is a single plane object use to align the UVs. I'll post a video on how it works in a bit.
Robinomicon
"When I was 5 years old, my mom always told me that happiness was the key to life. When I went to school, they asked me what I wanted to be when I grew up. I wrote down “happy.” They told me I didn’t understand the assignment and I told them they didn’t understand life."

Offline FoaS_XC

  • Photorps, Sammiches, woot woot.
  • Global Moderator
  • Commander
  • *
  • Posts: 4571
  • Gender: Male
    • Robinomicon
Re: Pitch an idea: Community-driven / "Open-Source" Bash Kit
« Reply #19 on: October 11, 2010, 06:55:25 am »
Here's a bit of the workflow that I've had to come up with when working with these parts.

[youtube]JVhlGnWOpfM[/youtube]

[youtube]a421aHVQS8g[/youtube]
Robinomicon
"When I was 5 years old, my mom always told me that happiness was the key to life. When I went to school, they asked me what I wanted to be when I grew up. I wrote down “happy.” They told me I didn’t understand the assignment and I told them they didn’t understand life."

Offline FoaS_XC

  • Photorps, Sammiches, woot woot.
  • Global Moderator
  • Commander
  • *
  • Posts: 4571
  • Gender: Male
    • Robinomicon
Re: Pitch an idea: Community-driven / "Open-Source" Bash Kit
« Reply #20 on: October 11, 2010, 11:21:26 am »
So I started coming up with a naming convention for all the parts that might come about. This got me started thinking back a system of standards we might want to impliment towards this project.

I started doing a video about it, and after about 10 takes I got frustrated. So off to take a shower and I will try again.
Robinomicon
"When I was 5 years old, my mom always told me that happiness was the key to life. When I went to school, they asked me what I wanted to be when I grew up. I wrote down “happy.” They told me I didn’t understand the assignment and I told them they didn’t understand life."

Offline FoaS_XC

  • Photorps, Sammiches, woot woot.
  • Global Moderator
  • Commander
  • *
  • Posts: 4571
  • Gender: Male
    • Robinomicon
Re: Pitch an idea: Community-driven / "Open-Source" Bash Kit
« Reply #21 on: October 11, 2010, 01:55:26 pm »
Okay, made the video that I'm finally happy with. It goes into detail as to a naming convention and gives a quick glaze over on whywe would need a standard for this project in the first place. I will be playing with my wiki tonight to make room for bashkit documentation.

[youtube]UYac8CNpyjU[/youtube]
(may not be done processing yet)

Also on my mind is a video showing the complete evolution from template to final nacelle.
Robinomicon
"When I was 5 years old, my mom always told me that happiness was the key to life. When I went to school, they asked me what I wanted to be when I grew up. I wrote down “happy.” They told me I didn’t understand the assignment and I told them they didn’t understand life."

Offline FoaS_XC

  • Photorps, Sammiches, woot woot.
  • Global Moderator
  • Commander
  • *
  • Posts: 4571
  • Gender: Male
    • Robinomicon
Re: Pitch an idea: Community-driven / "Open-Source" Bash Kit
« Reply #22 on: October 11, 2010, 10:21:14 pm »
What, no flames?
Robinomicon
"When I was 5 years old, my mom always told me that happiness was the key to life. When I went to school, they asked me what I wanted to be when I grew up. I wrote down “happy.” They told me I didn’t understand the assignment and I told them they didn’t understand life."

Offline Starfox1701

  • Lt. Commander
  • *
  • Posts: 1049
Re: Pitch an idea: Community-driven / "Open-Source" Bash Kit
« Reply #23 on: October 11, 2010, 11:18:20 pm »
I don't see a reason to flame but its a bit much to keep straight in the head. I get the gist of it. One thing is for sure at some point you will need to write it down so we can all remeber it.

Offline FoaS_XC

  • Photorps, Sammiches, woot woot.
  • Global Moderator
  • Commander
  • *
  • Posts: 4571
  • Gender: Male
    • Robinomicon
Re: Pitch an idea: Community-driven / "Open-Source" Bash Kit
« Reply #24 on: October 12, 2010, 12:11:56 am »
Well, a lot of these thoughts are coming to me one after another. Keeping them straight in my own head is a little daunting.
As I get further along in the system I'll be making more concise and less ranty videos giving explinations and procedures. Furthermore my wiki will be updated to include all sorts of documentation for this project.

I know it seems slapdash at the moment (and truth be told, it is) but its slowly coming together :)
Robinomicon
"When I was 5 years old, my mom always told me that happiness was the key to life. When I went to school, they asked me what I wanted to be when I grew up. I wrote down “happy.” They told me I didn’t understand the assignment and I told them they didn’t understand life."

Offline Dizzy

  • Captain
  • *
  • Posts: 6179
Re: Pitch an idea: Community-driven / "Open-Source" Bash Kit
« Reply #25 on: October 12, 2010, 08:34:09 am »
Did I get that right that one nacelle has 3800 polys? Heh, and using 2048x texture maps... lol. U'd need a super computer to run that thing in the game engine. Are u guys smoking crack?

Offline Tus-XC

  • Capt
  • XenoCorp® Member
  • Commander
  • *
  • Posts: 2788
  • Gender: Male
Re: Pitch an idea: Community-driven / "Open-Source" Bash Kit
« Reply #26 on: October 12, 2010, 10:13:30 am »
Did I get that right that one nacelle has 3800 polys? Heh, and using 2048x texture maps... lol. U'd need a super computer to run that thing in the game engine. Are u guys smoking crack?

Better listening would have led you to find out that was the connie.  secondly.... you would just need my computer to play with that ;)
Rob

"Elige Sortem Tuam"

Offline Starfox1701

  • Lt. Commander
  • *
  • Posts: 1049
Re: Pitch an idea: Community-driven / "Open-Source" Bash Kit
« Reply #27 on: October 12, 2010, 12:35:43 pm »
I don't think the engine is 3800 polies, and textrures can be resized to match PC proformanc but the bigger they start out the better as te easier it is do do good looking details.

Offline FoaS_XC

  • Photorps, Sammiches, woot woot.
  • Global Moderator
  • Commander
  • *
  • Posts: 4571
  • Gender: Male
    • Robinomicon
Re: Pitch an idea: Community-driven / "Open-Source" Bash Kit
« Reply #28 on: October 12, 2010, 01:36:12 pm »
The entire connie was 3866 and I'm using 1024x textures.
Robinomicon
"When I was 5 years old, my mom always told me that happiness was the key to life. When I went to school, they asked me what I wanted to be when I grew up. I wrote down “happy.” They told me I didn’t understand the assignment and I told them they didn’t understand life."

Offline Dizzy

  • Captain
  • *
  • Posts: 6179
Re: Pitch an idea: Community-driven / "Open-Source" Bash Kit
« Reply #29 on: October 12, 2010, 04:52:33 pm »
Oh thats perfect! It got LOD's?

Offline FoaS_XC

  • Photorps, Sammiches, woot woot.
  • Global Moderator
  • Commander
  • *
  • Posts: 4571
  • Gender: Male
    • Robinomicon
Re: Pitch an idea: Community-driven / "Open-Source" Bash Kit
« Reply #30 on: October 12, 2010, 04:54:36 pm »
Not yet - One step at a time.

I haven't really thought all that hard about how to add LODs to the Bash kit, yet, but I'd like to.
Robinomicon
"When I was 5 years old, my mom always told me that happiness was the key to life. When I went to school, they asked me what I wanted to be when I grew up. I wrote down “happy.” They told me I didn’t understand the assignment and I told them they didn’t understand life."

Offline FoaS_XC

  • Photorps, Sammiches, woot woot.
  • Global Moderator
  • Commander
  • *
  • Posts: 4571
  • Gender: Male
    • Robinomicon
Re: Pitch an idea: Community-driven / "Open-Source" Bash Kit
« Reply #31 on: October 12, 2010, 08:55:23 pm »
So, what do you all think about adding required LODs to the standards of part-making for the bash kit? I can create a method but I'd like feed back.
Robinomicon
"When I was 5 years old, my mom always told me that happiness was the key to life. When I went to school, they asked me what I wanted to be when I grew up. I wrote down “happy.” They told me I didn’t understand the assignment and I told them they didn’t understand life."

Offline GotAFarmYet?

  • Lt. Commander
  • *
  • Posts: 1188
Re: Pitch an idea: Community-driven / "Open-Source" Bash Kit
« Reply #32 on: October 13, 2010, 12:11:30 am »
Truthfully,
I think it would be a bad idea as the purpose is more or less to kitbash parts to make models. if the sections you make have LODs and the all the parts are not from this project then you will have parts of ships flying in the distance from kitbashers. The other reason is you are already making a complicated path to make mapping work adding this level is not really needed. not to mention  the files for everything start to grow impractically large
People always said they wanted the government to listen to them and now the government is listening, taking notes and names...and coming to see you soon!

America-Not the land of the free anymore...
 Its the land of the freeloaders

Remember the axiom of big government bureaucrats: If it moves, tax it. If it keeps moving, regulate it. When, finally, under the crushing weight of taxes and regulation, it stops moving, subsidize it.

Offline FoaS_XC

  • Photorps, Sammiches, woot woot.
  • Global Moderator
  • Commander
  • *
  • Posts: 4571
  • Gender: Male
    • Robinomicon
Re: Pitch an idea: Community-driven / "Open-Source" Bash Kit
« Reply #33 on: October 13, 2010, 12:40:19 am »
I see your point - Honestly, my idea for a quick LOD workflow ended up being very very unweildy and impractical.

Another thing I can think of is to create the LOD templates, offer them to people who want to go through the effort and let people make LODs for parts they make if they so desire, but then we have a problem with some parts have LODs and some don't.... Is it better to have an all or nothing or is it better to have something better than nothing?
Robinomicon
"When I was 5 years old, my mom always told me that happiness was the key to life. When I went to school, they asked me what I wanted to be when I grew up. I wrote down “happy.” They told me I didn’t understand the assignment and I told them they didn’t understand life."

Offline GotAFarmYet?

  • Lt. Commander
  • *
  • Posts: 1188
Re: Pitch an idea: Community-driven / "Open-Source" Bash Kit
« Reply #34 on: October 13, 2010, 10:10:34 am »
You are looking at all or nothing,
1 not all programs (milkshape) can work with LOD files.
2 if it LOD works, if they use outside peices the ships will be seen only as peices inside the game at a distance
3 not sure if a partial model is exportable
4 LODs require textures, normally at reduced size and resolution to be effective, this greatly increases the file size for each part

So well it is a nice idea it is not practical and would add needless complexity to your project, which is already complex. Best bet, if it can be done, templates work for those that will go the extra mile, most will not as it adds extra work and will not be useful moving ships from one game to the next.

So if it were me I would worry about the about the parts and making them interchangable. Once that is finished then look at templates.
People always said they wanted the government to listen to them and now the government is listening, taking notes and names...and coming to see you soon!

America-Not the land of the free anymore...
 Its the land of the freeloaders

Remember the axiom of big government bureaucrats: If it moves, tax it. If it keeps moving, regulate it. When, finally, under the crushing weight of taxes and regulation, it stops moving, subsidize it.

Offline FoaS_XC

  • Photorps, Sammiches, woot woot.
  • Global Moderator
  • Commander
  • *
  • Posts: 4571
  • Gender: Male
    • Robinomicon
Re: Pitch an idea: Community-driven / "Open-Source" Bash Kit
« Reply #35 on: October 13, 2010, 12:30:04 pm »
I need someone who knows a bit more about the Nacelle Designations than I do. I know the canon Refit Connie nacelle is called the LN-64 by FASA and other lore. Are there any more generally accepted Fanon designations for other nacelles (ie: what is on the Constellation, what the funky ones the Ascension or whatever are called).
Robinomicon
"When I was 5 years old, my mom always told me that happiness was the key to life. When I went to school, they asked me what I wanted to be when I grew up. I wrote down “happy.” They told me I didn’t understand the assignment and I told them they didn’t understand life."

Offline Starfox1701

  • Lt. Commander
  • *
  • Posts: 1049
Re: Pitch an idea: Community-driven / "Open-Source" Bash Kit
« Reply #36 on: October 13, 2010, 12:45:44 pm »
There is som info around for TMP stuff but nothing that is all inclusive. For example the LN-64 stands for Leeding Necelle model 64 and is the manufactuers name not the starfleet componet name. To get a unified system you will really need to make your own thing up. Just rememeber KISS.

Offline FoaS_XC

  • Photorps, Sammiches, woot woot.
  • Global Moderator
  • Commander
  • *
  • Posts: 4571
  • Gender: Male
    • Robinomicon
Re: Pitch an idea: Community-driven / "Open-Source" Bash Kit
« Reply #37 on: October 13, 2010, 01:04:59 pm »
I've seen a bunch of different designations around: LN-64, LN-72, LN-68, LN-66. That's fine if they are the company designation and not a starfleet one - better to use something established than have a completely arbitrary system (granted, arbitrary designations are going to come up, but they will be based on the aforementioned established system). The problem is that i don't know what the LN-66 is supposed to be, or the LN-72, etc.
Robinomicon
"When I was 5 years old, my mom always told me that happiness was the key to life. When I went to school, they asked me what I wanted to be when I grew up. I wrote down “happy.” They told me I didn’t understand the assignment and I told them they didn’t understand life."

Offline Starfox1701

  • Lt. Commander
  • *
  • Posts: 1049
Re: Pitch an idea: Community-driven / "Open-Source" Bash Kit
« Reply #38 on: October 13, 2010, 04:51:01 pm »
The rest of these come from Todd Gunther's Ships of the Starfleet book. The cover the different Necelle veriants mostly for Constution class veriations. My copy is in storage but there is some fan stuff based on that book here  http://www.cygnus-x1.net/links/lcars/index.html

The stuff is at the bottom of the blueprints section.

Offline FoaS_XC

  • Photorps, Sammiches, woot woot.
  • Global Moderator
  • Commander
  • *
  • Posts: 4571
  • Gender: Male
    • Robinomicon
Re: Pitch an idea: Community-driven / "Open-Source" Bash Kit
« Reply #39 on: October 13, 2010, 10:59:03 pm »
New video on the way: This one detailing how I made a completed nacelle from the "Template" pieces that you saw before.
Robinomicon
"When I was 5 years old, my mom always told me that happiness was the key to life. When I went to school, they asked me what I wanted to be when I grew up. I wrote down “happy.” They told me I didn’t understand the assignment and I told them they didn’t understand life."

Offline FoaS_XC

  • Photorps, Sammiches, woot woot.
  • Global Moderator
  • Commander
  • *
  • Posts: 4571
  • Gender: Male
    • Robinomicon
Re: Pitch an idea: Community-driven / "Open-Source" Bash Kit
« Reply #40 on: October 14, 2010, 01:04:49 am »
Here's the video, in six parts.
[youtube]e685M7UJjd8[/youtube]
[youtube]mFlDGmJn-YU[/youtube]
[youtube]thtK04Oqtn0[/youtube]
[youtube]bz-iJ_UrU5c[/youtube]
[youtube]pJfX_meeJ8k[/youtube]
[youtube]55aYCsheYls[/youtube]

Something of note: when I say that the vertex count on the seams are important, I also mean to say that the placement of those vertices ought not be changed as part of the compatibility thing.
Robinomicon
"When I was 5 years old, my mom always told me that happiness was the key to life. When I went to school, they asked me what I wanted to be when I grew up. I wrote down “happy.” They told me I didn’t understand the assignment and I told them they didn’t understand life."

Offline Starfox1701

  • Lt. Commander
  • *
  • Posts: 1049
Re: Pitch an idea: Community-driven / "Open-Source" Bash Kit
« Reply #41 on: October 14, 2010, 01:07:58 pm »
Very nice. thanks

Offline Aramus

  • Lt. Junior Grade
  • *
  • Posts: 48
  • Gender: Male
Re: Pitch an idea: Community-driven / "Open-Source" Bash Kit
« Reply #42 on: October 14, 2010, 02:05:54 pm »
Can I interupt and say I think its a great idea and I like what your doing. can I have your plugin thingy for your modelling tools on that floating window to the left  :crazy2:

Ya dont get if ya dont ask  :D

Offline FoaS_XC

  • Photorps, Sammiches, woot woot.
  • Global Moderator
  • Commander
  • *
  • Posts: 4571
  • Gender: Male
    • Robinomicon
Re: Pitch an idea: Community-driven / "Open-Source" Bash Kit
« Reply #43 on: October 14, 2010, 02:06:42 pm »
It's not mine. It's called Polyboost v4.1.
Robinomicon
"When I was 5 years old, my mom always told me that happiness was the key to life. When I went to school, they asked me what I wanted to be when I grew up. I wrote down “happy.” They told me I didn’t understand the assignment and I told them they didn’t understand life."

Offline FoaS_XC

  • Photorps, Sammiches, woot woot.
  • Global Moderator
  • Commander
  • *
  • Posts: 4571
  • Gender: Male
    • Robinomicon
Re: Pitch an idea: Community-driven / "Open-Source" Bash Kit
« Reply #44 on: October 14, 2010, 04:07:21 pm »
I'm moving on from nacelles to saucers. So far I have four saucers solidly in mind: Standard Enterprise, A saucer with a nacelle cut into the ventral side of it (http://www.inpayne.com/models/uss-montefusco.html), the Miranda saucer, and the Star League saucer (with the extra deck). This doesn't include saucers like the Excelsior, etc, yet. If anyone has more suggestions for more saucer variants they'd like to see, let's hear it.
Robinomicon
"When I was 5 years old, my mom always told me that happiness was the key to life. When I went to school, they asked me what I wanted to be when I grew up. I wrote down “happy.” They told me I didn’t understand the assignment and I told them they didn’t understand life."

Offline Starfox1701

  • Lt. Commander
  • *
  • Posts: 1049
Re: Pitch an idea: Community-driven / "Open-Source" Bash Kit
« Reply #45 on: October 14, 2010, 05:30:10 pm »
I like this one too

Offline FoaS_XC

  • Photorps, Sammiches, woot woot.
  • Global Moderator
  • Commander
  • *
  • Posts: 4571
  • Gender: Male
    • Robinomicon
Re: Pitch an idea: Community-driven / "Open-Source" Bash Kit
« Reply #46 on: October 14, 2010, 05:30:58 pm »
I think we can arrange that :)
Robinomicon
"When I was 5 years old, my mom always told me that happiness was the key to life. When I went to school, they asked me what I wanted to be when I grew up. I wrote down “happy.” They told me I didn’t understand the assignment and I told them they didn’t understand life."

Offline FoaS_XC

  • Photorps, Sammiches, woot woot.
  • Global Moderator
  • Commander
  • *
  • Posts: 4571
  • Gender: Male
    • Robinomicon
Re: Pitch an idea: Community-driven / "Open-Source" Bash Kit
« Reply #47 on: October 14, 2010, 05:57:24 pm »
Robinomicon
"When I was 5 years old, my mom always told me that happiness was the key to life. When I went to school, they asked me what I wanted to be when I grew up. I wrote down “happy.” They told me I didn’t understand the assignment and I told them they didn’t understand life."

Offline Centurus

  • Bow before the power of my rubber chickens!!!
  • Captain
  • *
  • Posts: 8495
  • Gender: Male
  • Master of the Rubber Chicken!!!
Re: Pitch an idea: Community-driven / "Open-Source" Bash Kit
« Reply #48 on: October 14, 2010, 09:16:25 pm »
I like this one too

That's my Mars Class kitbash!!  :-D  Glad you liked it.
The pen is truly mightier than the sword.  And considerably easier to write with.


Offline FoaS_XC

  • Photorps, Sammiches, woot woot.
  • Global Moderator
  • Commander
  • *
  • Posts: 4571
  • Gender: Male
    • Robinomicon
Re: Pitch an idea: Community-driven / "Open-Source" Bash Kit
« Reply #49 on: October 15, 2010, 03:23:02 pm »
This is probably going to turn into a video blog
[youtube]CR_mcICztTs[/youtube]
Robinomicon
"When I was 5 years old, my mom always told me that happiness was the key to life. When I went to school, they asked me what I wanted to be when I grew up. I wrote down “happy.” They told me I didn’t understand the assignment and I told them they didn’t understand life."

Offline markyd

  • Lt. Commander
  • *
  • Posts: 2090
  • Gender: Male
Re: Pitch an idea: Community-driven / "Open-Source" Bash Kit
« Reply #50 on: October 15, 2010, 04:11:13 pm »
You are putting allot of thought and work into this, and your ideas are excellent, the quality of work is great. I hope your not wasting your time though mate. Either way, good luck with it  :)

Offline Starfox1701

  • Lt. Commander
  • *
  • Posts: 1049
Re: Pitch an idea: Community-driven / "Open-Source" Bash Kit
« Reply #51 on: October 15, 2010, 04:40:11 pm »
I don't think you can get the different sizes on 1 texture but you dould try somthing like 512X512 panals for the differnt sections and let the basher put them together to make model specific 1024X1024 textures. That way you just swap out the panal for the different scale saucer or hull segment as needed.

Offline FoaS_XC

  • Photorps, Sammiches, woot woot.
  • Global Moderator
  • Commander
  • *
  • Posts: 4571
  • Gender: Male
    • Robinomicon
Re: Pitch an idea: Community-driven / "Open-Source" Bash Kit
« Reply #52 on: October 15, 2010, 05:05:20 pm »
I do have one solution in mind for the saucers. I'm working out the bugs as we speak. If I have time tonight I'll post an example of my thought process. If not tonight, then tomorrow.
Robinomicon
"When I was 5 years old, my mom always told me that happiness was the key to life. When I went to school, they asked me what I wanted to be when I grew up. I wrote down “happy.” They told me I didn’t understand the assignment and I told them they didn’t understand life."

Offline GotAFarmYet?

  • Lt. Commander
  • *
  • Posts: 1188
Re: Pitch an idea: Community-driven / "Open-Source" Bash Kit
« Reply #53 on: October 15, 2010, 05:22:48 pm »
The only problem I can see with it using one texture would be warping and streching issues in the none regular shaped areas
Even then model shading/smoothing might become a issue if you move it to a different texture sheet. so well you can easily make swapable parts other areas will accumulate errors that the modeller will have to know how to fix and make replacement textures for
People always said they wanted the government to listen to them and now the government is listening, taking notes and names...and coming to see you soon!

America-Not the land of the free anymore...
 Its the land of the freeloaders

Remember the axiom of big government bureaucrats: If it moves, tax it. If it keeps moving, regulate it. When, finally, under the crushing weight of taxes and regulation, it stops moving, subsidize it.

Offline FoaS_XC

  • Photorps, Sammiches, woot woot.
  • Global Moderator
  • Commander
  • *
  • Posts: 4571
  • Gender: Male
    • Robinomicon
Re: Pitch an idea: Community-driven / "Open-Source" Bash Kit
« Reply #54 on: October 15, 2010, 05:53:42 pm »
Not sure if I follow what you mean, GAFY
Robinomicon
"When I was 5 years old, my mom always told me that happiness was the key to life. When I went to school, they asked me what I wanted to be when I grew up. I wrote down “happy.” They told me I didn’t understand the assignment and I told them they didn’t understand life."

Offline atheorhaven

  • Lt. Commander
  • *
  • Posts: 1801
    • Mare Imbrium Shipyards
Re: Pitch an idea: Community-driven / "Open-Source" Bash Kit
« Reply #55 on: October 15, 2010, 06:49:56 pm »
I'm moving on from nacelles to saucers. So far I have four saucers solidly in mind: Standard Enterprise, A saucer with a nacelle cut into the ventral side of it (http://www.inpayne.com/models/uss-montefusco.html), the Miranda saucer, and the Star League saucer (with the extra deck). This doesn't include saucers like the Excelsior, etc, yet. If anyone has more suggestions for more saucer variants they'd like to see, let's hear it.


Three suggestions actually.

a) FCX saucer (pretty please).  Some people don't like them, but there are kitbashes that use 'em.
b) FCVF (fast cruiser), also pretty please.  ;)  http://starfleetcommand3.filefront.com/screenshots/File/31429/1
c) Something for a medical ship like the Olympic (Pasteur) and/or Daedeles.  Not everyone will be doing TNG.  ;)

Suggestions, take 'em or leave 'em..
..ooOOoo..totally useless information..ooOOoo..

Mare Imbrium Shipyards - http://mareimbrium.webhop.net

Don't bother checking out my website for the most recent updates, because I've
been too lazy to update it!  Check Battleclinic!

Offline FoaS_XC

  • Photorps, Sammiches, woot woot.
  • Global Moderator
  • Commander
  • *
  • Posts: 4571
  • Gender: Male
    • Robinomicon
Re: Pitch an idea: Community-driven / "Open-Source" Bash Kit
« Reply #56 on: October 15, 2010, 06:52:36 pm »
Oh god - not that F-CF >.< that thing is so ugly. I'm going to leave that one for another part contributer to deal with :-/

FCX saucer is doable - but I'll leave that for when I start making the Excel parts.

Sphericals are easy (mostly), I'll see what I can do about those :)
Robinomicon
"When I was 5 years old, my mom always told me that happiness was the key to life. When I went to school, they asked me what I wanted to be when I grew up. I wrote down “happy.” They told me I didn’t understand the assignment and I told them they didn’t understand life."

Offline atheorhaven

  • Lt. Commander
  • *
  • Posts: 1801
    • Mare Imbrium Shipyards
Re: Pitch an idea: Community-driven / "Open-Source" Bash Kit
« Reply #57 on: October 15, 2010, 07:05:31 pm »
Oh god - not that F-CF >.< that thing is so ugly. I'm going to leave that one for another part contributer to deal with :-/

Ugly yes, but here's a prime chance to make sure that anything going forward has a premade saucer that isn't.  That's why I chose it.. the Fast Cruisers almost have an Intrepid type styling that you don't see on even Lost Era that much.. and if someone wants to recreate something like a TOS or TMP era Voyager, they'll need something like this hull to do it.  ;)

Personal preference is that we wouldn't see many of these, but I can see where someone wants to build an updated Ranger (or Ranger itself) and they'd need something like this.  All in all, your call.. just trying to put in some requests for differently shaped hulls to maximize some of the capabilities of the kitbashes, that's all..
..ooOOoo..totally useless information..ooOOoo..

Mare Imbrium Shipyards - http://mareimbrium.webhop.net

Don't bother checking out my website for the most recent updates, because I've
been too lazy to update it!  Check Battleclinic!

Offline FoaS_XC

  • Photorps, Sammiches, woot woot.
  • Global Moderator
  • Commander
  • *
  • Posts: 4571
  • Gender: Male
    • Robinomicon
Re: Pitch an idea: Community-driven / "Open-Source" Bash Kit
« Reply #58 on: October 15, 2010, 07:10:09 pm »
I'll see about coming up with a version that doesn't make my stomach go all queezy whenever I see it.
Robinomicon
"When I was 5 years old, my mom always told me that happiness was the key to life. When I went to school, they asked me what I wanted to be when I grew up. I wrote down “happy.” They told me I didn’t understand the assignment and I told them they didn’t understand life."

Offline atheorhaven

  • Lt. Commander
  • *
  • Posts: 1801
    • Mare Imbrium Shipyards
Re: Pitch an idea: Community-driven / "Open-Source" Bash Kit
« Reply #59 on: October 15, 2010, 07:47:24 pm »
I'll see about coming up with a version that doesn't make my stomach go all queezy whenever I see it.

Super, that's all I'm asking.  :D

Again, look less at the "flat iron" idea on the one I pointed to, and look more towards an arrowhead or Intrepid as I think that's more the way to go.  Streamlined, clean, smooth.  :)
..ooOOoo..totally useless information..ooOOoo..

Mare Imbrium Shipyards - http://mareimbrium.webhop.net

Don't bother checking out my website for the most recent updates, because I've
been too lazy to update it!  Check Battleclinic!

Offline FoaS_XC

  • Photorps, Sammiches, woot woot.
  • Global Moderator
  • Commander
  • *
  • Posts: 4571
  • Gender: Male
    • Robinomicon
Re: Pitch an idea: Community-driven / "Open-Source" Bash Kit
« Reply #60 on: October 16, 2010, 01:52:09 am »
A decision has been made regarding the mapping of saucers. Right now I have four different saucers: the 100% (ie: the one the size of the enterprise's saucer), the 150% (the one you find on the star league), the 200%, and the 50% (like on the Okinawa).

This is my "Beta" version of the mapping"

 - Blue = 200%
 - Green = 150%
 - Yellow = 100%
 - Red = 50%

Right now they are all mapped so they use a 1024x256 texture. That was done so that sizes of details are uniform. However, I have decided to split it up properly. They will now each take up the maximum amount of room possible on different sizes textures. However, the scale between the different saucers will remain uniform. If this doesn't make sense to you - simply trust me.
Robinomicon
"When I was 5 years old, my mom always told me that happiness was the key to life. When I went to school, they asked me what I wanted to be when I grew up. I wrote down “happy.” They told me I didn’t understand the assignment and I told them they didn’t understand life."

Offline FoaS_XC

  • Photorps, Sammiches, woot woot.
  • Global Moderator
  • Commander
  • *
  • Posts: 4571
  • Gender: Male
    • Robinomicon
Re: Pitch an idea: Community-driven / "Open-Source" Bash Kit
« Reply #61 on: October 16, 2010, 02:01:57 am »
Question.

For Battleships, would a texture that is 2048x512 be ridiculous? I know I have no problems running such sized maps (I've run 4x4096x4096 before), but I want to get a feel for what you guys think.
Robinomicon
"When I was 5 years old, my mom always told me that happiness was the key to life. When I went to school, they asked me what I wanted to be when I grew up. I wrote down “happy.” They told me I didn’t understand the assignment and I told them they didn’t understand life."

Offline Starfox1701

  • Lt. Commander
  • *
  • Posts: 1049
Re: Pitch an idea: Community-driven / "Open-Source" Bash Kit
« Reply #62 on: October 16, 2010, 01:06:48 pm »
Well it depemds on how much biger the BB is then the DN. Mars is about 550m so its not much bigger then Star League; but Yamato is well over 800m. to need a texture that size the BB saucer would need to nearly twice the size of the DN saucer.

Offline Kreeargh

  • Retired.
  • Lt. Commander
  • *
  • Posts: 1476
  • Gender: Male
  • Life is as is worth only what you learn from it!
Re: Pitch an idea: Community-driven / "Open-Source" Bash Kit
« Reply #63 on: October 16, 2010, 09:45:50 pm »
You are putting allot of thought and work into this, and your ideas are excellent, the quality of work is great. I hope your not wasting your time though mate. Either way, good luck with it  :)
No one In the SFC community has put out as many videos Teaching others how to do stuff.  :notworthy: :notworthy: :notworthy: :notworthy: FoaS_XC you are not waisting your time!!
Time for life!

Offline FoaS_XC

  • Photorps, Sammiches, woot woot.
  • Global Moderator
  • Commander
  • *
  • Posts: 4571
  • Gender: Male
    • Robinomicon
Re: Pitch an idea: Community-driven / "Open-Source" Bash Kit
« Reply #64 on: October 17, 2010, 03:58:09 am »
Thanks kreeargh :) It's actually been a lot of fun to try and come up with this system.

Btw, guys, I am trying to come up with some sort of naming convention for saucers, secondary hulls, etc. The problem is coming up with something that will cover as many variants as possible while still telling people what they are working with. Much like I did for nacelles: LN series textures or pieces are compatible with other LN series pieces or textures, or PB series will be compatible with PB. I need something that will also indicate the same for saucers, bodies, pylons, etc.

BTW: Here's what I've got so far for the saucer's naming convention

"Scr-140-UPE-C"

Scr = Saucer
140 = Breadth of saucer (telling you the general size of the saucer, allows for smaller and bigger variants, like the Half-size on the Okinawa or the 150%-connie-sized on the Star League
UPE = "Utopia Planetia model E" (basically, a series name, kind of like the LN of the nacelles; UPEs will have common textures and parts; TOS Saucers might be called CYN for "Copurnicus Yards model N" or somesuch. Obviously, these are pretty made up, but I'm going from barebones here.)
C = Variant, for example, the Miranda might be called "C" for "Combined Hull" (ie: a combined primary and secondary hull functions), something like the Saladin might have "DS" for Deflector + Top-side Shuttlebay.

Thoughts?
« Last Edit: October 17, 2010, 04:16:54 am by FoaS_XC »
Robinomicon
"When I was 5 years old, my mom always told me that happiness was the key to life. When I went to school, they asked me what I wanted to be when I grew up. I wrote down “happy.” They told me I didn’t understand the assignment and I told them they didn’t understand life."

Offline Bernard Guignard

  • Cad Schematics are our Speciality
  • Lt.
  • *
  • Posts: 887
  • Gender: Male
  • Trek Canon!!! I NO believe in TreK Canon!!!.
Re: Pitch an idea: Community-driven / "Open-Source" Bash Kit
« Reply #65 on: October 17, 2010, 09:50:51 am »
Thanks kreeargh :) It's actually been a lot of fun to try and come up with this system.

Btw, guys, I am trying to come up with some sort of naming convention for saucers, secondary hulls, etc. The problem is coming up with something that will cover as many variants as possible while still telling people what they are working with. Much like I did for nacelles: LN series textures or pieces are compatible with other LN series pieces or textures, or PB series will be compatible with PB. I need something that will also indicate the same for saucers, bodies, pylons, etc.

BTW: Here's what I've got so far for the saucer's naming convention

"Scr-140-UPE-C"

Scr = Saucer
140 = Breadth of saucer (telling you the general size of the saucer, allows for smaller and bigger variants, like the Half-size on the Okinawa or the 150%-connie-sized on the Star League
UPE = "Utopia Planetia model E" (basically, a series name, kind of like the LN of the nacelles; UPEs will have common textures and parts; TOS Saucers might be called CYN for "Copurnicus Yards model N" or somesuch. Obviously, these are pretty made up, but I'm going from barebones here.)
C = Variant, for example, the Miranda might be called "C" for "Combined Hull" (ie: a combined primary and secondary hull functions), something like the Saladin might have "DS" for Deflector + Top-side Shuttlebay.

Thoughts?

I like the idea that the number matches the ship dia but what if you want to create a saucer with  a 3 or 4 deck edge but keep the same
140 m dia I guess that is where the Letter series  or put  - Number for number of decks on the edge portion so
you could have the following

"Scr-140-4-UPE-C"

Just a suggestion

Offline Starfox1701

  • Lt. Commander
  • *
  • Posts: 1049
Re: Pitch an idea: Community-driven / "Open-Source" Bash Kit
« Reply #66 on: October 17, 2010, 01:35:47 pm »
I would go with somthing that notes the first ship that used it like SCR-Ca-1700r-140. Miranda would be SCR-Cl-1864-140. Star League would be SCR-DN-2101r-210.

Offline FoaS_XC

  • Photorps, Sammiches, woot woot.
  • Global Moderator
  • Commander
  • *
  • Posts: 4571
  • Gender: Male
    • Robinomicon
Re: Pitch an idea: Community-driven / "Open-Source" Bash Kit
« Reply #67 on: October 17, 2010, 02:03:19 pm »
I considered the idea, but we all know how hairy and conflicting registries can get in a hurry - consider that FASA has one system, Canon has another, SFB has yet another, etc.
Robinomicon
"When I was 5 years old, my mom always told me that happiness was the key to life. When I went to school, they asked me what I wanted to be when I grew up. I wrote down “happy.” They told me I didn’t understand the assignment and I told them they didn’t understand life."

Offline FoaS_XC

  • Photorps, Sammiches, woot woot.
  • Global Moderator
  • Commander
  • *
  • Posts: 4571
  • Gender: Male
    • Robinomicon
Re: Pitch an idea: Community-driven / "Open-Source" Bash Kit
« Reply #68 on: October 17, 2010, 06:09:49 pm »
Sorry Bernard, I thought I replied to you but I never hit post and opened another tab

I think a deck count in the name would be superfluous. The way that the maps are set up, the saucer rims are in scale with each other. If you were to thicken the saucer by say, 200% - you'll have to stretch the UVs on the rims to suit. That means that the rim textures from other UPEs can't be used (you'll have to make a new model, say UPH; which is fine). A thickening of the saucer might be better of being a new Model - BUT: this means that the top and bottom textures can still be used on your UPH model.

But then again: consider the constellation: It uses the top and bottom (but not the rims) of the UPE. It has new rims that will need a new texture - so does that mean that it should be part of the UPE run or a new model (say, UPT). Same goes for the miranda. It uses all the same parts/textures as the UPE, but with a new additional part. Should it use
Robinomicon
"When I was 5 years old, my mom always told me that happiness was the key to life. When I went to school, they asked me what I wanted to be when I grew up. I wrote down “happy.” They told me I didn’t understand the assignment and I told them they didn’t understand life."

Offline Adonis

  • Dark Slayer
  • Lt. Junior Grade
  • *
  • Posts: 475
  • Gender: Male
  • Da Death Squad ™®©
    • Star Trek Excalibur
Re: Pitch an idea: Community-driven / "Open-Source" Bash Kit
« Reply #69 on: October 18, 2010, 01:54:44 am »
But then again: consider the constellation: It uses the top and bottom (but not the rims) of the UPE. It has new rims that will need a new texture - so does that mean that it should be part of the UPE run or a new model (say, UPT). Same goes for the miranda. It uses all the same parts/textures as the UPE, but with a new additional part. Should it use

Actually, the Constellation uses two dorsal sections of the Connie, one for dorsal and one for ventral.
Easy is the path to wisdom for those not blinded by themselves.


Offline FoaS_XC

  • Photorps, Sammiches, woot woot.
  • Global Moderator
  • Commander
  • *
  • Posts: 4571
  • Gender: Male
    • Robinomicon
Re: Pitch an idea: Community-driven / "Open-Source" Bash Kit
« Reply #70 on: October 18, 2010, 02:20:17 am »
Ah, correction noted. Thanks :)
Robinomicon
"When I was 5 years old, my mom always told me that happiness was the key to life. When I went to school, they asked me what I wanted to be when I grew up. I wrote down “happy.” They told me I didn’t understand the assignment and I told them they didn’t understand life."

Offline atheorhaven

  • Lt. Commander
  • *
  • Posts: 1801
    • Mare Imbrium Shipyards
Re: Pitch an idea: Community-driven / "Open-Source" Bash Kit
« Reply #71 on: October 18, 2010, 05:53:47 pm »

I like the idea of this, will certainly make it easier for kitbashing, and if the textures are all mapped the same, it means that you know what textures you're looking for if you're swapping parts from eras.

So you're taking a CV-era saucer and mixing it with UPE parts, you know that you need to change those CV textures to UPE to have them mix smoothly... and vice versa.  :)

No more phull1, FVCA-1 stuff.. just maybe shull-cvn1.bmp swapped for shull-upe1.bmp
..ooOOoo..totally useless information..ooOOoo..

Mare Imbrium Shipyards - http://mareimbrium.webhop.net

Don't bother checking out my website for the most recent updates, because I've
been too lazy to update it!  Check Battleclinic!

Offline FoaS_XC

  • Photorps, Sammiches, woot woot.
  • Global Moderator
  • Commander
  • *
  • Posts: 4571
  • Gender: Male
    • Robinomicon
Re: Pitch an idea: Community-driven / "Open-Source" Bash Kit
« Reply #72 on: October 19, 2010, 01:03:43 am »
Alright folks - bit of an update. I reworked the saucer rims texture: The primary reason for which is I wanted to expand the "dead space" between the different parts of the UVs. The reason for this is to allow areas of added UV data between layers. Consider the churchill. The aft quarter of the saucer is taller than the rest of the rim space. I want to be able to allow for that and any other sort of added doodads and what not.

Work today was a pain, and tomorrow will likely suck as well. You'll probably have to wait until Wednesday for the next major bit of information.
Robinomicon
"When I was 5 years old, my mom always told me that happiness was the key to life. When I went to school, they asked me what I wanted to be when I grew up. I wrote down “happy.” They told me I didn’t understand the assignment and I told them they didn’t understand life."

Offline Starfox1701

  • Lt. Commander
  • *
  • Posts: 1049
Re: Pitch an idea: Community-driven / "Open-Source" Bash Kit
« Reply #73 on: October 19, 2010, 01:12:49 am »
no paycheck no mod fund I can wait.

Offline FoaS_XC

  • Photorps, Sammiches, woot woot.
  • Global Moderator
  • Commander
  • *
  • Posts: 4571
  • Gender: Male
    • Robinomicon
Re: Pitch an idea: Community-driven / "Open-Source" Bash Kit
« Reply #74 on: October 19, 2010, 11:01:17 pm »
Indeed.

Actually, tonight I'm having a bout of insomia, so it looks like I'll be able to get some work done on it. I did go ahead and mess with the UVs of the saucers. I'm sure people will scream at me for wasted UV space, but it's a necessary evil. Give me a minute and I'll post a quick template to show what's going on in the texture.
Robinomicon
"When I was 5 years old, my mom always told me that happiness was the key to life. When I went to school, they asked me what I wanted to be when I grew up. I wrote down “happy.” They told me I didn’t understand the assignment and I told them they didn’t understand life."

Offline FoaS_XC

  • Photorps, Sammiches, woot woot.
  • Global Moderator
  • Commander
  • *
  • Posts: 4571
  • Gender: Male
    • Robinomicon
Re: Pitch an idea: Community-driven / "Open-Source" Bash Kit
« Reply #75 on: October 20, 2010, 12:16:04 am »


Okay, here's what I've got for the texture templates. The Non-expansion quarters are where UVs lie on the standard (Connie) saucer. Like I said, I added spaces (expansion areas) for where you may want to add to the texture for your own custom saucer. A good example, again, is the churchill. With the thicker saucer in the rear of the saucer, you can add the UVs for that thicker part to the "Rear Quarter Expansion Area" for seamlessness. The texture size is now 1024x512 instead of 1024x256.
Robinomicon
"When I was 5 years old, my mom always told me that happiness was the key to life. When I went to school, they asked me what I wanted to be when I grew up. I wrote down “happy.” They told me I didn’t understand the assignment and I told them they didn’t understand life."

Offline FoaS_XC

  • Photorps, Sammiches, woot woot.
  • Global Moderator
  • Commander
  • *
  • Posts: 4571
  • Gender: Male
    • Robinomicon
Re: Pitch an idea: Community-driven / "Open-Source" Bash Kit
« Reply #76 on: October 20, 2010, 12:35:13 am »
Here's the texture that I've made for the rims.

scr-140-UPE-rims


EDIT: My mistake, I put a rim in the wrong place.
Robinomicon
"When I was 5 years old, my mom always told me that happiness was the key to life. When I went to school, they asked me what I wanted to be when I grew up. I wrote down “happy.” They told me I didn’t understand the assignment and I told them they didn’t understand life."

Offline Starfox1701

  • Lt. Commander
  • *
  • Posts: 1049
Re: Pitch an idea: Community-driven / "Open-Source" Bash Kit
« Reply #77 on: October 20, 2010, 11:44:15 am »
Looking good from here. Are you going to have rim RCS thrusters?

Offline FoaS_XC

  • Photorps, Sammiches, woot woot.
  • Global Moderator
  • Commander
  • *
  • Posts: 4571
  • Gender: Male
    • Robinomicon
Re: Pitch an idea: Community-driven / "Open-Source" Bash Kit
« Reply #78 on: October 20, 2010, 11:45:44 am »
They are on the top and bottom textures. I was tempted to try for some that extend on to the rim, but I knew that I couldn't get the pixels to line up to my satisfaction. People are welcome to try to with the bashkit when its out, though.
Robinomicon
"When I was 5 years old, my mom always told me that happiness was the key to life. When I went to school, they asked me what I wanted to be when I grew up. I wrote down “happy.” They told me I didn’t understand the assignment and I told them they didn’t understand life."

Offline Starfox1701

  • Lt. Commander
  • *
  • Posts: 1049
Re: Pitch an idea: Community-driven / "Open-Source" Bash Kit
« Reply #79 on: October 20, 2010, 02:24:41 pm »
Don't know if you need any more but I ran across thess on Drex files and thought they would make good reference pics.

Offline FoaS_XC

  • Photorps, Sammiches, woot woot.
  • Global Moderator
  • Commander
  • *
  • Posts: 4571
  • Gender: Male
    • Robinomicon
Re: Pitch an idea: Community-driven / "Open-Source" Bash Kit
« Reply #80 on: October 20, 2010, 02:26:48 pm »
Actually, if you have any good shots of the little sensor things that are on the Miranda (that is those little things cut into the front of the ledge, and their protrusions). They are much like the three units that are around the Connie Deflector, but I could use a few shots of the ones on the Miranda.
Robinomicon
"When I was 5 years old, my mom always told me that happiness was the key to life. When I went to school, they asked me what I wanted to be when I grew up. I wrote down “happy.” They told me I didn’t understand the assignment and I told them they didn’t understand life."

Offline FoaS_XC

  • Photorps, Sammiches, woot woot.
  • Global Moderator
  • Commander
  • *
  • Posts: 4571
  • Gender: Male
    • Robinomicon
Re: Pitch an idea: Community-driven / "Open-Source" Bash Kit
« Reply #81 on: October 20, 2010, 02:48:27 pm »
Here is the "Scr-140-UPED" Saucer ("D" is for added deflector). Like I said, I'll be using this particular saucer on ships like the Saladin and the Abbe, even my own miranda (even though its not canon). Furthermore, I think I like the idea of it being the saucer on the F-GSC.

Robinomicon
"When I was 5 years old, my mom always told me that happiness was the key to life. When I went to school, they asked me what I wanted to be when I grew up. I wrote down “happy.” They told me I didn’t understand the assignment and I told them they didn’t understand life."

Offline Magnum357

  • Lt.
  • *
  • Posts: 641
Re: Pitch an idea: Community-driven / "Open-Source" Bash Kit
« Reply #82 on: October 20, 2010, 03:34:04 pm »
WOW!  That is some really nice work there fellas.   :)
"I sure am glad I like SFB!" - Magnum357 (me)

Offline Starfox1701

  • Lt. Commander
  • *
  • Posts: 1049
Re: Pitch an idea: Community-driven / "Open-Source" Bash Kit
« Reply #83 on: October 20, 2010, 04:16:08 pm »
nice look there
 
ok here what I have
« Last Edit: October 20, 2010, 04:40:59 pm by Starfox1701 »

Offline Starfox1701

  • Lt. Commander
  • *
  • Posts: 1049
Re: Pitch an idea: Community-driven / "Open-Source" Bash Kit
« Reply #84 on: October 20, 2010, 04:49:46 pm »
and the rest

Offline FoaS_XC

  • Photorps, Sammiches, woot woot.
  • Global Moderator
  • Commander
  • *
  • Posts: 4571
  • Gender: Male
    • Robinomicon
Re: Pitch an idea: Community-driven / "Open-Source" Bash Kit
« Reply #85 on: October 20, 2010, 06:01:42 pm »
Thank ye much :)
Robinomicon
"When I was 5 years old, my mom always told me that happiness was the key to life. When I went to school, they asked me what I wanted to be when I grew up. I wrote down “happy.” They told me I didn’t understand the assignment and I told them they didn’t understand life."

Offline atheorhaven

  • Lt. Commander
  • *
  • Posts: 1801
    • Mare Imbrium Shipyards
Re: Pitch an idea: Community-driven / "Open-Source" Bash Kit
« Reply #86 on: October 20, 2010, 06:53:19 pm »
Looks kind of shelvie/greebling.  :)
..ooOOoo..totally useless information..ooOOoo..

Mare Imbrium Shipyards - http://mareimbrium.webhop.net

Don't bother checking out my website for the most recent updates, because I've
been too lazy to update it!  Check Battleclinic!

Offline FoaS_XC

  • Photorps, Sammiches, woot woot.
  • Global Moderator
  • Commander
  • *
  • Posts: 4571
  • Gender: Male
    • Robinomicon
Re: Pitch an idea: Community-driven / "Open-Source" Bash Kit
« Reply #87 on: October 20, 2010, 06:53:58 pm »
I was more interested in the round thingy.
Robinomicon
"When I was 5 years old, my mom always told me that happiness was the key to life. When I went to school, they asked me what I wanted to be when I grew up. I wrote down “happy.” They told me I didn’t understand the assignment and I told them they didn’t understand life."

Offline Starfox1701

  • Lt. Commander
  • *
  • Posts: 1049
Re: Pitch an idea: Community-driven / "Open-Source" Bash Kit
« Reply #88 on: October 20, 2010, 07:19:11 pm »
glad to help

Offline FoaS_XC

  • Photorps, Sammiches, woot woot.
  • Global Moderator
  • Commander
  • *
  • Posts: 4571
  • Gender: Male
    • Robinomicon
Re: Pitch an idea: Community-driven / "Open-Source" Bash Kit
« Reply #89 on: October 20, 2010, 11:38:37 pm »
Okay,

Now that the eve/da flame-war seems to have died down some. Here's a list of what I need to get working.

 - Talk to Bonk about the wiki (Sorry bonk, i know we were supposed to touch base last weekend)
 - Bridge modules
 - Bridge Decks (that hump in the middle of the saucer that the bridge lays on)
 - Sensor Modules (saucer bottoms)
 - Photon Torp modules (the connie torp deck and the miranda torp pod as examples)
 - Nacelle struts
 - Necks
 - Secondary Hulls
 - Preparation for release of existing part systems (documentation, a "rules of usage", etc)
 - Videos explaining why I did certain things and how I recommend continuing with other things.
Robinomicon
"When I was 5 years old, my mom always told me that happiness was the key to life. When I went to school, they asked me what I wanted to be when I grew up. I wrote down “happy.” They told me I didn’t understand the assignment and I told them they didn’t understand life."

Offline Starfox1701

  • Lt. Commander
  • *
  • Posts: 1049
Re: Pitch an idea: Community-driven / "Open-Source" Bash Kit
« Reply #90 on: October 21, 2010, 12:18:18 pm »
Any plans for small shuttle bay parts to put on the saucers?

Offline FoaS_XC

  • Photorps, Sammiches, woot woot.
  • Global Moderator
  • Commander
  • *
  • Posts: 4571
  • Gender: Male
    • Robinomicon
Re: Pitch an idea: Community-driven / "Open-Source" Bash Kit
« Reply #91 on: October 21, 2010, 12:52:50 pm »
Yup :)
Robinomicon
"When I was 5 years old, my mom always told me that happiness was the key to life. When I went to school, they asked me what I wanted to be when I grew up. I wrote down “happy.” They told me I didn’t understand the assignment and I told them they didn’t understand life."

Offline Starfox1701

  • Lt. Commander
  • *
  • Posts: 1049
Re: Pitch an idea: Community-driven / "Open-Source" Bash Kit
« Reply #92 on: October 21, 2010, 02:17:47 pm »
Sweeet :D