Some things with the Github version...

Post here if you need help getting started with Daggerfall Unity or just want to clarify a potential bug. Questions about playing or modding classic Daggerfall should be posted to Community.
User avatar
Midknightprince
Posts: 1324
Joined: Fri Aug 11, 2017 6:51 am
Location: San Antonio TX
Contact:

Some things with the Github version...

Post by Midknightprince »

So when I have post proc turned on, and the texture compression thing turned on in the options this is what happens.
I turn compression off, it goes away.
That or post proc..
It seems to take longer to load the game too (maybe that's just me).
And I saw that you put water effects in there, but I'm in wayrest right now doing the wayrest painting quest and theres no water.
Maybe I misunderstood. if so let me know I want to see the water :D
I even tried it in vanilla just to make sure, here some screens..
Attachments
funky.jpg
funky.jpg (324.3 KiB) Viewed 3972 times
comprerssion off.jpg
comprerssion off.jpg (550.38 KiB) Viewed 3972 times
no water in wayrest.jpg
no water in wayrest.jpg (259.05 KiB) Viewed 3972 times
Check out my YouTube Channel!

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

Re: Some things with the Github version...

Post by Interkarma »

Water effects are still in progress. Anything underway in live code shouldn't be expected to be working. Still have a bit to do before injecting water into scenes automatically. :)

TheLacus might be able to help with the texture compression question. Thank you for testing.

User avatar
Midknightprince
Posts: 1324
Joined: Fri Aug 11, 2017 6:51 am
Location: San Antonio TX
Contact:

Re: Some things with the Github version...

Post by Midknightprince »

Sweet, I just turned it off.
It was post proc messing with it, gotta have post proc..
Check out my YouTube Channel!

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

Re: Some things with the Github version...

Post by Interkarma »

Hey mate! Latest code should now inject water plane during layout time. No underwater visual effects are included at this time, but they're coming up next.
wayrest-water.jpg
wayrest-water.jpg (68.59 KiB) Viewed 3935 times

User avatar
Midknightprince
Posts: 1324
Joined: Fri Aug 11, 2017 6:51 am
Location: San Antonio TX
Contact:

Re: Some things with the Github version...

Post by Midknightprince »

Well that didn't take long.
:D :D :D :D Thank you Interkarma !
Attachments
water 2.jpg
water 2.jpg (428.7 KiB) Viewed 3913 times
Check out my YouTube Channel!

User avatar
King of Worms
Posts: 4751
Joined: Mon Oct 17, 2016 11:18 pm
Location: Scourg Barrow (CZ)
Contact:

Re: Some things with the Github version...

Post by King of Worms »

Wow very nice!

Narf the Mouse
Posts: 833
Joined: Mon Nov 30, 2015 6:32 pm

Re: Some things with the Github version...

Post by Narf the Mouse »

"It is watery. You are likely to be eaten by a slaughterfish..."
Previous experience tells me it's very easy to misunderstand the tone, intent, or meaning of what I've posted. If you have questions, ask.

User avatar
LorrMaster42
Posts: 65
Joined: Thu Dec 24, 2015 12:09 am

Re: Some things with the Github version...

Post by LorrMaster42 »

I have a question regarding the item system. Why aren't items grouped in a class tree system, rather than all just being marked as an "item" class? Wouldn't it be simpler to have an abstract "item" class, with other classes that inherit from it such as "ItemWeapon" or "ItemPotion" and such?

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

Re: Some things with the Github version...

Post by Interkarma »

Flat item class is informed by Daggerfall's own handling of items, which is group/subgroup fields and templates rather than polymorphism.

What particular problem are you encountering with this design to which you feel polymorphism would be the solution?

User avatar
LorrMaster42
Posts: 65
Joined: Thu Dec 24, 2015 12:09 am

Re: Some things with the Github version...

Post by LorrMaster42 »

Nothing in particular, it just seems easier to program to me if everything is categorized separately (say if someone wanted to create a new type of item, or wanted to redo parts of the code). It was more of a "Why did you do it this way?" question.

Post Reply