[WIP] Fhizban's Armory (Update Nov 05)

Talk about creating Grimrock 1 levels and mods here. Warning: forum contains spoilers!
User avatar
msyblade
Posts: 792
Joined: Fri Oct 12, 2012 4:40 am
Location: New Mexico, USA
Contact:

Re: [WIP] Fhizban's Imperial Armory (Update Nov 02)

Post by msyblade »

I like the system Fhizban, having something this large, organized like it is, will really make it a great resource for all modders, new and old.
Currently conspiring with many modders on the "Legends of the Northern Realms"project.

"You have been captured by a psychopathic diety who needs a new plaything to torture."
Hotel Hades
User avatar
Fhizban
Posts: 68
Joined: Sun Oct 21, 2012 2:57 pm
Location: Germany
Contact:

Re: [WIP] Fhizban's Imperial Armory (Update Nov 03)

Post by Fhizban »

@msyblade thanks, i hope it will be big (one day). a realistic date seems to be by end of this year.

BTW: added 17 one-use spell-scrolls (inspired by another thread on the forum). item count is now 171
--
Fhizban's Asset Repository - the place where you find all my LoG contributions:
viewtopic.php?f=14&t=3904
User avatar
cougardod
Posts: 36
Joined: Sun Oct 28, 2012 2:29 am

Re: [WIP] Fhizban's Imperial Armory (Update Nov 03)

Post by cougardod »

Here's a new dagger model I created if you want to add it to your armory.

http://grimrock.nexusmods.com/mods/88
User avatar
Fhizban
Posts: 68
Joined: Sun Oct 21, 2012 2:57 pm
Location: Germany
Contact:

Re: [WIP] Fhizban's Imperial Armory (Update Nov 03)

Post by Fhizban »

@cougardod thanks. currently im busy with icons and stats, but when the time has come, i will come back to your model

i had a bit of time left today and prepared all items so far. all icons are ready, the atlas'es work, its all there and functioning in the editor. next i will implement a very first version of the random drops - then i need one or two testers. after that - i would be grateful for any kind of magic items ideas you guys got. so please:

post all item ideas you got and you would like to share in this thread, i will look at the best ones and add them to my mod.

i'll be adding a dozen of potions and treasure tomorrow - this should bring item count to >200. then its all about the true magic item stuff!

PS: i just added the armory to my (WIP) mod, its really easy (copy two folders and add a single line of script). Its like Grimrock on Steroids!
--
Fhizban's Asset Repository - the place where you find all my LoG contributions:
viewtopic.php?f=14&t=3904
User avatar
msyblade
Posts: 792
Joined: Fri Oct 12, 2012 4:40 am
Location: New Mexico, USA
Contact:

Re: [WIP] Fhizban's Imperial Armory (Update Nov 03)

Post by msyblade »

I always liked the idea of a central hub Area/floor that you can recall/portal to.If its gonna be done right, we gotta find a way to mark where you tele'd FROM, or the player will end up on the outside of (now) broken puzzles. maybe some sort of "stealth" clothing. (short, triggerable invis effects, maybe?)
Currently conspiring with many modders on the "Legends of the Northern Realms"project.

"You have been captured by a psychopathic diety who needs a new plaything to torture."
Hotel Hades
User avatar
HaunterV
Posts: 676
Joined: Mon Apr 16, 2012 9:54 pm
Location: Barrie, Ontario, Canada

Re: [WIP] Fhizban's Imperial Armory (Update Nov 03)

Post by HaunterV »

i like it for the adding to teh loot table.
Grimrock Community 'FrankenDungeon 2012. Submit your entry now!: http://tinyurl.com/cnupr7h
SUBMIT YOUR ASSETS! Community Asset Pack (C.A.P.): http://tinyurl.com/bqvykrp
Behold! The HeroQuest Revival!: http://tinyurl.com/cu52ksc
User avatar
Fhizban
Posts: 68
Joined: Sun Oct 21, 2012 2:57 pm
Location: Germany
Contact:

Re: [WIP] Fhizban's Armory (Update Nov 04)

Post by Fhizban »

Nov 04: Various updates and additions (added 8 new container items, wrote the scripts for adding random loot to monsters, alcoves and spawning loot directly on dungeon tiles, fixed some bugs and started revamping all of the loot tables to fit future updates).

I also made a crappy movie (the program was trash and my mouse pad keeps sticking to my mouse all the time :-)

This is just a early "proof of concept"

http://youtu.be/nBjU0u9mBSI

BTW: some one knows how to embed a movie right into the post?
--
Fhizban's Asset Repository - the place where you find all my LoG contributions:
viewtopic.php?f=14&t=3904
User avatar
Fhizban
Posts: 68
Joined: Sun Oct 21, 2012 2:57 pm
Location: Germany
Contact:

Re: [WIP] Fhizban's Armory (Update Nov 05)

Post by Fhizban »

more updates, got a bit of scripting done after work:

1. There is now a Drop rate, so loot is not automatically dropped and crazy amounts of loot piling up in the dungeon are prevented. in addition, the drop rate may be modified in various ways:

* the base drop rate is 15% and can be modified (global, counts for the whole dungeon)
* the drop rate increases by 5% per dungeon level, wich can also be modified (counts for one dungeon level)
* monster drops and alcove loot chance is +10% in comparison to random loot on tiles (you can alter this number)

2. the random drops can be placed in various locations, some of them are triggered via hooks - while others are pre-calculated once the game starts

* monster drops = onDie hooks of monsters
* alcoves & altairs = populated on startup (only those you wish to!)
* special dungeon tiles = populated on startup (only those you wish to!)
* breakable barrels = onDie hooks

3. loot drops are now categorized into tiers, the chosen tier is calculated from various factors:

* basic dungeon difficulty (global, counts for the whole dungeon, may be modified) +
* current dungeon level multiplied with a factor (the factor can also be modified) +
* the current, total party level
= the total is called treasure level and then cross-referenced to the matching tier

4. finally back to the drop rate: you can override the drop rate with a modifier. this enables you to create monsters or dungeon objects
that drop loot at higher rates then the usual dungeon objects found on that level. for example, the first dungeon level would have a standard drop rate of 20%. then you could make a side-boss monster with a +40 modifier (60%) and a final boss with a +80 modifier, who would have a guaranteed item drop every time he dies.

phew, thats all for today - thanks for reading!

Slowly, this all finds together to form something that i would call a complete script!
--
Fhizban's Asset Repository - the place where you find all my LoG contributions:
viewtopic.php?f=14&t=3904
tymur
Posts: 27
Joined: Fri Jan 25, 2013 7:22 pm

Re: [WIP] Fhizban's Armory (Update Nov 05)

Post by tymur »

Looks VERY USEFUL!
let me know when it will be downloadable
Thank you for your work.
Post Reply