Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
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.