Welcome to
Mod The Sims
Online: 2547
News:
Have an account? Sign in:
pass:
If you don't have an account, why not sign up now? It's free!
Other sites: SimsWiki
Reply  Replies: 10 (Who?), Viewed: 3723 times.
Search this Thread
Old 12th Mar 2012, 6:50 PM Change icons and descriptions in hidden skills #1
Naus Allien
Original Poster

Test Subject

Join Date: Jun 2009
Posts: 33
1 Achievements


Since the release of Showtime I've been really bothered by the fact that some important skills were made hidden, like Singing, Magic and Performing Artist (for acrobats). Of course, it's easy to make them unhidden, just by erasing the line <Hidden>True</Hidden> in Skills.xml
But the problem is that these skills have neither icon/s nor description. I want to add a proper icon and description.

I've tried to add icons by using the same model found in other skills with the lines <DreamsAndPromisesIcon></DreamsAndPromisesIcon>
<IconKey></IconKey>
<SkillUIIcon></SkillUIIcon>
But the icon does not appear, no matter if I use custom or vanilla images (IMAG 2F7D0004 Type). And with description, I just don't know how to change it or add it. I didn't even found lines in STBL file that comes with Showtime.

I don't think this can be THAT hard, since the only thing I want is to add common things to hidden skills, and not make skills from scratch. I have some experience with tuning mods, but not with scripts (I'm not a programmer, just a common user). Perhaps someone can explain me how to do what I want.

Thank you all in advance!
Last edited by Naus Allien : 12th Mar 2012 at 8:23 PM.
Old 30th Mar 2012, 7:27 AM #2
XTS
Inventor

Join Date: Nov 2004
Posts: 908
Thanks: 2860 in 28 Posts
11 Achievements


I could also use an answer to this exact question. I've had someone asking me in my thread that offers skill speeds & hidden skills visible why it never shows names and such. I'm interested in finding out if it's pretty simple to add images and descriptions where needed.

(My Quote) ~ "If it isn't one thing, it's another. It's usually one thing and man it's a mother" -PB
Old 31st Mar 2012, 5:45 AM #3
Srikandi
Pattern Pusher



Join Date: Aug 2006
Posts: 5,409
Thanks: 11451 in 63 Posts
13 Achievements


Did you try looking at a mod that adds a skill with a full skill tab? Like Twallan's Kama Simtra skill, or Kolipoki's Magic skill?
Old 31st Mar 2012, 6:45 AM #4
XTS
Inventor

Join Date: Nov 2004
Posts: 908
Thanks: 2860 in 28 Posts
11 Achievements


Quote:
Originally Posted by Srikandi
Did you try looking at a mod that adds a skill with a full skill tab? Like Twallan's Kama Simtra skill, or Kolipoki's Magic skill?


I know this is gonna make me look pretty ignorant but I must confess I had not thought of that. lol And for me, one who peeks at every mod I find practically, it's unusual that I haven't.

Thanks for the idea Srikandi!

(My Quote) ~ "If it isn't one thing, it's another. It's usually one thing and man it's a mother" -PB
Old 31st Mar 2012, 7:38 AM #5
Shimrod101
Top Secret Researcher

Join Date: Jun 2009
Posts: 1,907
Thanks: 6884 in 55 Posts
11 Achievements


FWIW I once upon a time had a hidden skills mod where I had no problem placing icons on the hidden skills like Chess and Dancing, but these were not "new" icons which I made myself or found somewhere else among EA's IMAGs. I simply reused the ones they are using on the other skills.

Using the Logic skill as an example, in the Skills XML it has:
<DreamsAndPromisesIcon>w_logic_skill</DreamsAndPromisesIcon>
<IconKey>w_simple_logic_skill_s</IconKey>
<SkillUIIcon>skillobjectlogic</SkillUIIcon>

Take these three lines and copy them into the Chess skill, and the chess piece icons should be showing up everywhere on the Chess skill, if it is an unhidden skill. I couldn't figure out at the time how to type something else in there, something new, which would be an indicator leading to some other IMAG. Simply typing in the names of some IMAG files which I found in the FullBuild0 didn't work.

MedievalMods and Sims3mods: Will O' Wisp fix, UI Sounds Disabled, No Cars, Gnome Family Planner, Townies Out on the Town, No Martial Arts Clothes, Fast Skilling, etc. http://simsasylum.com/tfm/
Old 31st Mar 2012, 10:51 AM #6
XTS
Inventor

Join Date: Nov 2004
Posts: 908
Thanks: 2860 in 28 Posts
11 Achievements


@Shimrod101, Thank you so much for your input! Logic and Chess sort of go together so I think using the same symbol/image for both makes sense. So, though XML is a tuning file, it's capable of additional text? I was worried anything additional would be null and void (ignored) in the xml files, or cause errors. I've strictly changed values in the variable sections but had not ventured further than that with Sims 3 files.

