Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Texture, Model & Animation Help Custom Wall Textures
AGP Offline
Senior Member

Posts: 448
Threads: 45
Joined: Dec 2012
Reputation: 23
#1
Custom Wall Textures

I was curious to know if there is a way to go about re-texturing walls for pre-existing wall entities.

I've already created walls using only a plane and changing the texture that way, but this is for wall pieces that have doorways and windows.

06-21-2014, 03:42 AM
Find
Mudbill Offline
Muderator

Posts: 3,881
Threads: 59
Joined: Apr 2013
Reputation: 179
#2
RE: Custom Wall Textures

It's very possible, but could be tricky. Perhaps the biggest challenge is to make them tileable so they transition well to the next piece.

Have you tried opening the texture file and edit it? Perhaps that's a good place to start. Otherwise you can also import the model itself and retexture the whole thing to your own file.

06-21-2014, 04:20 AM
Find
AGP Offline
Senior Member

Posts: 448
Threads: 45
Joined: Dec 2012
Reputation: 23
#3
RE: Custom Wall Textures

(06-21-2014, 04:20 AM)Mudbill Wrote: It's very possible, but could be tricky. Perhaps the biggest challenge is to make them tileable so they transition well to the next piece.

Have you tried opening the texture file and edit it? Perhaps that's a good place to start. Otherwise you can also import the model itself and retexture the whole thing to your own file.

I've not tried opening the texture file. How would one go about getting there? Is it a similar procedure to creating a texture for a plane?

06-21-2014, 04:26 AM
Find
Mudbill Offline
Muderator

Posts: 3,881
Threads: 59
Joined: Apr 2013
Reputation: 179
#4
RE: Custom Wall Textures

Well, the textures are of .dds format, so you'll need something to process it. Paint.NET has a built in functionality for this, and Gimp and Photoshop have plugins to allow it. Other than that it's just to draw to your heart's desires.

06-21-2014, 06:08 AM
Find
AGP Offline
Senior Member

Posts: 448
Threads: 45
Joined: Dec 2012
Reputation: 23
#5
RE: Custom Wall Textures

Great! Big Grin Thanks for the help! I have Gimp so I'll be getting the plug-in for that.

06-21-2014, 06:55 AM
Find
DnALANGE Offline
Banned

Posts: 1,549
Threads: 73
Joined: Jan 2012
#6
RE: Custom Wall Textures

Tricky to do indeed!
If i may suggest something what i really prefer!
make a lot of custom wall textures and use them with PLANES.
That is how i did almost the entire mod Premonition.
It looks amazing and could be very handy.
Easely stretchable and you can have your own textures whereever you want.
IF you want to have new textures you can get them for free at : http://www.cgtextures.com/
-
Or from any custom story\mod. lkke Premonition \ White Night \ AMnesia Hill for example.
(This post was last modified: 06-21-2014, 11:50 AM by DnALANGE.)
06-21-2014, 11:50 AM
Find
Romulator Offline
Not Tech Support ;-)

Posts: 3,628
Threads: 63
Joined: Jan 2013
Reputation: 195
#7
RE: Custom Wall Textures

Just don't model too much with planes. They can be quite a handful on performance.

Discord: Romulator#0001
[Image: 3f6f01a904.png]
06-21-2014, 01:47 PM
Find
DnALANGE Offline
Banned

Posts: 1,549
Threads: 73
Joined: Jan 2012
#8
RE: Custom Wall Textures

Hmm.. if the quality is 512x512 it should be okay..
I had some textures 2048x2048 and didnt see any real issues Rom..
Overall Premonition has higher quality textures and overall framerate is very good.
Maps are also quite big..
Not sure about what quality will lagg or make poor performance..
(This post was last modified: 06-21-2014, 02:21 PM by DnALANGE.)
06-21-2014, 02:21 PM
Find
Daemian Offline
Posting Freak

Posts: 1,129
Threads: 42
Joined: Dec 2012
Reputation: 49
#9
RE: Custom Wall Textures

(06-21-2014, 03:42 AM)AGP Wrote: but this is for wall pieces that have doorways and windows.
Then you better use castlebase stuff (windows, frames) and replace the texture castlebase_wall.dds

quick example with a random texture (00_rainy_hall.map)

[Image: 43g623523d.jpg]

Make sure your mod reads your file first and it'll be fine.
Also you may want to replace these too:
castlebase_wall_extension.dds
castlebase_wall_square_bricks.dds
Make copies of your texture and change the name.

All others solutions are great, but this other option it's good if you want to use pillars, windows and such.

(This post was last modified: 06-21-2014, 11:24 PM by Daemian.)
06-21-2014, 11:14 PM
Find
AGP Offline
Senior Member

Posts: 448
Threads: 45
Joined: Dec 2012
Reputation: 23
#10
RE: Custom Wall Textures

(06-21-2014, 11:14 PM)Amn Wrote:
(06-21-2014, 03:42 AM)AGP Wrote: but this is for wall pieces that have doorways and windows.
Then you better use castlebase stuff (windows, frames) and replace the texture castlebase_wall.dds

quick example with a random texture (00_rainy_hall.map)

[Image: 43g623523d.jpg]

Make sure your mod reads your file first and it'll be fine.
Also you may want to replace these too:
castlebase_wall_extension.dds
castlebase_wall_square_bricks.dds
Make copies of your texture and change the name.

All others solutions are great, but this other option it's good if you want to use pillars, windows and such.

Yes, this is exactly what I'm looking to do, along with utilizing planes to create walls.

I did open the .dds in Gimp but I wasn't entirely sure how to go about changing the textures without it looking sketchy (for lack of a better word).

06-22-2014, 05:03 AM
Find




Users browsing this thread: 1 Guest(s)