2 quick questions
2 quick questions
First is about the defineObject() vs the cloneObject() script. Should I use both or is cloneObject() preferable ?
Second is where are the original Grimrock dungeon intro artworks in the assets pack, I want to show the one with Legend of Grimrock (on a black background) at the end of my intro but can't find the reference. Also I would apreciate to know where I can find thoses images. Resolution and format would help, I want to retain the original feel for my dungeon.
Edit : The scripts from the original intro and ending would be an awesome addition to the asset pack.
Second is where are the original Grimrock dungeon intro artworks in the assets pack, I want to show the one with Legend of Grimrock (on a black background) at the end of my intro but can't find the reference. Also I would apreciate to know where I can find thoses images. Resolution and format would help, I want to retain the original feel for my dungeon.
Edit : The scripts from the original intro and ending would be an awesome addition to the asset pack.
The Lurker
Re: 2 quick questions
showImage("assets/textures/cinematic/intro/page03.tga")
Change the page03.tga to whatever you like. Stock LoG screens are simply page01.tga, page02.tga
I use defineObject usually, whether I'm making a new object/item, or replacing one with new definitions. I Have some cloneObjects in my script that I've gotten from some of the creative ppl around here and have never noticed a difference.
Change the page03.tga to whatever you like. Stock LoG screens are simply page01.tga, page02.tga
I use defineObject usually, whether I'm making a new object/item, or replacing one with new definitions. I Have some cloneObjects in my script that I've gotten from some of the creative ppl around here and have never noticed a difference.
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
"You have been captured by a psychopathic diety who needs a new plaything to torture."
Hotel Hades
Re: 2 quick questions
The only problem is that page01 to page04 are the story images, I'll do original artwork for thoses, but I can't find the last one written Legend of Grimrock on a black screen.msyblade wrote:showImage("assets/textures/cinematic/intro/page03.tga")
Change the page03.tga to whatever you like. Stock LoG screens are simply page01.tga, page02.tga
I use defineObject usually, whether I'm making a new object/item, or replacing one with new definitions. I Have some cloneObjects in my script that I've gotten from some of the creative ppl around here and have never noticed a difference.
The Lurker
Re: 2 quick questions
I have it, I will update this post with it shortly.
http://grimrock.nexusmods.com/mods/56
You can go DL a LOG wallpaper pack at my Hotel Hades page on the Nexus now, Look at them and see if you like any.
http://grimrock.nexusmods.com/mods/56
You can go DL a LOG wallpaper pack at my Hotel Hades page on the Nexus now, Look at them and see if you like any.
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
"You have been captured by a psychopathic diety who needs a new plaything to torture."
Hotel Hades
Re: 2 quick questions
Many thanks, BTW I plan to try Hotel Hades as soon as I'm done with my dungeon. It's a lot of work, but it should be finished one daymsyblade wrote:I have it, I will update this post with it shortly.
http://grimrock.nexusmods.com/mods/56
You can go DL a LOG wallpaper pack at my Hotel Hades page on the Nexus now, Look at them and see if you like any.
The Lurker
Re: 2 quick questions
Best of luck with yours, What is it going to be called? And as far as being finished, I just posted the 6th release since I "finished"
ppl playing it means lots of comments and once they point something out or find a bug, I just cant STAND knowing it's there, so I haveta make a puzzle more clear, or perhaps fix a bug here and there. Not sure I'll EVER "Finish"!
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
"You have been captured by a psychopathic diety who needs a new plaything to torture."
Hotel Hades
Re: 2 quick questions
In my custom mods, I use defineObject{ to encourage people to edit the details more specific for their own mod.
However if you're working entirely on a personal project, you can save a lot of lines of scripting with cloneObject()
However if you're working entirely on a personal project, you can save a lot of lines of scripting with cloneObject()
"I'm okay with being referred to as a goddess."
Community Model Request Thread
See what I'm working on right now: Neikun's Workshop
Lead Coordinator for Legends of the Northern Realms Project
Community Model Request Thread
See what I'm working on right now: Neikun's Workshop
Lead Coordinator for Legends of the Northern Realms Project
- Message me to join in!
Re: 2 quick questions
So, if I'm following correctly neikun, cloneObject will include all properties of the original item, even if you haven't specifically defined them, whereas defineObject is ONLY the properties defined in the script? Makes total sense
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
"You have been captured by a psychopathic diety who needs a new plaything to torture."
Hotel Hades
Re: 2 quick questions
I heard something once, a work is never finished, only released. So when I release my dungeon, it will be called Escape from Fort Orendall. Or just Orendall to keep it simple. I want to keep the original Grimrock feel with a few twist. I plan at least theses features : You can choose the fate of your companions, cooperate to escape or try your luck alone and let them die. (Already implemented) Dual wield. (Implemented with a new class of weapons) Story (there will be a small in game story-line) The dungeon will be built for starting characters, however I plan a few unexpected challenge for a a high level party.msyblade wrote:Best of luck with yours, What is it going to be called? And as far as being finished, I just posted the 6th release since I "finished"ppl playing it means lots of comments and once they point something out or find a bug, I just cant STAND knowing it's there, so I haveta make a puzzle more clear, or perhaps fix a bug here and there. Not sure I'll EVER "Finish"!
The Lurker
Re: 2 quick questions
Sounds like a fun concept! For the new party/strong party, I put in powerful monsters that a new party has no chance of battling, and built traps throughout that the party can use against the baddies and get an exp award (or Secret if theyre really devious), A veteran party then has the option of fighting the overpowered monsters and taking the bigger lump of exp. This way both types of players can enjoy it!
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
"You have been captured by a psychopathic diety who needs a new plaything to torture."
Hotel Hades