Just some new 2D/3D ideas and proposals

Show off your mod creations or just a work in progress.
Post Reply
User avatar
Nystul
Posts: 1501
Joined: Mon Mar 23, 2015 8:31 am

Re: Just some new 2D/3D ideas and proposals

Post by Nystul »

it should be easiest to load the "DaggerfallUnityStartup" scene from Project window under Assets\Scenes, start the game and import a savegame from vanilla daggerfall from a town with a tavern.

Of course you need to do the steps explained by TheLacus in his guide about texture replacement to get your textures into the game.

But there should not be a need to manually load interiors since the main unity scene should allow you to "play" the game and go to a place where you see your textures in place

User avatar
VMblast
Posts: 519
Joined: Wed Mar 29, 2017 12:22 pm
Contact:

Re: Just some new 2D/3D ideas and proposals

Post by VMblast »

Nystul wrote:it should be easiest to load the "DaggerfallUnityStartup" scene from Project window under Assets\Scenes, start the game and import a savegame from vanilla daggerfall from a town with a tavern.

Of course you need to do the steps explained by TheLacus in his guide about texture replacement to get your textures into the game.

But there should not be a need to manually load interiors since the main unity scene should allow you to "play" the game and go to a place where you see your textures in place
Ok I can do that with save game.

But this texture replacement that TheLacus wrote is something about code and I really dont understand any of it. I could try manualy to replace textures inside material in unity project, but I would need at least to load some tavern interior. For example I can load default "Privateers Dungeon" and replace textures there, but I cant load it. I used Daggerfall tools to find proper names of the taverns, to load them as dungeons (there is no input for building interiors), but nothing happened.

User avatar
Interkarma
Posts: 7236
Joined: Sun Mar 22, 2015 1:51 am

Re: Just some new 2D/3D ideas and proposals

Post by Interkarma »

Someone is bound to help with the process, but there isn't really any code involved. From a high-level point of view, you only need to add your replacement textures to StreamingAssets/Textures with correct filename, and optionally use a small XML file to set additional material properties.

TheLacus can confirm, but I believe you don't even need the Unity Editor to test simple texture swaps. I believe this can be done from latest build runtime.

A Daggerfall Unity save game game inside or just outside the tavern should be enough to test. Once you get the process working and feel comfortable, you'll be able to change textures more easily the next time. :)

User avatar
VMblast
Posts: 519
Joined: Wed Mar 29, 2017 12:22 pm
Contact:

Re: Just some new 2D/3D ideas and proposals

Post by VMblast »

Ok I think Ive managed to pull some stunt. :P
Tavern_Int_01.png
Tavern_Int_01.png (710.92 KiB) Viewed 4002 times
Tavern_Int_02.png
Tavern_Int_02.png (758 KiB) Viewed 4002 times
Tavern_Int_03.png
Tavern_Int_03.png (843.99 KiB) Viewed 4002 times

User avatar
VMblast
Posts: 519
Joined: Wed Mar 29, 2017 12:22 pm
Contact:

Re: Just some new 2D/3D ideas and proposals

Post by VMblast »

Tavern_Int_04.png
Tavern_Int_04.png (940.25 KiB) Viewed 4001 times
Tavern_Int_05.png
Tavern_Int_05.png (736.14 KiB) Viewed 4001 times
Tavern_Int_06.png
Tavern_Int_06.png (929.89 KiB) Viewed 4001 times

User avatar
VMblast
Posts: 519
Joined: Wed Mar 29, 2017 12:22 pm
Contact:

Re: Just some new 2D/3D ideas and proposals

Post by VMblast »

Tavern_Int_07.png
Tavern_Int_07.png (665.5 KiB) Viewed 4000 times
Tavern_Int_08.png
Tavern_Int_08.png (719.87 KiB) Viewed 4000 times

User avatar
Nystul
Posts: 1501
Joined: Mon Mar 23, 2015 8:31 am

Re: Just some new 2D/3D ideas and proposals

Post by Nystul »

wow these textures look great! ;)

User avatar
Interkarma
Posts: 7236
Joined: Sun Mar 22, 2015 1:51 am

Re: Just some new 2D/3D ideas and proposals

Post by Interkarma »

We'll done, textures indeed look great! :D

User avatar
Jay_H
Posts: 4062
Joined: Tue Aug 25, 2015 1:54 am
Contact:

Re: Just some new 2D/3D ideas and proposals

Post by Jay_H »

Fantastic stuff!

User avatar
NikitaTheTanner
Posts: 366
Joined: Sun Oct 18, 2015 7:57 pm

Re: Just some new 2D/3D ideas and proposals

Post by NikitaTheTanner »

Really awesome! Can't wait to see more of what you can do :D

Post Reply