Jump to content

Hyrule Conquest


Recommended Posts

  On 01/05/2018 at 3:13 PM, stanislas69 said:

@mimo Might be able to help both on pathfinding and on AI :)

Expand  

:wacko:  I don't see anything specific to AI or pathfinding in the question.

Anyway, no use to ping me anymore on such mods without code access (although people have asked several time a svn or git), unless i've missed it as i no longer read that thread. I've no motivation for that, and even if i had, i can't do anything without seeing the code.

  • Like 1
Link to comment
Share on other sites

Just as a bit of extra info. The only thing I did is writing a few functions that uses the vanilla 0ad garrison functionality.
This issue by itself has nothing to do with the code, but with the garrison system as a whole.
If I were to remove all my garrison code, play the faction myself and garrison the units manually in the Hydrophant, the issue will remain the same.
I am not expecting a fix to this anytime soon and also don't expect you to fix this for Hyrule Conquest specifically.

However, I am almost 100% sure that this problem also exist in the vanilla game. Therefore, it would benefit 0ad in general if someone from the dev team would look into this problem at some point in time.

Link to comment
Share on other sites

  On 01/05/2018 at 5:28 PM, Exodarion said:

Just as a bit of extra info. The only thing I did is writing a few functions that uses the vanilla 0ad garrison functionality.
This issue by itself has nothing to do with the code, but with the garrison system as a whole.
If I were to remove all my garrison code, play the faction myself and garrison the units manually in the Hydrophant, the issue will remain the same.
I am not expecting a fix to this anytime soon and also don't expect you to fix this for Hyrule Conquest specifically.

However, I am almost 100% sure that this problem also exist in the vanilla game. Therefore, it would benefit 0ad in general if someone from the dev team would look into this problem at some point in time.

Expand  

If it is a bug in 0ad, a ticket (trac.wildfiregames.com) would be nice.

Link to comment
Share on other sites

That's hardly surprising given one of their heroes is an infested Mido. 

By plot, the Gohma end up destroying the Great Deku Tree. 

In the old Med2 Hyrule Total War, the two hate each other so intensely that each has the other as a victory target for the Short Campaign.  One must destroy or outlive the other.

Expect swarming melee that you don't care about, backed up by very heavy monsters that you do.  Also eye beams.

Edited by Bloodly
Link to comment
Share on other sites

  On 02/05/2018 at 9:19 AM, SirPope said:

I'm interested in these Gohma.

They are the spider-ish creatures aren't they?

Are they going to be rather quick but weak?

I got a dark kokiri kinda vibe from the image you posted.

Expand  

Indeed they are spiders, they are one of the most prolific enemies from the Zelda series: https://zelda.gamepedia.com/Gohma#Ocarina_of_Time
In the context of Hyrule Conquest they are probably the oldest beings native to Hyrule, warped and manipulated by demons to be used as a weapon but they lost control of them. They are the anti-Kokiri in a way, canonically and in this mod they are responsible for the Great Deku Tree's death. Here's more detailed information: http://hyruleconquest.wikia.com/wiki/Gohma

  • Like 1
Link to comment
Share on other sites

  On 03/05/2018 at 8:51 PM, Lion.Kanzen said:

Sundiata you know what Arachnophobia is?

Expand  

 

  On 03/05/2018 at 8:59 PM, Loki1950 said:

Fear of spiders of course all in Greek:lamo:

 

Expand  

 

  On 03/05/2018 at 9:08 PM, Lion.Kanzen said:

 I have some phobias... but not all spiders. this is some cute but....

Expand  

Uhu, I know what fear of spiders is :bored:, but like you, I don't fear all of them. I especially dislike the huge fury ones that can kill you :) But I like jumping spiders a lot! They're supercute!

They have legit mating dances!

 

 

  Reveal hidden contents

 

Luckily we have a lot of lizards (agama's and gecko's) over here which deal with spiders rather efficiently :) The lizards in turn attract a lot of snakes, which is less than ideal :( The snakes worry me more than the spiders, lol

=WARNING= Graphic contents =WARNING=

  Reveal hidden contents

 

Link to comment
Share on other sites

No, there is no emit shader in 0ad, but if you make a custom mod you can also make custom model shaders to support such a feature. I don't know that much about how the engine handles material textures though. You need at least one texture channel for emit intensity, but as far as the shader is concerned it's ridiculously easy to apply a glow effect.

EDIT: you do need bloom enabled for it to look like anything though.

Edited by aeonios
Link to comment
Share on other sites

  On 04/05/2018 at 8:02 AM, aeonios said:

No, there is no emit shader in 0ad, but if you make a custom mod you can also make custom model shaders to support such a feature. I don't know that much about how the engine handles material textures though. You need at least one texture channel for emit intensity, but as far as the shader is concerned it's ridiculously easy to apply a glow effect.

EDIT: you do need bloom enabled for it to look like anything though.

Expand  

Basically you can only have 4 Textures, and 2 UVs, with three textures for the first UV, and one for the last the AO. Though @vladislavbelov has a patch to allow more.
I guess the best idea would be to use the specular texture for the glow color and intensity.
 

Link to comment
Share on other sites

  On 04/05/2018 at 10:13 AM, asterix said:

@aeonios please would you make such a shader, because Neph is not a graphic engineer/programmer?

Expand  

Ugh. Well, I can do that but it'll require cannibalizing the specular texture. Currently the specular texture is spec.rgb with alpha being the specular intensity and specular power being an engine global setting. If I do it you'll need to specify how you want to use the specular texture, with at least one channel left available for emit. I can implement specular in 3 channels with one for specular intensity, one for specular power, and one for metallicity (ie how much the specular color matches the diffuse color) with the alpha channel left over for glows, if that works for your particular art. If you're already using the specular tex you'll basically have to redo it for all your textures that use it.

For me it's not even a 5 minute job to modify the shader though. :P

Link to comment
Share on other sites

  • Stan` pinned this topic

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.

 Share

×
×
  • Create New...