Poison Unagi's Showcase
Moderator: Lead Developers
- PoisonUnagi
- Member
- Posts: 53
- Joined: Sun Jul 18, 2010 8:27 am
- Location: New Zealand
- Contact:
Poison Unagi's Showcase
Well, I've been working on my showcase and boosting my modding abilities for the past week or so, and now after about 20 fixes and an hour's worth of testing, I think my showcase is finished. It's a quest showcase, seeing as I'm not too good with exteriors, and to a lesser extent interiors. To start the quest, go to Bal Oyra and talk to Mora Gindal in the first shack on the right. She tells you what to do from there.
So yeah, any questions, feel free to ask.
Any feedback is greatly appreciated, I look forward to your responses
The file's been moved further down.
So yeah, any questions, feel free to ask.
Any feedback is greatly appreciated, I look forward to your responses
The file's been moved further down.
Last edited by PoisonUnagi on Sat Aug 14, 2010 2:08 am, edited 2 times in total.
- PoisonUnagi
- Member
- Posts: 53
- Joined: Sun Jul 18, 2010 8:27 am
- Location: New Zealand
- Contact:
Oh yeah, and this is reliant on Bloodmoon, Tribunal, TR_Data, TR_Map1, and possibly TR_Map2.
Not sure if this should be a post or an edit, it was mentioned in another thread that edits are frowned upon here o.O
EDIT (lol): It's dependent on the public TR_Data, but I think the internal version should work aswell, unless something's been removed.
EDIT2: I'll bump this on Friday if I don't have another reply by then :/
Not sure if this should be a post or an edit, it was mentioned in another thread that edits are frowned upon here o.O
EDIT (lol): It's dependent on the public TR_Data, but I think the internal version should work aswell, unless something's been removed.
EDIT2: I'll bump this on Friday if I don't have another reply by then :/
Last edited by PoisonUnagi on Tue Jul 27, 2010 7:34 pm, edited 2 times in total.
- PoisonUnagi
- Member
- Posts: 53
- Joined: Sun Jul 18, 2010 8:27 am
- Location: New Zealand
- Contact:
- PoisonUnagi
- Member
- Posts: 53
- Joined: Sun Jul 18, 2010 8:27 am
- Location: New Zealand
- Contact:
- Thrignar Fraxix
- Developer Emeritus
- Posts: 10644
- Joined: Mon Dec 06, 2004 10:30 pm
- Location: Silnim
- Contact:
our quest department is the smallest department we have apart from modeling. (I don't count sound as a department anymore)
Our slowness in reviewing is a testament to how much we need help in that field.
Our slowness in reviewing is a testament to how much we need help in that field.
Reviewing Administrator
Morrowind Reviews: 1640
Completed MW Interiors: 29
The just man frowns, but never sneers. We can understand anger, but not malevolence - Victor Hugo, Les Miserables
The abuse of greatness is when it disjoins remorse from power - Brutus, Julius Caesar
Fun is bad - Haplo
Morrowind Reviews: 1640
Completed MW Interiors: 29
The just man frowns, but never sneers. We can understand anger, but not malevolence - Victor Hugo, Les Miserables
The abuse of greatness is when it disjoins remorse from power - Brutus, Julius Caesar
Fun is bad - Haplo
Hey Poison Unagi
I can give this a quick review, but remember that Why has been doing this a lot longer than me
Note: Your showcase should not be dependent on Map 1 + 2.
I'll edit this when I've tested your quest, good luck
Edit: I must say I couldn't find a single error in your dialog, good job.
TESAME: Hasn't been used. Download it and open up your .esp, you will find that there are lots of things that you accidently edited. Lots of textures, com_chest_02, active_de_p_bed and more. If you need to change the properties of an object you will need to make a new version of it. The TESAME download link is on TR's download page.
I had a few problems with the quest.
I had no idea where I needed to go next. Where to find the women in Firewatch, Khur's shack or the dude you show the plans to. It would of been good to have some directions. (I had to cheat to find the woman and Khur)
Khur lives in a shack, yet he can afford amazing armor and a chest with a 100 lock? I would tone down his uberness.
A rule of Morrowind is that if you are attacked first, you can fight back with lethal force. There is no reason to get the huge penalty for when Khur dies.
Quest greetings should nearly always be in Greeting 5, only put them in 1 when the NPC talking doesn't care who they talk to for whatever reason. (ie. A Morrowind inhabitant wouldn't ask a vampire for help unless it was an emergency)
You used this in a result box:
Not a huge problem, but not only do the two lines do the same thing (as it is Cornelia who is speaking), but 'Khul' is mentioned in the dialog so is added regardless.
Here's an extract from the dialog, I'm sure you can see the error
You didn't do any scripting. If you haven't already read some of 'Morrowind Scripting for Dummies' and try to implement some decent scripts.
I know this seems like a long list (mostly due to my spacing and how I word things) but most of these are easy fixes, the quest itself was enjoyable. If you need help with anything (especially scripting, that's the hardest part ) feel free to ask. This is just your first try, I only just managed to pass on my fourth try, so good luck
Edit2: Also, it's a good idea to get used to TR's naming conventions, search around the forum and you will find them
I can give this a quick review, but remember that Why has been doing this a lot longer than me
Note: Your showcase should not be dependent on Map 1 + 2.
I'll edit this when I've tested your quest, good luck
Edit: I must say I couldn't find a single error in your dialog, good job.
TESAME: Hasn't been used. Download it and open up your .esp, you will find that there are lots of things that you accidently edited. Lots of textures, com_chest_02, active_de_p_bed and more. If you need to change the properties of an object you will need to make a new version of it. The TESAME download link is on TR's download page.
I had a few problems with the quest.
I had no idea where I needed to go next. Where to find the women in Firewatch, Khur's shack or the dude you show the plans to. It would of been good to have some directions. (I had to cheat to find the woman and Khur)
Khur lives in a shack, yet he can afford amazing armor and a chest with a 100 lock? I would tone down his uberness.
A rule of Morrowind is that if you are attacked first, you can fight back with lethal force. There is no reason to get the huge penalty for when Khur dies.
Quest greetings should nearly always be in Greeting 5, only put them in 1 when the NPC talking doesn't care who they talk to for whatever reason. (ie. A Morrowind inhabitant wouldn't ask a vampire for help unless it was an emergency)
You used this in a result box:
Code: Select all
TR_m1_Cornelia_Aurivius -> Addtopic "Khur"
Addtopic "Khur"
Here's an extract from the dialog, I'm sure you can see the error
Code: Select all
I told FireWatchNPC that Khur is dead, and she was very disappointed in me. There is now a bounty on my head for murder.
I know this seems like a long list (mostly due to my spacing and how I word things) but most of these are easy fixes, the quest itself was enjoyable. If you need help with anything (especially scripting, that's the hardest part ) feel free to ask. This is just your first try, I only just managed to pass on my fourth try, so good luck
Edit2: Also, it's a good idea to get used to TR's naming conventions, search around the forum and you will find them
- PoisonUnagi
- Member
- Posts: 53
- Joined: Sun Jul 18, 2010 8:27 am
- Location: New Zealand
- Contact:
Thanks alot for the review, I'll get to work on that
Again, thanks for the review. I'll have an updated showcase up in a day or two.
I tried using TESAME, and cleaned up some blank cells, apparently I didn't use it right... I'll check out the tutorial.OTRaw wrote:TESAME: Hasn't been used. Download it and open up your .esp, you will find that there are lots of things that you accidently edited. Lots of textures, com_chest_02, active_de_p_bed and more. If you need to change the properties of an object you will need to make a new version of it. The TESAME download link is on TR's download page.
It was intended to be a search quest, but I guess it is a bit unforgiving. Will fix.OTRaw wrote: I had a few problems with the quest.
I had no idea where I needed to go next. Where to find the women in Firewatch, Khur's shack or the dude you show the plans to. It would of been good to have some directions. (I had to cheat to find the woman and Khur)
Good point, will fix.OTRaw wrote: Khur lives in a shack, yet he can afford amazing armor and a chest with a 100 lock? I would tone down his uberness.
Ugh, forgot about that. Will fix.OTRoar wrote: A rule of Morrowind is that if you are attacked first, you can fight back with lethal force. There is no reason to get the huge penalty for when Khur dies.
I heard about that after I posted the showcase, will fix anywaysPineapple wrote: Quest greetings should nearly always be in Greeting 5, only put them in 1 when the NPC talking doesn't care who they talk to for whatever reason. (ie. A Morrowind inhabitant wouldn't ask a vampire for help unless it was an emergency)
That was a really weird issue. It didn't add the 'Khur' topic in the dialogue, so I added both of those lines to be sure. But if they both work, I'll keep that in mind.Հայերէն կը գրեմ wrote: You used this in a result box:Not a huge problem, but not only do the two lines do the same thing (as it is Cornelia who is speaking), but 'Khul' is mentioned in the dialog so is added regardless.Code: Select all
TR_m1_Cornelia_Aurivius -> Addtopic "Khur" Addtopic "Khur"
Heh, FireWatchNPC was the codename I used to make Cornelia more identifiable when I was planning the dialogue in a spreadsheet. Guess I forgot to fix that, will fix.Θτραψ wrote: Here's an extract from the dialog, I'm sure you can see the errorCode: Select all
I told FireWatchNPC that Khur is dead, and she was very disappointed in me. There is now a bounty on my head for murder.
After reading this, I downloaded it, will proceed to reading after I've posted thisϠ ϡ wrote: You didn't do any scripting. If you haven't already read some of 'Morrowind Scripting for Dummies' and try to implement some decent scripts.
Naming conventions... what?PoisonUnagi (wait, what?) wrote: Edit2: Also, it's a good idea to get used to TR's naming conventions, search around the forum and you will find them
Again, thanks for the review. I'll have an updated showcase up in a day or two.
I guessed that's what you done with FireWatchNPC :p
In TESAME you need to select all the things that shouldn't of been edited, press space so they turn black then press delete to remove them. You then need to save it.
If a topic isn't added I believe that you can add a @ before it, @Khur should of done it. The CS is weird like that sometimes.
On naming conventions, if you boot up map 1 in the CS you will see loads of items that look like this: 'TR_m1_x_x_xxx', your best bet is to search on the forums and find out how to do it.
A couple of things I forgot to mention: The resultant effect killng Khur has on the quest (apart from not following Morrowind law) is good, it shows that you add safety nets, which are obvious ways that the quest can be broken and dealing with them.
Also, try to make the quest have two distinct endings. One where you help to bring Khur down and something completely different, such as helping Khur or whatever you think would be good.
Good luck, I look forward to your next version
In TESAME you need to select all the things that shouldn't of been edited, press space so they turn black then press delete to remove them. You then need to save it.
If a topic isn't added I believe that you can add a @ before it, @Khur should of done it. The CS is weird like that sometimes.
On naming conventions, if you boot up map 1 in the CS you will see loads of items that look like this: 'TR_m1_x_x_xxx', your best bet is to search on the forums and find out how to do it.
A couple of things I forgot to mention: The resultant effect killng Khur has on the quest (apart from not following Morrowind law) is good, it shows that you add safety nets, which are obvious ways that the quest can be broken and dealing with them.
Also, try to make the quest have two distinct endings. One where you help to bring Khur down and something completely different, such as helping Khur or whatever you think would be good.
Good luck, I look forward to your next version
- PoisonUnagi
- Member
- Posts: 53
- Joined: Sun Jul 18, 2010 8:27 am
- Location: New Zealand
- Contact:
Yeah, originally I was going to make Khur have a quest for you to do that involved potentially killing Mora or Dondolin (another Bal Oyra inhabitant), but I scrapped that idea.
Thanks for the TESAME help, I'll get to work on this tonight after school (it's monday here )
EDIT: Sorry about the delay, this week's been pretty frantic. I've got the weekend to work on it, expect in in three to five days.
Thanks for the TESAME help, I'll get to work on this tonight after school (it's monday here )
EDIT: Sorry about the delay, this week's been pretty frantic. I've got the weekend to work on it, expect in in three to five days.
- PoisonUnagi
- Member
- Posts: 53
- Joined: Sun Jul 18, 2010 8:27 am
- Location: New Zealand
- Contact:
Well, that was a bit quicker than I expected. Hope I didn't miss anything.
I decided not to port all the Greetings to Greeting 5, because it'd just take too long. I wrote down on my 'modding tips' sheet that quests always go in Greeting 5.
Anyways, here's the new file.
EDIT: Ah, that's what the naming conventions are. I'll look into it.
I decided not to port all the Greetings to Greeting 5, because it'd just take too long. I wrote down on my 'modding tips' sheet that quests always go in Greeting 5.
Anyways, here's the new file.
EDIT: Ah, that's what the naming conventions are. I'll look into it.
- Attachments
-
- Poison Unagi's Showcase TESAME'd.esp
- Le new file.
- (15.6 KiB) Downloaded 135 times
I'll start reviewing this, but I won't post it yet.
Without moving everything to 5 (apart from those that belong in another greeting), using the naming conventions and make your own objects for when you edit something so that you do not edit the vanilla objects, you won't be able to get a promotion.
If I was you I would do the above so that you don't waste one of your tries. (I think this is your last one right?) But if you still want me to review it I can.
Without moving everything to 5 (apart from those that belong in another greeting), using the naming conventions and make your own objects for when you edit something so that you do not edit the vanilla objects, you won't be able to get a promotion.
If I was you I would do the above so that you don't waste one of your tries. (I think this is your last one right?) But if you still want me to review it I can.
The three-strike rule doesn't really apply to quests, only to interiors and exteriors.
It's great to see you've reviewed this OTRaw, I haven't had the chance to take such a thorough look at the file myself, but what you wrote in your review makes sense so thank you very much and keep at it if you want to
I'm okay with not moving everything to Greeting 5. It is a pita indeed, and I'm positive you'll get it right next time.
It's great to see you've reviewed this OTRaw, I haven't had the chance to take such a thorough look at the file myself, but what you wrote in your review makes sense so thank you very much and keep at it if you want to
I'm okay with not moving everything to Greeting 5. It is a pita indeed, and I'm positive you'll get it right next time.
- Thrignar Fraxix
- Developer Emeritus
- Posts: 10644
- Joined: Mon Dec 06, 2004 10:30 pm
- Location: Silnim
- Contact:
I feel as though there should still be some limit, if not still 3. It isn't as though quests shouldn't be playtested before they are submitted.Why wrote:The three-strike rule doesn't really apply to quests, only to interiors and exteriors.
Reviewing Administrator
Morrowind Reviews: 1640
Completed MW Interiors: 29
The just man frowns, but never sneers. We can understand anger, but not malevolence - Victor Hugo, Les Miserables
The abuse of greatness is when it disjoins remorse from power - Brutus, Julius Caesar
Fun is bad - Haplo
Morrowind Reviews: 1640
Completed MW Interiors: 29
The just man frowns, but never sneers. We can understand anger, but not malevolence - Victor Hugo, Les Miserables
The abuse of greatness is when it disjoins remorse from power - Brutus, Julius Caesar
Fun is bad - Haplo
- PoisonUnagi
- Member
- Posts: 53
- Joined: Sun Jul 18, 2010 8:27 am
- Location: New Zealand
- Contact:
Most TR modders can do NPC detailing claims. If you can do quests, then I know you can do that, seeing as NPCs are sort of the main part of most quests.
"You can remove spells from your list in Morrowind. I think it was shift-click, don't quote me on that though." - Cathartis
|[url=http://tinyurl.com/mnbsqv]Forum Rules[/url]
|[url=http://tinyurl.com/mj594z]Moratorium[/url]
| [url=http://tinyurl.com/6msxag]Writing for TR[/url]
|[url=http://tinyurl.com/mnbsqv]Forum Rules[/url]
|[url=http://tinyurl.com/mj594z]Moratorium[/url]
| [url=http://tinyurl.com/6msxag]Writing for TR[/url]
- The Greatness
- Developer
- Posts: 358
- Joined: Sat May 29, 2010 5:13 pm
You probably need to be a quest modder to NPC now because NPCing now includes making the misc quests I believe.
Warning: may contain large amounts of sarcasm.
Myzel- We never actually see slaves working on Vvardenfell either. They're always just standing there. If you ask me they deserve a good whipping.
Myzel- We never actually see slaves working on Vvardenfell either. They're always just standing there. If you ask me they deserve a good whipping.
- PoisonUnagi
- Member
- Posts: 53
- Joined: Sun Jul 18, 2010 8:27 am
- Location: New Zealand
- Contact:
- The Greatness
- Developer
- Posts: 358
- Joined: Sat May 29, 2010 5:13 pm
Cool. As long as you stay away from Almalexia. She's mine!PoisonUnagi wrote:And that's exactly what I signed up for
Warning: may contain large amounts of sarcasm.
Myzel- We never actually see slaves working on Vvardenfell either. They're always just standing there. If you ask me they deserve a good whipping.
Myzel- We never actually see slaves working on Vvardenfell either. They're always just standing there. If you ask me they deserve a good whipping.
- PoisonUnagi
- Member
- Posts: 53
- Joined: Sun Jul 18, 2010 8:27 am
- Location: New Zealand
- Contact:
- Thrignar Fraxix
- Developer Emeritus
- Posts: 10644
- Joined: Mon Dec 06, 2004 10:30 pm
- Location: Silnim
- Contact:
yes we still edit those. There are quest claims open for those maps at the moment.
Reviewing Administrator
Morrowind Reviews: 1640
Completed MW Interiors: 29
The just man frowns, but never sneers. We can understand anger, but not malevolence - Victor Hugo, Les Miserables
The abuse of greatness is when it disjoins remorse from power - Brutus, Julius Caesar
Fun is bad - Haplo
Morrowind Reviews: 1640
Completed MW Interiors: 29
The just man frowns, but never sneers. We can understand anger, but not malevolence - Victor Hugo, Les Miserables
The abuse of greatness is when it disjoins remorse from power - Brutus, Julius Caesar
Fun is bad - Haplo
We will require someone who has an approved NPC claim for the one with Almalexia in it; it's too big a claim to be someone's first.The Greatness wrote:Cool. As long as you stay away from Almalexia. She's mine!PoisonUnagi wrote:And that's exactly what I signed up for
And on a bit of a tangent: No one is allowed to reserve claims. Whichever qualified modder claims it first gets it.
Forum Administrator & Data Files Manager
[06/19/2012 04:15AM] +Cat table stabbing is apparently a really popular sport in morrowind
[August 29, 2014 04:05PM] <+Katze> I am writing an IRC bot! :O
[August 29, 2014 04:25PM] *** Katze has quit IRC: Z-Lined
[06/19/2012 04:15AM] +Cat table stabbing is apparently a really popular sport in morrowind
[August 29, 2014 04:05PM] <+Katze> I am writing an IRC bot! :O
[August 29, 2014 04:25PM] *** Katze has quit IRC: Z-Lined
- PoisonUnagi
- Member
- Posts: 53
- Joined: Sun Jul 18, 2010 8:27 am
- Location: New Zealand
- Contact:
- The Greatness
- Developer
- Posts: 358
- Joined: Sat May 29, 2010 5:13 pm
Not it would seem. I'll have a look if I get a minute or two.
EDIT: where the heck is BC? He hasn't logged in for two weeks, and we kind of need him. I want to get a few quest claims through, and I've been waiting on him.
Yeah, alright, I was kidding about there. Hurrah for wild dreams.Haplo wrote:We will require someone who has an approved NPC claim for the one with Almalexia in it; it's too big a claim to be someone's first.The Greatness wrote:Cool. As long as you stay away from Almalexia. She's mine!PoisonUnagi wrote:And that's exactly what I signed up for
And on a bit of a tangent: No one is allowed to reserve claims. Whichever qualified modder claims it first gets it.
EDIT: where the heck is BC? He hasn't logged in for two weeks, and we kind of need him. I want to get a few quest claims through, and I've been waiting on him.
Warning: may contain large amounts of sarcasm.
Myzel- We never actually see slaves working on Vvardenfell either. They're always just standing there. If you ask me they deserve a good whipping.
Myzel- We never actually see slaves working on Vvardenfell either. They're always just standing there. If you ask me they deserve a good whipping.
He went on holiday for two weeks, which means he should be back pretty soon. Probably like the 25th at the latest.
Forum Administrator & Data Files Manager
[06/19/2012 04:15AM] +Cat table stabbing is apparently a really popular sport in morrowind
[August 29, 2014 04:05PM] <+Katze> I am writing an IRC bot! :O
[August 29, 2014 04:25PM] *** Katze has quit IRC: Z-Lined
[06/19/2012 04:15AM] +Cat table stabbing is apparently a really popular sport in morrowind
[August 29, 2014 04:05PM] <+Katze> I am writing an IRC bot! :O
[August 29, 2014 04:25PM] *** Katze has quit IRC: Z-Lined
- Bloodthirsty Crustacean
- Developer Emeritus
- Posts: 3869
- Joined: Fri Feb 02, 2007 7:30 pm
- Location: Elsewhere
Yeah, sorry for absence, but I'm back now. Greatness, if you want to run me by with anything questy that's been on your mind in my off time, drop me a PM.
a man builds a city
with Banks and Cathedrals
a man melts the sand so he
can see the world outside
"They destroyed Morrowind? Fiddlesticks! Now we're going to have to rebuild it again!"
with Banks and Cathedrals
a man melts the sand so he
can see the world outside
"They destroyed Morrowind? Fiddlesticks! Now we're going to have to rebuild it again!"
- The Greatness
- Developer
- Posts: 358
- Joined: Sat May 29, 2010 5:13 pm
Tell you what, Why seems to have forgotten about tommorow, so I'll take a look. One thing though: it's still not clean. In TESAME, any vanilla objects on your list need to be removed: com_chest_02, active_de_p_bed_28, ex_de_shack_door etc. You've also edited the 'you've failed your oath of silence' entry. Clean out stuff like that.
Don't bother posting a new file yet though, wait for me or someone else to properly review it.
EDIT: the file could've also done without the TR_Map1 and TR_map2 dependancies because we use an internal file, but it's too late now.
ANOTHER EDIT: Can you tell me where to start this quest, Poison?
Don't bother posting a new file yet though, wait for me or someone else to properly review it.
EDIT: the file could've also done without the TR_Map1 and TR_map2 dependancies because we use an internal file, but it's too late now.
ANOTHER EDIT: Can you tell me where to start this quest, Poison?
Warning: may contain large amounts of sarcasm.
Myzel- We never actually see slaves working on Vvardenfell either. They're always just standing there. If you ask me they deserve a good whipping.
Myzel- We never actually see slaves working on Vvardenfell either. They're always just standing there. If you ask me they deserve a good whipping.
- PoisonUnagi
- Member
- Posts: 53
- Joined: Sun Jul 18, 2010 8:27 am
- Location: New Zealand
- Contact:
Talk to Mora Gindal in Bal Oyra, she's on the first shack on the right if you're heading towards the lighthouse.The Greatness wrote:Tell you what, Why seems to have forgotten about tommorow, so I'll take a look. One thing though: it's still not clean. In TESAME, any vanilla objects on your list need to be removed: com_chest_02, active_de_p_bed_28, ex_de_shack_door etc. You've also edited the 'you've failed your oath of silence' entry. Clean out stuff like that.
Don't bother posting a new file yet though, wait for me or someone else to properly review it.
EDIT: the file could've also done without the TR_Map1 and TR_map2 dependancies because we use an internal file, but it's too late now.
ANOTHER EDIT: Can you tell me where to start this quest, Poison?
- The Greatness
- Developer
- Posts: 358
- Joined: Sat May 29, 2010 5:13 pm
Well, I started testing your quest Poison up till the point where I was asked to go to Khur's shack, and there I hit a pretty big problem; basically, Khur's shack doesn't exist. The interior is there but it isn't linked with the outside and the door in it leads into the middle of a hill. I think what's happened is that you cleaned the cell containing Khur's shack, removing the shack and the changes you made to the landscape.
However, I think you'll need start over with this. The plot is nothing to write home about, but more importantly there are no scripts on show at all. Scripts are an important part of quests and in order to become promoted for quest modding we'll need to see some decent scripting ability, or some dialogue choices backed up by a few quests. Here are a few pointers from what I've played of your quest.
1- Make the dialogue a bit more believable and interesting. I didn't find any misspellings but phraces like 'I'll let you in on a secret' and Mora simply directing you without explanation to Cornelia aren't very realistic nor personal.
2- Play through often. I don't know how you missed that you cleaned Khur's house of the map, or that the journal tells you that Mora doesn't know Cornelia's name but in the dialogue she does.
3- Add more topics to people. People in Firewatch should be able to direct you to Cornelia. People in Bal Oyra should be able to direct you to Khur. Don't assume too much, and avoid leaving the player no clue of where to go. It's nice with topics that everyone can say to add multiple responces with Random100 and use a NotLocal NoLore == 0 check.
4- Clean vanilla references! Cleanlyness is very important with TR, but as you've demonstrated it's important to take a quick check after cleaning to make sure you haven't removed anything important.
5- For you're next file avoid dependancies on TR maps 1 and 2, and don't bother making any interiors, just use vanilla stuff o save time, because we don't review anything other than the quest and when making quests for TR you use cells already made for you.
All in all, pretty good dialogue and solid if basic plot, but we're going to need to see some scripting.
However, I think you'll need start over with this. The plot is nothing to write home about, but more importantly there are no scripts on show at all. Scripts are an important part of quests and in order to become promoted for quest modding we'll need to see some decent scripting ability, or some dialogue choices backed up by a few quests. Here are a few pointers from what I've played of your quest.
1- Make the dialogue a bit more believable and interesting. I didn't find any misspellings but phraces like 'I'll let you in on a secret' and Mora simply directing you without explanation to Cornelia aren't very realistic nor personal.
2- Play through often. I don't know how you missed that you cleaned Khur's house of the map, or that the journal tells you that Mora doesn't know Cornelia's name but in the dialogue she does.
3- Add more topics to people. People in Firewatch should be able to direct you to Cornelia. People in Bal Oyra should be able to direct you to Khur. Don't assume too much, and avoid leaving the player no clue of where to go. It's nice with topics that everyone can say to add multiple responces with Random100 and use a NotLocal NoLore == 0 check.
4- Clean vanilla references! Cleanlyness is very important with TR, but as you've demonstrated it's important to take a quick check after cleaning to make sure you haven't removed anything important.
5- For you're next file avoid dependancies on TR maps 1 and 2, and don't bother making any interiors, just use vanilla stuff o save time, because we don't review anything other than the quest and when making quests for TR you use cells already made for you.
All in all, pretty good dialogue and solid if basic plot, but we're going to need to see some scripting.
Warning: may contain large amounts of sarcasm.
Myzel- We never actually see slaves working on Vvardenfell either. They're always just standing there. If you ask me they deserve a good whipping.
Myzel- We never actually see slaves working on Vvardenfell either. They're always just standing there. If you ask me they deserve a good whipping.
- PoisonUnagi
- Member
- Posts: 53
- Joined: Sun Jul 18, 2010 8:27 am
- Location: New Zealand
- Contact:
- The Greatness
- Developer
- Posts: 358
- Joined: Sat May 29, 2010 5:13 pm
Good luck. I like what I've seen so far, and was suprised at the complete lack of spelling errors I could find, I just didn't see enough for promotion.
Warning: may contain large amounts of sarcasm.
Myzel- We never actually see slaves working on Vvardenfell either. They're always just standing there. If you ask me they deserve a good whipping.
Myzel- We never actually see slaves working on Vvardenfell either. They're always just standing there. If you ask me they deserve a good whipping.
- PoisonUnagi
- Member
- Posts: 53
- Joined: Sun Jul 18, 2010 8:27 am
- Location: New Zealand
- Contact:
- The Greatness
- Developer
- Posts: 358
- Joined: Sat May 29, 2010 5:13 pm
Yeah, no problem, although I can't see why you'd need it for just a quest; like I said, you can save time by just using vanilla places, we won't review any interiors or exterior changes.
Warning: may contain large amounts of sarcasm.
Myzel- We never actually see slaves working on Vvardenfell either. They're always just standing there. If you ask me they deserve a good whipping.
Myzel- We never actually see slaves working on Vvardenfell either. They're always just standing there. If you ask me they deserve a good whipping.