![]() |
1 Attachment(s)
Thanks alot for replying to me. Umm, I did everything that you told me to do, but I still got the exact same error. Also, Im not actually sure which error file is the one that ErrorTrap makes, so I just decided to re upload you my edited files + all of the error files that I got after I started the game. Thanks alot for helping me so far again.
|
I found the following issues:
- You defined a PracticeHandiness tone in your .Tones, but didn't add it in .Careers - Some of your career names contained spaces, Advanced Journeyman should be AdvancedJourneyman. - From Journeyman on, every level had one </args> node missing a / - I removed the spaces in the metrics section. - You left one more <Electrician6> at line 232. - You misspelled electrician at line 257. After you fix that: ![]() |
First Time Career Creation Help
4 Attachment(s)
Hello,
I've looked through the earlier posts and have not seemed to find what I think might help me and I hope that those more experienced would be able to help me with this. I tried to follow the tutorial to a t, but obviously I missed something as when I went to test the career no information showed up in the career description. I've attached the package file as well as images that illustrate what I was trying to say above. Thanks to anyone who is able to reply. |
1 Attachment(s)
Thanks alot for helping me once again!
I feel a bit embarrassed but, I'm almost done making the mod work, but i still have issues >_<. So far, I've done everything that you've told me to do.The only thing that i Have an issue with now is that, even though I completed the part of the tutorial that showed me how to change it so that my career would come up as "Electrician" as opposed to a blank career with multiple numbers behind it, it still comes up like that. When I try to make my sim join that career. (What i mean by that is that I already entered the Number that came after the career and then edited the STBL Strings Unhashed file in my package) I can see the hours and money for the first level of my career, but the actual description text and career title is blank. I attached pictures of my issues to my zip file (Sorry my internet's a bit weird over here where I am right now) For the record, I'm not getting any Script Errors about this career, but I added my newer Script Error files just in case it really is still me. Also, thanks ALOT for helping me out this far. I really wasn't expecting this much assistance! EDIT: I'm actually having the same issue as the person who posted above me. I didn't notice him/her posting before I did, sorry. |
Quote: Originally posted by ShatteredAwe
No need to be embarrassed, we've all been there ![]() Did you both follow ThomasRiordan's post on Page 1 about the String files? That should solve the error you're both having. Creon never did update the tutorial to include this and it's such a common problem. Once you do that, you should be good to go! ![]() |
Quote: Originally posted by missyhissy
I just tried ThomasRiordan's method for the String files and now my career no longer shows up in game. :/ |
Quote: Originally posted by JoshK25
Hmm, I'll have a good look in the morning for you ![]() |
1 Attachment(s)
Awesome guys! I have my mod in game now, and it's working as I intended. Thanks alot for the help!
...The last thing I have an issue with now is the fact that neither of my images are showing up, as in the images that I set for the career. I used ThomasRiodan's guide for making sure that my text showed up in game, but unfortunately none of my images are showing up. If I could just ask for you guys help one last time? Thanks alot! Sorry, I forgot to mention that both the "Working Hard" and "Take it Easy" tones are also not visible either. I've checked myself but I don't see why this is happening... |
1 Attachment(s)
@JoshK25: Your problem might be that your UnhashedKeys and English strings still say BLANK. The other problem was that for some reason, the line JoinCareer[InsertNumbers] didn't match up in the English strings. I've uploaded the fixed file for you. The career now shows in the game.
![]() @ShatteredAwe: It's easy to fix. The name needs to match up. In the code, it reads ElectricianTools but the name of the file itself in the package is ElectricanTools. Missed the 'I' out. And you haven't included your Work Hard and Take It Easy Tones in your STBL file (since the UnhashedKeys STBL isn't in the file, I can't see. But I'll assume they weren't included there, either). Just copy the same format as your "Meet Fellow Electricians" code and your should be good to go ![]() |
Ok guys. I did what you told me to do and now my Career is working perfectly! Thanks for helping me :D!
|
Quote: Originally posted by ShatteredAwe
You're very welcome and congratulations! ![]() |
Has anyone ever tried adding more than one branch split to a career? Can <Text_BranchOffer> be numbered just like <Text_BranchName> ?
|
Quote: Originally posted by dudeyochill
I've been curious about this too, just never tried it. |
1 Attachment(s)
Alright, finally some progress. I think.
I've figured out how to trigger a dialog box after every promotion, in which the player gets to choose a branch. It's probably most convenient to just show you the code. However, <Text_BranchOfferNUMBER> doesn't seem to be valid, and none of the boxes show any strings. It's basically working, because when finishing Job2B for example, checking okay will transfer to Job3C, while canceling transfers to Job3D. But I can't figure out how to code in multiple unique branch offer screens. Could you please take a look? |
Quote: Originally posted by dudeyochill
Hmm. Code looks good (well done for getting this much working! ![]() |
1 Attachment(s)
Quote: Originally posted by missyhissy
Thank you, this is the section concerning branches. |
Quote: Originally posted by dudeyochill
Hmm. That's quite annoying that the branch numbers don't seem valid. I wonder if you managed to word the Branch Offer right, if you could just end up having that generate each time there's a direction to choose? |
1 Attachment(s)
Okay, I tried doing a <Text_BranchOffer>BranchTestBranchOffer#</Text_BranchOffer> in every career level with a split. Now the 'event 3' description shows up in every box, with BranchOne and BranchTwo always the options, even though they still transfer to the right careers. At least there's now a regular branch offer screen with two rectangular buttons, so maybe I'm just forgetting about something?
|
Quote: Originally posted by dudeyochill
Well, that's a good start ![]() ![]() |
1 Attachment(s)
Hey guys! I'm really hoping some of you still watch this thread haha. So I've been trying to get this thing to work. So far I'm stuck trying to get past the last part. No names, descriptions come up, or tones with the exception of Business as usual comes up. I did everything the tutorial said to do and quadruple checked everything (no spaces, no blanks, I replaced the first two numbers with Zeros for the English STBL, no misspellings) but I still can't manage to get this thing to work. I've been combing this thread for answers and am I correct in assuming that Creon's guide to the String resources does not work? I did see ThomasRiordan's method for the String files and before I committed to doing that I want to make sure. Because I'd really rather not throw away all of the time spent working on the two STBLs. If at all possible I'd like to salvage them. That's why I'm wondering if for the most part Ceron's way is unusable? Thanks all!!
|
Quote: Originally posted by jolojose
You are correct, Creon's way for the English strings doesn't work. The UnhashedKeys file is fine. But you'd need to re-do the English strings file. I'd been hoping the tutorial might have been updated ages ago to incorporate the changes, but I've written up one Here that does include ThomasRiordan's method of doing the strings, to avoid this kind of problem. All you need to do is re-do your English Strings file following ThomasRiordan's method ![]() |
Quote: Originally posted by missyhissy
Thank you soo much!! Got it to work! You rock! |
Quote: Originally posted by jolojose
Congratulations! ![]() |
Opportunities not working
1 Attachment(s)
The guide and this forum have been incredibly helpful in creating my custom knighthood career for my medieval town, however, I am stuck on the opportunities. No matter what I do I just can't seem to get them to trigger. I've tried using MasterController and forcing an opportunity, but none of them are listed, even when I make sure my sim meets the parameters of the opportunity.
My opportunities are Duel (career levels 2-4, requires athletic skill levels 2-4), Joust (career levels 5-7, requires riding skill levels 2-4), and Battle (career levels 8-10, requires athletic skill levels 3-5 and riding skill levels 3-5). Currently, this is the ErrorTrap message I am getting, but I can't decipher what it wants me to do: Found: Knighthood.Opportunities Knighthood.Opportunities: Found List = 3 Knighthood.Opportunities: Found Names = 3 Knighthood.Opportunities: Found Req = 3 Knighthood.Opportunities: Found Setup = 3 Knighthood.Opportunities: Found Completion = 3 85399220862002.dll: No OpportunitiesSetup Try: SkillBasedCareerBooter Reference: NRaas.BootStrap Listing: SkillBasedCareerFile Field: SkillBasedCareers TestDirect: False SkillBasedCareerFile: Rows = 1 Row: 0 I'm really confused because that's not even the number for my .dll file. I've included my mod. Does anyone have any ideas that could help me? I would love to get the opportunities to work so I can upload my mod to the site for others to use. Thanks so much. |
1 Attachment(s)
Hi there! So I started making my custom career mod a few days ago, and I finally finished today...or so I thought. When I put my package into the game, it came up with an error message:
NRaas_Careers Script Error 06078641277669.dll Dancer.Career I have attached the .rar file, if someone is willing to take a look at it and help me figure out what might be wrong. I've scoured every inch of my .career file, and can't figure it out, and at this point I'm losing my mind. Any help at all would be greatly appreciated. ![]() |
All times are GMT +1. The time now is 7:41 AM. |
Powered by: vBulletin Version 3.0.14 · Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.