The (hopefully) last batch of fixes for awhile. This also includes the updated blend file as well as minor fixes going into the upcoming 2022 Q2 update (https://foundry.openuru.org/gitblit/tickets/?r=MOULa-current-content.git&h=71). These are:
* Fix one-sided ornate railing pattern so it's double-sided again.
* Remove callback in Nexus KI slot responder so the KI Link confirmation message comes up right away instead of after the sound plays.
Canyon.prp
[Gen Phys - clkKISlotConcert] Moved Faces forward on Y axis a bit
[Gen Phys - MT-LinkingBook] Changed to Hull Bounds and new verts generated with blender
Courtyard.prp
[Gen Phys - clkKISlotDakotah] Moved Faces forward on Y axis a bit
Ferry.prp
[Gen Phys - MT-LinkingBook] Moved faces to the Right
Palace.prp
[Gen Phys - clkKISlotPalace] Moved Faces forward on Y axis a bit
[Gen Phys - MT-LinkingBook] Changed to Hull Bounds and new verts generated with blender
Fixed bakery 2nd floor tunnel ceilings (Calum Traveler)
Bakery.prp
[Scene Node - Ercana_Bakery] Add scene object "BakeryRm01NewRoof"
[Scene Object - BakeryRm01NewRoof] New object that is slightly lower than older roof.
[Coord Interface - BakeryRm01NewRoof] New coord interface
[Draw Interface - BakeryRm01NewRoof] New draw Interface
[Drawable Span - Ercana_Bakery_00000000_0Spans] Exported new roof from blender and merged with Gnarly Patcher
PlantExterior01.prp
[Scene Object - MHTorso_Pack2] remove all modifiers
[Coord Interface - BackpackShadow] set -5000 Z
[Coord Interface - MHTorso_Pack2] set -5000 Z
[Gen Phys - MHTorso_Pack2] Set Z component of Transform to -5000
PlantExterior02.prp
New Page
Contains two new backpack objects, one for male and female.
The female backpack was chosen to be displayed, but both are in the file for asset purposes.
Co-authored-by: Traveler263 <87665301+Traveler263@users.noreply.github.com>
Male03.max and Female.02.max
Weight Table for backpack 2 and foot06 corrected
Male04.max and Female.04.max
Weight Table for Atrus Legs, Catherine Legs and shoes corrected
(Fe)Male02
Re-exported
(Fe)Male04
Re-exported
Updates Chiso Preniv's PRPs with the latest Korman export. Also, a new(ish) LOC file to better adhere to URU's current naming conventions (plus for the new book to read).
Female02
[Clothing Item - CItm_Icon_DRCVest] Custom Text changed to "DRC Vest" instead of "DRCVest"
[Clothing Item - CItm_FReward_DRCVest] Custom Text changed to "DRC Vest" instead of "DRCVest"
[Clothing Item - CItm_Icon_LeatherJacket01] Custom Text changed to "Leather Jacket" instead of "LeatherJacket01 Icon"
Female04
[Clothing Item - CItm_03_FLegs_Atrus] Custom Text changed to "Atrus's Pants" instead of "Atrus Pants"
[Clothing Item - CItm_FReward_BBallJersey] Custom Text changed to "Explorers Jersey" instead of "ExplorersJersey"
[Clothing Item - CItm_Icon_Atrus] Custom Text changed to "Atrus's Jacket" instead of "Atrus Jacket"
[Clothing Item - CItm_DniHelmet] Custom Text changed to "D'ni Helmet" instead of ""
[Clothing Item - CItm_03_FHAcc_DniFace] Custom Text changed to "D'ni Helmet" instead of ""
[Clothing Item - CItm_FReward_Atrus] Custom Text changed to "Atrus's Jacket" instead of "Atrus Jacket"
Male02
[Clothing Item - CItm_Icon_DRCVest] Custom Text changed to "DRC Vest" instead of "DRCVest"
[Clothing Item - CItm_MReward_DRCVest] Custom Text changed to "DRC Vest" instead of "DRCVest"
[Clothing Item - CItm_03_AussieHat] Custom Text changed to "Sharper's Hat" instead of ""
[Clothing Item - CItm_Icon_Bomber] Custom Text changed to "Bomber Jacket" instead of ""
Male04
[Clothing Item - CItm_03_MRFoot_Catherine] Custom Text changed to "Catherine's Shoes" instead of "Catherine"
[Clothing Item - CItm_03_MLFoot_Catherine] Custom Text changed to "Catherine's Shoes" instead of "Catherine"
[Clothing Item - CItm_03_MLegs_Catherine] Custom Text changed to "Catherine's Pants" instead of "Catherine "
[Clothing Item - CItm_03_MLegs_Atrus] Custom Text changed to "Atrus's Pants" instead of "Atrus Pants"
[Clothing Item - CItm_03_MHAcc_DniFace] Custom Text changed to "D'ni Helmet" instead of ""
[Clothing Item - CItm_Icon_Atrus] Custom Text changed to "Atrus's Jacket" instead of "Atrus Shirt"
[Clothing Item - CItm_MTorso_Atrus] Custom Text changed to "Atrus's Jacket" instead of "Atrus Shirt"
This is mostly a cosmetic thing for consistency with the other
languages, but it also works around an unfortunate line wrapping
problem: the line "2.Une fois que vous disposez d'un KI version 2.0"
gets wrapped at the version number, between "." and "0". This is
probably because it interprets the "." as an end of sentence, and there
seems to be no good way to prevent this (we can't use a non-breaking
space, because we don't want a space). By adding the spaces in the
numbered lists, the problematic line becomes long enough that the entire
version number gets wrapped onto the next line, as expected.
In the Yeesha font, non-breaking spaces are much wider than they should
be. This seems to be the only place affected by this problem, so just
remove the non-breaking space. The number is readable enough without it.
In French, some punctuation characters (question mark, exclamation mark,
colon, semicolon) also have a space before the symbol, not just after
the symbol as in most other languages.
We don't do this for special cases like "(?)", where a preceding space
makes no sense and would look strange.
In French, some punctuation characters (question mark, exclamation mark,
colon, semicolon) also have a space before the symbol, not just after
the symbol as in most other languages. This preceding space should be a
non-breaking space, so that the punctuation is not wrapped onto a new
line separate from the preceding word.