Heroes of Might and Magic Community
visiting hero! Register | Today's Posts | Games | Search! | FAQ/Rules | AvatarList | MemberList | Profile


Age of Heroes Headlines:  
5 Oct 2016: Heroes VII development comes to an end.. - read more
6 Aug 2016: Troubled Heroes VII Expansion Release - read more
26 Apr 2016: Heroes VII XPack - Trial by Fire - Coming out in June! - read more
17 Apr 2016: Global Alternative Creatures MOD for H7 after 1.8 Patch! - read more
7 Mar 2016: Romero launches a Piano Sonata Album Kickstarter! - read more
19 Feb 2016: Heroes 5.5 RC6, Heroes VII patch 1.7 are out! - read more
13 Jan 2016: Horn of the Abyss 1.4 Available for Download! - read more
17 Dec 2015: Heroes 5.5 update, 1.6 out for H7 - read more
23 Nov 2015: H7 1.4 & 1.5 patches Released - read more
31 Oct 2015: First H7 patches are out, End of DoC development - read more
5 Oct 2016: Heroes VII development comes to an end.. - read more
[X] Remove Ads
LOGIN:     Username:     Password:         [ Register ]
HOMM1: info forum | HOMM2: info forum | HOMM3: info mods forum | HOMM4: info CTG forum | HOMM5: info mods forum | MMH6: wiki forum | MMH7: wiki forum
Heroes Community > Heroes 5 - Modders Workshop > Thread: ~ QUESTIONS Topic and FAQ - Modders Workshop ~
Thread: ~ QUESTIONS Topic and FAQ - Modders Workshop ~ This Popular Thread is 126 pages long: 1 20 ... 23 24 25 26 27 ... 40 60 80 100 120 126 · «PREV / NEXT»
Gnoll_Mage
Gnoll_Mage


Responsible
Supreme Hero
posted February 09, 2008 05:37 PM
Edited by Gnoll_Mage at 17:37, 09 Feb 2008.

Yes, for the Fire/Magma Dragon, but quite possibly not for the Black Dragon, which I thought was the one you were interested in.
____________

 Send Instant Message | Send E-Mail | View Profile | Quote Reply | Link
Gnoll_Mage
Gnoll_Mage


Responsible
Supreme Hero
posted February 09, 2008 06:05 PM
Edited by Gnoll_Mage at 18:08, 09 Feb 2008.

Ebi:
An NCF pack contains two things. A Complete folder, containing (eventually, they are deep within many folders) the creature's icon, and one or more mod files (e.g. one per language), sometimes loose, sometimes in a UserMods, data or Maps folder. This file is the creature itself. It needs to have something like the following structure (this is based on the Dark Angels mod):

\Cameras\Interface\HireCreatures\Creature_CRID.(Camera).xdb - containing the details for the creature view panel camera (copy an existing one for a creature similar to the one you are making, then modify it and test in-game until it looks good).
\GameMechanics\Creature\Creatures\Neutrals\Creature_CRID.xdb - basic creature details, don't forget to change any file links in there, and also change the BaseCreature part to CREATURE_CRID.
\GameMechanics\CreatureVisual\Creatures\FOLDER\CRNAME.xdb - visual details, again make sure to change the links.
\MapObjects\FOLDER\CRNAME.(AdvMapMonsterShared).xdb - adventure map details; Creature part needs to be changed, and links.
\MapObjects\_(AdvMapObjectLink)\Monsters\NCF\Creature_CRID.xdb - map editor functionality, more links to change - IconFile is relative to the Complete folder I mentioned earlier.
\scripts\creature_CRID.lua - see an existing one.
\Text\Game\Creatures\FOLDER\CRNAME.txt - where your creature's name should be stored (will be linked to from various places in other files).
\Text\Game\Creatures\FOLDER\CRNAMEDescription.txt - similarly, where your creature's description should be stored.

Finally, the biggy is:
\Characters\Creatures\FOLDER\*FILES* - where all your creature details go. These files at least should be present:
- CRNAME.(Character).xdb - linking to model and animset.
- CRNAME.xdb - the model file, links to materials, skeleton and geometry.
- *MATNAMES*.(Material).xdb - various material files.
- *TEXNAMES*.(Texture).xdb - various material files.
- *TEXNAMES*.(Texture).dds - the actual dds images to be painted onto your creature.
- CRNAME-arena.xdb - the animset file, storing links to each indiviual animation, such as those for idle, move, stir and so on.
- CRNAME-arena-*ANIMNAMES*.xdb - the animations.