When you say "copy them into the chess skill", you mean put them beneath the chess section in the skills.xml file, or within the chess code before it concludes? NVM, I see it in there now, how they have it with the others choices When you say "if it is an unhidden skill", you mean one that I unhid, correct? The offered mods I have are both, #% faster with hidden skills visible and #% faster with hidden skills NOT visible. I'm thinking you are saying that I can only have an effect by injection of this code if it's put into the Skills.xml that offers the #% faster with hidden skills visible and that there wouldn't be any effect if you put it in the skills.xml file that offers the #% faster with hidden skills NOT visible because they are not even visible ingame when they are still hidden.

@Srikandi, I tried to find Twallan's Kama Simtra skill mod but can't seem to find it here, nor at Nraas. I must be looking in all the wrong directions, being exhausted doesn't help, I'm sure! Can you maybe point me in the right direction?

@Shimrod101 & Srikandi, Thank you both for your help! You guys are a wealth of information and I owe it to all of you modders and members of MTS that I am able to mod anything!

EDIT: I see that typically the code you have above is after the modifiable part in the skills.xml file. What has me baffled is, What did you use for dancing?

(My Quote) ~ "If it isn't one thing, it's another. It's usually one thing and man it's a mother" -PB
Last edited by XTS : 31st Mar 2012 at 11:46 AM.
Old 31st Mar 2012, 2:19 PM #7
JustAnotherSimsFan
Test Subject

Join Date: Oct 2011
Posts: 53
Thanks: 376 in 9 Posts
4 Achievements


Not sure if you still need it XTS but here's Twallan's Kama Simtra mod
Last edited by JustAnotherSimsFan : 31st Mar 2012 at 2:47 PM.
Old 31st Mar 2012, 5:28 PM #8
Shimrod101
Top Secret Researcher

Join Date: Jun 2009
Posts: 1,907
Thanks: 6884 in 55 Posts
11 Achievements


I don't think you want to add in the icon lines in a mod flavor which does not unhide these skills, no. Only in the Hidden Skills Unlocked flavor(s). IIRC I used the martial arts icons for dancing. You have unhidden the Tricks skill for dogs, yes? If not, you need to try this right away, then do some tricks with a dog and check the skill journal; very cool.

MedievalMods and Sims3mods: Will O' Wisp fix, UI Sounds Disabled, No Cars, Gnome Family Planner, Townies Out on the Town, No Martial Arts Clothes, Fast Skilling, etc. http://simsasylum.com/tfm/
Old 2nd Apr 2012, 7:46 AM #9
XTS
Inventor

Join Date: Nov 2004
Posts: 908
Thanks: 2860 in 28 Posts
11 Achievements


Thank you JustAnotherSimsFan & Shimrod101!

@JustAnotherSimsFan, Yes I'm still interested. I've just been super busy the last few days. I'll also be busy until Thur or Fri evening so if I'm MIA, you know it's not just me ignoring ya & Thank you for the link!

@Shimrod101, Thank you as well! That is a well appreciated tip. Martial Arts does look a bit dancy, aye? Sounds like a good choice. As for dogs, if it's in Skills, then I likely did. I honestly quit reading and just started looking for particular words and numbers lol. I do not have a dog ingame, only 2 cats. Maybe I'll get a sim to adopt a dog (one wants to) but right now there's a family of 8.. :o The kids are getting older though, think within a few days of playing I can grow one of them up or I'll just start a simple family in another world to test a few things with, which sounds more logical. You've got me curious! ^.^

(My Quote) ~ "If it isn't one thing, it's another. It's usually one thing and man it's a mother" -PB
Old 5th Apr 2012, 7:49 AM #10
XTS
Inventor

Join Date: Nov 2004
Posts: 908
Thanks: 2860 in 28 Posts
11 Achievements


(Please know I'd make my own thread but I'm trying to keep this together. I hope I'm not wrong in my approach to this. This may even help the OP.)

I don't know if I'm wasting my time or not (I am learning a few things at least) but, I'd like to know if any of you (or anyone else) knows where certain icons are located in game. At my skills mod download page, here @ Mod The Sims, I have 2 screenshots posted, to help if my terms confuse you.

You can see a 1. pop up (top right corner) announcing skill level up, 2. skill journal, 3. skills list at bottom of screen found under the tab "skills".

Where exactly are these icons located in the game itself? A. "Dreams & Promises Icon" B. "Icon Key" C. "Skill UI Icon"

B is white, the other two are like normal icons with colors (unless the Riding skill is different than others).
A & C are 54x54 in size, B is 32x32 in size.

Regular & Hidden Skills List (Up To Showtime), As well as Information I found about Skills:


~I could use some advice on this if anyone wants to chip in with more information or ideas~
Old 8th Apr 2012, 3:24 AM #11
XTS
Inventor

Join Date: Nov 2004
Posts: 908
Thanks: 2860 in 28 Posts
11 Achievements


Well, I've got another pc coming in a few days.. My cpu is maxing out a lot, even with programs updating (think the thermal paste is dry, but it's time for an upgrade anyway).

It'll give this thread a little bit of time for someone to maybe post if they know where these icons are in the game.. or whatever input someone may have on this topic.

(My Quote) ~ "If it isn't one thing, it's another. It's usually one thing and man it's a mother" -PB
Reply


Section jump:


Powered by MariaDB Some icons by http://dryicons.com.