Jump to content
The Dark Mod Forums

A triptych I'm working on


Skaruts

Recommended Posts

Problem is the skins aren't working... They show up in the skin browser if I force the skin property into existence, but they don't show in the model browser (there's no little plus sign next to the model) and when I choose a skin from the skin browser it gets put on the painting in DR but then still doesn't show up in-game.

 

All I did was I created a .skin file with a few of them, but from reading the wiki I couldn't figure out what else needs to be done.

 

s8UGY9r.png

  • Like 4

My FMs: By The Cookbook

Link to comment
Share on other sites

Looking good. Are you sure you put the .skin file inside a skins folder, and that you have directed DR to your project's location? Also, check spelling and the paths inside the text file, thats often the cause of problems.

Edited by RPGista
Link to comment
Share on other sites

It's inside the general skins folder. Like I said, they show up in the skins browser, and in the painting itself but only in DR, not in-game. So that means DR is finding the file, at least, and that what I put in there works, at least that much.

 

This is what's in the file, by the way:

// ska_decorative_wall.skin

skin execution
{
    model models/_skaruts/decorative/wall/triptych_01.lwo

    painting02_L painting03_L
}

skin landscape_ruin02
{
    model models/_skaruts/decorative/wall/triptych_01.lwo

    painting02_L painting01_L
}
Edited by Skaruts
  • Like 1

My FMs: By The Cookbook

Link to comment
Share on other sites

That seems to not work.

 

I just noticed, they do work in-game as well, but only if I restart it (which shouldn't be required, afaik). They're still not on the model browser though...

 

Isn't there something that has to be done with the material?

Edited by Skaruts

My FMs: By The Cookbook

Link to comment
Share on other sites

This is the line that controls whether it shows in the model browser:

 

model models/_skaruts/decorative/wall/triptych_01.lwo

 

If that path is correct it should be working.

Link to comment
Share on other sites

Ah wait, it's working. I was checking if the skins were listed by going to "choose model" on the already existing triptych. Skins don't get listed in that one for other models either. They do get listed when I create a new model, and so it's working as intended.

 

I think I need to change the UVs though. I made them thinner to accommodate for the thinner frame, but it looks cut off on some skins. I was afraid it might look a bit squeezed if I didn't do that. Will see how it goes.

My FMs: By The Cookbook

Link to comment
Share on other sites

New problem: now all the skins I defined for the triptych are not available on other paintings. Seems like my skins file is interfering with the default one and now only my model can have those skins. The layout of the file is still the same. I just copied all painting skins there and replaced with this for each of them:

skin landscape_ruin01
{
    model models/_skaruts/decorative/wall/triptych_01.lwo
    painting02_L painting07
}

skin landscape_ruin01_torn
{
    model models/_skaruts/decorative/wall/triptych_01.lwo
    painting02_L painting07
}


skin artist
{
    ... etc
How do I make it so it doesn't override the default file? Edited by Skaruts

My FMs: By The Cookbook

Link to comment
Share on other sites

If you only created a skin, it should not interfere with the original, except if you would use the default skin name as yours. To add some more info on skin files (if this is nothing new to you, just ignore it):

the name after "skin" in the line outside the bracketts is what your skin will be called. So, you should use a unique name here to prevent any intererence with other skins. Inside the bracketts you first need to define models, for which this skin will be availabel. Thus, if you want to have the skin for various models, you can simply list them under each other (always in the the style "model [modelpath]"). Beneath that you define which textures should be replaced by which other textures (in the style "[old texture] [new texture]"). Again, you can replace several textrues at once, by simply listing them beneath each other. One problem may be that the textrue you want to replace has to have the same name on each of the models or it has to be listed seperately for each unique texture name (e.g. in your case: if it is called painting02_L only for this model, but painting02_S in another, it will be replaced only for your first model). I hope, I did not just tell you things you already knew, but with this knowledge it should be no problem to create skins for several models and not interfere with any existing ones.

Link to comment
Share on other sites

That skins tutorial is awful btw., needlessly complicated. And you can actually separate skin paths with tabs instead of a single space for better readability. Example:

skin cor_lamp01_wht
{
model	models/do/cor_lamp01.ase
textures/do/mesh/cor_lamp01_unlit	textures/do/mesh/cor_lamp01_wht
}

So the basic structure is skin (new skin name); model (path to your model); (current material) (new material).

  • Like 1
Link to comment
Share on other sites

Thanks guys, it seems to be working properly now. As an added bonus it also seems like I don't need to restart the game anymore when I change the skin in DR.

Is there any reason why some skins in the default file don't have the "skin" keyword? Like the "builder_godisangry" one is just:

builder_godisangry
{
// ...
}

builder_godisangry_torn
{
// ...
}

My FMs: By The Cookbook

Link to comment
Share on other sites

This looks really cool! One bit of feedback though, the split lighthouse and the split moon on the bottom picture looks strange to me. Maybe not all paintings are suitable for this format?

Link to comment
Share on other sites

Is there any reason why some skins in the default file don't have the "skin" keyword?

I think the game infers from the .skin extension that it's a skin if the keyword is absent. In Doom3+RoE you can find e.g. entityDefs and skins for the X-ray machine zombies placed together in monster_zombie_xrays.def, but TDM organisation favours putting all skins in skins/*.skin.

  • Like 1

Some things I'm repeatedly thinking about...

 

- louder scream when you're dying

Link to comment
Share on other sites

For skins we could start with some actual triptych artworks out there. It's a good model, so it'd be great to have artwork that lets it shine.

What do you see when you turn out the light? I can't tell you but I know that it's mine.

Link to comment
Share on other sites

That skins tutorial is awful btw., needlessly complicated. And you can actually separate skin paths with tabs instead of a single space for better readability. Example:

skin cor_lamp01_wht
{
model	models/do/cor_lamp01.ase
textures/do/mesh/cor_lamp01_unlit	textures/do/mesh/cor_lamp01_wht
}
So the basic structure is skin (new skin name); model (path to your model); (current material) (new material).

 

Would you take a stab at rewriting it, Judy ? I'd be for it.

 

For skins we could start with some actual triptych artworks out there. It's a good model, so it'd be great to have artwork that lets it shine.

Should I rummage through some images of historical triptychs from the Late Gothic art of Spiš ?

Edited by Petike the Taffer
Link to comment
Share on other sites

Our triptychs should be religious too. My thinking was that you could adapt Christianity oriented ones to Builder oriented ones.

Somebody can put some thought into it and adapt Christian figures to Builder figures and figure out a few characteristics you can consistently change, like the face, colors, clothing style, a pillar instead of a cross. I mean, what are the central figures and stories of the Builder religion anyway?

I was thinking about something like that. Just an idea though.

What do you see when you turn out the light? I can't tell you but I know that it's mine.

Link to comment
Share on other sites

I think for the purpose of these models, at the moment I'm gonna focus on finishing them with the existing paintings in mind, even if they weren't made for triptychs (Execution fits the non-foldable model quite nicely). Maybe later on I tackle something different. Or if someone wants to tackle it, go ahead. I'm planning on handing out the models for TDM if you're interested or for anyone who wants to create paintings that fit them or use them in missions.

 

If I felt confident about my painting skills I might even try making some originals, actually.

My FMs: By The Cookbook

Link to comment
Share on other sites

Well, I've pretty much finished the models, I think -- skaruts_triptychs.txt -- rename extension to .rar.

 

If I've made no mistakes, then it should work just by placing the files in their respective folders (as they are already organized in the archive). The archive contains:

skins: 
    ska_decorative_wall.skin

models:
    triptych_01_left.lwo        // non-foldable version
    triptych_01_right.lwo
    triptych_01_middle.lwo

    triptych_02_left.lwo        // foldable version
    triptych_02_right.lwo
    triptych_02_middle.lwo

prefabs:
    triptych_01.pfb
    triptych_02.pfb              // unfolded
    triptych_02_folded.pfb

Due to the nature of how the painting textures get split up between the parts of the models, some of them don't look right, and so not all paintings are available as skins, and some are available in one and not the other. You can still perhaps force a skin by bringing it from a normal painting, but I've not tested that.

 

This is currently only a decorative piece. I've no clue how to turn it into a loot painting, although I suppose it has to be made into an entity, and perhaps that's something that's out of my reach.

 

Poly count on the foldable version ended up being much higher than I initially expected (2820 tris). The hinges took the bulk of it (and I needed some extra geometry to work around bad smoothing, which ase format didn't seem to resolve). I wouldn't call it a trivial model, so perhaps it should be used sparingly.

 

 

I don't know if there's an established procedure for making models available, so if there's one please let me know.

Edited by Skaruts

My FMs: By The Cookbook

Link to comment
Share on other sites

Poly count on the foldable version ended up being much higher than I initially expected (2820 tris). The hinges took the bulk of it

 

 

How many polys are the hinges? Given how small and obscured they are, they shouldn't really need to be very detailed.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recent Status Updates

    • Petike the Taffer  »  DeTeEff

      I've updated the articles for your FMs and your author category at the wiki. Your newer nickname (DeTeEff) now comes first, and the one in parentheses is your older nickname (Fieldmedic). Just to avoid confusing people who played your FMs years ago and remember your older nickname. I've added a wiki article for your latest FM, Who Watches the Watcher?, as part of my current updating efforts. Unless I overlooked something, you have five different FMs so far.
      · 0 replies
    • Petike the Taffer

      I've finally managed to log in to The Dark Mod Wiki. I'm back in the saddle and before the holidays start in full, I'll be adding a few new FM articles and doing other updates. Written in Stone is already done.
      · 4 replies
    • nbohr1more

      TDM 15th Anniversary Contest is now active! Please declare your participation: https://forums.thedarkmod.com/index.php?/topic/22413-the-dark-mod-15th-anniversary-contest-entry-thread/
       
      · 0 replies
    • JackFarmer

      @TheUnbeholden
      You cannot receive PMs. Could you please be so kind and check your mailbox if it is full (or maybe you switched off the function)?
      · 1 reply
    • OrbWeaver

      I like the new frob highlight but it would nice if it was less "flickery" while moving over objects (especially barred metal doors).
      · 4 replies
×
×
  • Create New...