In addition, you could have other files such as Effects, ParticleInstances, Particles, ModelInstances and so on, all the more advanced creature modding stuff.

In addition, you may include some new sound files (can't remember the path). See my Planeswalker creature (bin folder).

Think that's everything, but I might have got something wrong here. Sfidanza, Radar, Cepheus, the French NCF crew etc. might have some corrections to make. Hope that all helps. From now on, if you can make a start, uploading your attempt may well be the best way to get help.

P.S.: the italic parts, obviously, you must fill in yourself - CRID is your Sfidanza-provided creature id; CRNAME is your chosen name, FOLDER is a short version of this, and the bits in stars should be obvious.
____________

 Send Instant Message | Send E-Mail | View Profile | Quote Reply | Link
InfernoX880
InfernoX880


Promising
Famous Hero
posted February 09, 2008 08:41 PM

Yes, I was looking for Black Dragon. The reason I knew the Magma Dragon ones is because I tried to simply replace the texture and change the stats, but it looks like I'll just need to make a new creature from scratch...

 Send Instant Message | Send E-Mail | View Profile | Quote Reply | Link
shinyhalo
shinyhalo


posted February 10, 2008 02:34 AM

Additive Hero abilities

Does some portion of a Hero's Attack and Defense skill automatically get added to every stack of creatures in their army?

If so, where can I edit this to remove or reduce this bonus?

Thanks

I search through a lot of files before asking.
____________

 Send Instant Message | Send E-Mail | View Profile | Quote Reply | Link
Bloodly
Bloodly


Hired Hero
posted February 10, 2008 06:46 AM

Still waiting on an answer...

...Very basic 'modder' here, with an odd question.

Poking around the files, I notice that the majority of the buildings in 'Game Mechanics/TownBuildingsSharedStats' have the line, <Creature>CREATURE_UNKNOWN</Creature>.

The implication is that any building can have a creature(Any creature?) assigned to it for hiring, especially given the Dwellings have actual creature names in that area.

I tried with this, changing 'CREATURE_UNKNOWN' in the Preserve Town Hall xdb file to 'CREATURE_WOLF'.  That's all-nothing else.  Thankfully, no problems in-game(No sudden crashing or anything), but no wolves for hiring when I built the Town Hall-an apparent failure(Though I'll admit, I didn't bother advancing to Tier 4, and the Wolf IS a Tier 4 creature...Nope.  Just checked with a loaded game.  Nothing new.).

Maybe some of you have experimented with adding creatures in a similar way and know what the problem might be?

Of course, there's always the danger that having the new creature will push off another creature from the town hiring list...I'll worry about that after this works, if at all possible.

Thank you for your time.

____________

 Send Instant Message | Send E-Mail | View Profile | Quote Reply | Link
Gnoll_Mage
Gnoll_Mage


Responsible
Supreme Hero
posted February 10, 2008 05:05 PM

I think the GotP guys were investigating this - with some success, if I remember correctly.
____________

 Send Instant Message | Send E-Mail | View Profile | Quote Reply | Link
Ebi
Ebi

Tavern Dweller
posted February 10, 2008 05:29 PM

Thx a lot Gnoll_Mage.
That will help me a lot!
____________
You cannot live on memories, you have to live on your dreams

 Send Instant Message | Send E-Mail | View Profile | Quote Reply | Link
radar
radar


Responsible
Legendary Hero
Castle/Haven player
posted February 10, 2008 05:34 PM

Gnoll I posted exactly the same thing in the NCF thread.

 Send Instant Message | Send E-Mail | View Profile | Quote Reply | Link
Ebi
Ebi

Tavern Dweller
posted February 10, 2008 06:12 PM

I didn't have the right mood for reading the whole NCF thread.
big, big, shame on me!
But now I will!
____________
You cannot live on memories, you have to live on your dreams

 Send Instant Message | Send E-Mail | View Profile | Quote Reply | Link
Gnoll_Mage
Gnoll_Mage


Responsible
Supreme Hero
posted February 10, 2008 07:35 PM

Yes Radar I remembered that half way through writing, but thought I'd finish anyway, if only for my own benefit...!
____________

 Send Instant Message | Send E-Mail | View Profile | Quote Reply | Link
sith_of_ziost
sith_of_ziost


Promising
Supreme Hero
Scouting the Multiverse
posted February 12, 2008 05:36 AM

Question: It seems to me that the vanilla heroes 5 had a Tieru model that worked. Has anybody seen such a model?

 Send Instant Message | Send E-Mail | View Profile | PP | Quote Reply | Link
Daystar
Daystar


Honorable
Legendary Hero
Back from the Dead
posted February 12, 2008 01:23 PM

No, but it should be put back in IMHO.
____________
How exactly is luck a skill?

 Send Instant Message | Send E-Mail | View Profile | Quote Reply | Link
okrane
okrane


Famous Hero
posted February 17, 2008 09:58 AM

I can't seem to find the fix for Xazardous Menu mod that works in multiplayer.

The one I have makes it impossible to click on the button "create" when hosting a game.

Could some of you point me to it?

Thanks.

 Send Instant Message | Send E-Mail | View Profile | Quote Reply | Link
Gnoll_Mage
Gnoll_Mage


Responsible
Supreme Hero
posted February 17, 2008 11:54 PM
Edited by Gnoll_Mage at 23:54, 17 Feb 2008.

http://heroescommunity.com/viewthread.php3?TID=23840
____________

 Send Instant Message | Send E-Mail | View Profile | Quote Reply | Link
Guarder
Guarder


Supreme Hero
posted February 18, 2008 08:23 AM

I'm tring to make a MOD, but it isen't working, beouse I didn't get the h5u file right. What should it name be and what shall it content?
____________

 Send Instant Message | Send E-Mail | View Profile | PP | Quote Reply | Link
VokialBG
VokialBG


Honorable
Legendary Hero
First in line
posted February 18, 2008 10:45 AM
Edited by VokialBG at 10:48, 18 Feb 2008.

1. Use the latest version of WinRaR, older versions will cause problems (not crashes but your mod won't work).

- Check the Useful software tools topic.

2. Create a .zip archive with all mods folders and files.
3. Rename it (the .zip) to .H5U, (for ex rename via WinRaR).
____________

 Send Instant Message | Send E-Mail | View Profile | PP | Quote Reply | Link
Gnoll_Mage
Gnoll_Mage


Responsible
Supreme Hero
posted February 22, 2008 11:32 PM
Edited by Gnoll_Mage at 23:32, 22 Feb 2008.

You shouldn't need to unpack the data files. If you want to use files from within them as bases for your own mods, just open the pak files in e.g. WinZip and copy the right ones out. As for your data.pak not unzipping properly, well (almost) all of the previous HoMM data is in TotE as you guessed, so I suppose it must be some sort of error with your unzipping program / computer etc.. Hope that helps .
____________

 Send Instant Message | Send E-Mail | View Profile | Quote Reply | Link
bigjocker
bigjocker


Responsible
Supreme Hero
Forgotten but not Forsaken
posted February 25, 2008 03:52 PM
Edited by bigjocker at 23:06, 25 Feb 2008.

I don't know if there already was such question, but how can I change all text font in TotE?
EDIT:
Question2: How to put Fire Lake on the map?
____________
HoMM3Lite

 Send Instant Message | Send E-Mail | View Profile | Quote Reply | Link
Gnoll_Mage
Gnoll_Mage


Responsible
Supreme Hero
posted February 26, 2008 12:54 AM

Oh, so fire lake has a model and everything? Would like to see that.
____________

 Send Instant Message | Send E-Mail | View Profile | Quote Reply | Link
fiur
fiur


Promising
Supreme Hero
Map Creator
posted February 26, 2008 01:17 PM

Quote:
Oh, so fire lake has a model and everything? Would like to see that.


well I've tested the firelake and it does'nt have a model...
it shows up on the screen as an square box only  but I've made a modded one:


____________

 Send Instant Message | Send E-Mail | View Profile | Quote Reply | Link
Jump To: « Prev Thread . . . Next Thread » This Popular Thread is 126 pages long: 1 20 ... 23 24 25 26 27 ... 40 60 80 100 120 126 · «PREV / NEXT»
Post New Poll    Post New Topic    Post New Reply

Page compiled in 0.2559 seconds