安裝 Steam
登入
|
語言
簡體中文
日本語(日文)
한국어(韓文)
ไทย(泰文)
Български(保加利亞文)
Čeština(捷克文)
Dansk(丹麥文)
Deutsch(德文)
English(英文)
Español - España(西班牙文 - 西班牙)
Español - Latinoamérica(西班牙文 - 拉丁美洲)
Ελληνικά(希臘文)
Français(法文)
Italiano(義大利文)
Bahasa Indonesia(印尼語)
Magyar(匈牙利文)
Nederlands(荷蘭文)
Norsk(挪威文)
Polski(波蘭文)
Português(葡萄牙文 - 葡萄牙)
Português - Brasil(葡萄牙文 - 巴西)
Română(羅馬尼亞文)
Русский(俄文)
Suomi(芬蘭文)
Svenska(瑞典文)
Türkçe(土耳其文)
tiếng Việt(越南文)
Українська(烏克蘭文)
回報翻譯問題
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2569957748
Working 1.3 can be found here: https://github.com/Jellypowered/RimFlix/releases/tag/1.3.0
I'd still love the author to give it a look over but I can kinda see this becoming another Mlie mod.
When running on Linux, the fact that "about.xml" and "preview.png" are not capitalized means RimWorld does not see the files. Please rename them to "About.xml" and "Preview.png".
So I also created non curved versions of the Ultrascreen if it's possible to use them to create a MOD with them for the Ultrascreen and have RimFlix on them. Let me know how/if I can help.
Here they are:
east
https://i.imgur.com/Ki0JuaY.png
north
https://i.imgur.com/zouCU4F.png
south
https://i.imgur.com/UvE1cMR.png
But, it's a good thing I fixed the error at least! :)
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2028381079
lol lol
I created a fix that disables file listings for directories with more than 500 files.
It's on github for now: https://github.com/ritsu/RimFlix/tree/fix/large-directories
You only need to download and replace v1.2/Assemblies/RimFlix.dll
Using this fix, I was able to create and run a show with 8000 images [imgur.com].
If you are seeing black images or frozen screens, I suspect it's a memory issue. RimFlix stores all show image in memory, but it shouldn't take that much if they are properly sized (i.e. the Megascreen images I use are 100kb each). Also, other mods use up memory as well, so it's possible your memory usage was already near its limit, and adding a 500+ RimFlix show pushed it over, especially if the images were large (i.e. wallpaper sized).
Megascreen TV show, all images 128 x 451 px, average filesize 100 KB:
• 500 images : Worked okay, nothing out of the ordinary
• 1000 images : Create Show Screen is a bit laggy. Takes about 8 seconds after clicking the Create Show Button to create the show. Plays fine in game.
• 2000 images : Create Show Screen is noticeably laggy. Takes about 15 seconds after clicking the Create Show Button to create the show. Plays fine in game.
• 4000 images : Create Show Screen is very laggy, almost unusable. Takes about 30 seconds after clicking the Create Show Button to create the show. Plays fine in game.
Anyways, thanks for your work and wish you a good day.
Also, adding a fourth TV type would require updating all the UI windows (they're already a little crowded, imo) in addition to the backend logic. It's a little intimidating tbh, haha. But maybe if I find a solution to the curved screen problem and get inspired one day, it might happen. (Can't promise anything though...)
More details here: https://rimworldwiki.com/wiki/Modding_Tutorials/ThingComp
In RimWorld, textures for every object (TVs, sculptures, tables, chairs, etc.) are redrawn every frame. In most cases, the texture is the same every frame. RimFlix simply allows you to assign custom textures to TVs and have them auto-change every x frames.
So, you could create a mod to add a new furniture object (like a painting or poster), then add a RimFlix-like UI to allow users to assign available custom textures to those objects, then add in-game buttons to allow users to cycle through those textures.
PS, I don't want this to come off as me demanding that you make something, just wondering how doable it is.