Instalar Steam
iniciar sesión
|
idioma
简体中文 (chino simplificado)
繁體中文 (chino tradicional)
日本語 (japonés)
한국어 (coreano)
ไทย (tailandés)
Български (búlgaro)
Čeština (checo)
Dansk (danés)
Deutsch (alemán)
English (inglés)
Español de Hispanoamérica
Ελληνικά (griego)
Français (francés)
Italiano
Bahasa Indonesia (indonesio)
Magyar (húngaro)
Nederlands (holandés)
Norsk (noruego)
Polski (polaco)
Português (Portugués de Portugal)
Português-Brasil (portugués de Brasil)
Română (rumano)
Русский (ruso)
Suomi (finés)
Svenska (sueco)
Türkçe (turco)
Tiếng Việt (vietnamita)
Українська (ucraniano)
Comunicar un error de traducción
No more lag, the music box can now be rotated and a bunch of other fixes.
Take a look, maybe you can apply something to your version.
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=3292567962
Yeah, I have the exact same issue
- SMT 4
- Soul Hackers 2
- Shin Megami Tensei 3
No Straight Roads Chip has white at bottom right corner.
It looks like everyone used different templates...
1) 1045x1044 resolution
2) 1 pixel transparent border
Chips on the table have:
1) 1045x1045 resolution
2) no transparent border
Why? I almost went crazy while looking for why the chips have a white outline when imported. It's because the templates are wrong.
I also have problems with stuttering as people wrote below.
Dont forget guys there is a video tutorial on setup and tips to make the music box work properly for importing, If you are having trouble make sure you've gone over the steps again.
@Eevyern that is a new one, Ill let you know if I come across a solution, otherwise let me know if you find a fix.
You change
local cartridgeSlot = self.getPosition() + Vector(0,0.2,1.6)
to
local cartridgeSlot = self.positionToWorld({ 0, 0.2, -0.533 })
in the Music Box Object's Scripting.
The scale for (x,y,>Z<) is 3 on the object.
1.6 / 3 = 0.533 roughly, the scale acts like a multiplier. 0.533 x 3 = 1.6
And since the Default Rotation the object works off of is 180..
We make it negative, since its already acting in a reverse manner.
local cartridgeSlot = self.getPosition() + Vector(0,0.2,1.6)
I'm not a coder, but does this care about the rotation of the object?
Like, does it adjust the Vector based on rotation, or purely its xyz position?
We've looked into a possible solution, but as of now that's a tts bug, not necessarily the music box. I'll let you know if we find a fix
.
It saves the hassle of losing the links all the time when reloading the room and allows easy swapping out.