(04-04-2025, 11:51 AM)Eager-Player Wrote: [To see links please log-in or register here]
I am a total noob, could you please be more specific?
I cannot find said file, I only have two files in that path:
R9ZRoom248.[bsb]
R9ZRoom248_box.[bsb]
Maybe we can do a discord call and you can help me?
Hello!
To edit files, you first need to recode them from bsb to bs. I don't know if you can do this, so I recoded and corrected two files that will be needed. Save your bsb files in a DIFFERENT directory, and put mine instead. A different directory is essential, by default the game reads *.bsb files and if they are not there, only then reads *.bs.
I wrote the paths where to place the files earlier, but the room file name is different for you, I forgot that I have an author's room, they go without R9.
At the end of each file, I added two new positions, what I added was highlighted with remarks //added by Amidka. You can delete them or leave them, they do not interfere.
By the way, I don't know about you, but in my version of room 248 there are already 4 positions. Perhaps I myself once added it and forgot.
Now, in essence, you need to correct the coordinates in the operators SSimpleTransform.Translation Vector3f( 0, 0, 0 );
SSimpleTransform.Rotation Vector3f( 0, 0, 0 );
The first set of numbers is the coordinates in meters, the second is the pose rotation in degrees. Please note, if you don't know, in this game for some reason the second axis is not Y, like everyone else, but Z.
In the AvFurnitures file, you don't need to edit anything for positions 1-4 that were there and 5-6 that I added. If it's not enough, add position 7,8, etc., similar to my edits :)
Good luck!