SphereCommunity
What is the difference between OSI and Sphere skill system ? - Printable Version

+- SphereCommunity (https://forum.spherecommunity.net)
+-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d)
+--- Forum: General Help (/Forum-General-Help)
+--- Thread: What is the difference between OSI and Sphere skill system ? (/Thread-What-is-the-difference-between-OSI-and-Sphere-skill-system)



What is the difference between OSI and Sphere skill system ? - Onirim - 12-20-2012 04:48 PM

In some scripts, I've seen a boolean for using OSI like or Sphere skills (for crafting, I think).

What is the major differences between thems ?
Why the OSI style is set by default ?
And for your opinion, what is the better system ? (just matter of opinion)


RE: What is the difference between OSI and Sphere skill system ? - darksun84 - 12-20-2012 07:04 PM

There are no "osi flag" a part the one for bonus damage (lumberjacking at 100 ,anatomy etc) and the one for multi sight ( and i don't even know what it does ) and the one for elemental damage/resistances . Big Grin


Only thing i am 100% is that the combat system is way different from the OSI one(not talking about resistances, but inside mechanics)


RE: What is the difference between OSI and Sphere skill system ? - Onirim - 12-21-2012 04:46 AM

It's in \scripts\add-on\sphere_settings.scp

Code:
[DEFNAME SPHERE_COMMUNITY_PACK_SETTINGS]
///////////////////////////////////////////////////////////////
//////// Skills Settings
///////////////////////////////////////////////////////////////
// Choose if you want to use OSI skill wait times instead of sphere's default skill delays
scp.SkillWaitingTimes=1

// Choose between using new or default skills. Most of them are OSI-Like
// If not, you can find documentation in the forums.
scp.NewSkills_Anatomy=1
scp.NewSkills_AnimalLore=1
scp.NewSkills_ItemID=1
scp.NewSkills_AnimalTaming=1
scp.NewSkills_ArmsLore=1
scp.NewSkills_Begging=1
scp.NewSkills_DetectHidden=1
scp.NewSkills_EvalInt=1
scp.NewSkills_SpiritSpeak=1
scp.NewSkills_ResistingSpells=1
scp.NewSkills_Poisoning=1
scp.NewSkills_Healing=1
scp.NewSkills_TasteID=1
scp.NewSkills_Hiding=1
scp.NewSkills_Stealth=1
scp.NewSkills_RemoveTrap=1
scp.NewSkills_Meditation=1
scp.NewSkills_Focus=1
scp.NewSkills_Tracking=1

// Enables, switch or disable the new barding system
// 0 = Default. 1 = OSI-Like.
scp.BardingSystem=1
...
...
...

=)


RE: What is the difference between OSI and Sphere skill system ? - darksun84 - 12-21-2012 05:01 AM

Ah i don't use the community pack Big Grin