-
Content Count
936 -
Joined
-
Last Visited
-
Most Liked
6
rivit last won the day on
May 10 2025
rivit had the most liked content!
View Past Leaders
Community Reputation
3,402 EminentAbout rivit
-
Rank
Reservist
Recent Profile Visitors
9,473 Profile Views
-
Doofus said to...
-
rivit's Street and Rail Mods - Support Thread
rivit replied to rivit's topic in NAM & Transit Networks
Since its been a while, and we had a blip in between, here is the latest contents of my OneDrive Folder. These are current archives of materials that may not be on STEX, or are pending. They can be reached here: rivits SC4 Resources on Onedrive. -
Sharer HQ: File Sharing Collaboration
rivit replied to Cyclone Boom's topic in The Planning Commission
Thanks for the ping @Null 45. I had completely forgotten this happened just before the hole, and it was in a passing thread. I've now updated the official release files on STEX to v1.36.- 9 Replies
-
- 6
-
-
-
- simtropolis
- community
-
(and 5 more)
Tagged with:
-
was starting to...
-
When the alarm...
-
rivit changed their profile photo
-
Hi @Eggman121 Nice sleuthing - that narrows it down a lot. Ultimately all GoFSH is doing is using a fully expanded Path, even though the scripts may be defined with relative paths. So unless the bottom of the filesystem tree is not C: it will feature. Have you tried on another volume (assuming you have one)? Just any old USB volume should be enough to check this. I always have my work folders on a TEMP volume in reality Z: i.e. I avoid C: altogether for anything that isn't OS oriented. I wonder "Is there a permissions thing going on?". I assume C: is also Root: - do you (or Nemo) have permissions to modify root? or does Nemo absolutely protect C: by default to avoid damage by accident? Now my memory of UX (read 1980s) has me thinking that you can assign a volume name to any folder (dont know if modern Linux allows this or it depends on flavour). It may need to be a single letter name to work in GoFSH given its Windows origins. Will that work (at all?) or even on an underlying C: volume? Telling GoFSH that it cannot use C: rooted paths is not a viable option on Windows (it works on all OS volumes), but maybe there is a way to disguise/redirect the issue on Linux. EDIT: I thought id better check if what I was suggesting could work and the following Google query suggests it can: can you assign single letter volume names to folders on linux mint But (good news bad news), way down in that answer there is also another clue. : is not allowed in a filepath under Linux. So the volume C: is illegal, and so all paths with colon in it will fail. I would have thought that Wine might have dealt with that itself. I don't know how to do that selectively as yet, so any clues into how I can tell if I'm (as GoFSH) running on Linux (under Wine presumably) are welcomed. Then I might be able to patch it.
-
@Eggman121 Since Windows and Linux/UX use different path separators its possible that the \ or / in filepaths could be getting scrambled or misinterpreted. Windoze uses \ , Linux /. Although I do try to cater for both I've no idea if it is completely correctly implemented, or if the Wine emulation deals with it well enough, as I've never tested on Linux. It could explain empty output folders though. In the log that displays in the Builder it will tell you if (and where) no files were found or produced as it runs. The _ReaderLoadList.txt is probably empty when it fails, or is suddenly truncated where its baulked.
-
that wieners are...
-
microwave in the...
-
indescribable noises did...
-
and only when...
-
Sorry matias - I didnt find that - everything gets rendered the same way depending on the program used. Its a fixed feature of the rigs. The finding was related to Maxis rendering in gmax which is warmer than BAT4Max rendering which was colder. gmax is pretty much linear and saturates pretty early , BAT4Max has a much more dynamic curve, but truncates low values in the night renders. In-game Bat4max next to gmax for the same model will look a bit more clinical. If people want to get into the nittygritty below are the results of rendering 16 value grey ramps that we got after I asked MattB to render them with default setups for an experiment. MattB explained to me that he made his BATs a little warmer by adapting his model textures to compensate before rendering them with BAT4Max. I have the detailed color curves and other rig data for anyone interested, just PM me, its a biggish file. Ideally, to fit best in-game, you want something like the gmax colortone with the BAT4Max dynamic range so details will not get washed out. As it also depends on the render engine parameters and rig setup, its an iterative process to get the result you want.
-
Yes, well thats one of the mysteries of windows msg handling that I can seem to get on top of. Despite deliberately giving a way to just get the biggest textures, it does still occasionaly give them all. I've not been able to get to the bottom of it. In the case of these tunnels though, I see in my archive that I only made the largest ones. For models used in networks we have two methods available - one is that of a BAT - so you will have 20 textures, 4 orientations, 5 zooms., so in your example above the ..430 texture is orientation 3 and zoom 4. The rendered texture contents scale as 146x,73x,32x,16x,8x relatively speaking. What this means is that the Zoom3 texture is Half the zoom4, and the zoom2, 1, 0 are also exact multiples of each other. But you cant use the 4 to make all of the others with clean integer scaling. From 3 to 2 will go blurry very quickly 73/32 being relatively prime. Also each zoom has a subtly different perspective. - the other is an S3D model which is scaleable so may use just one texture, or in some cases 3 or 4 but always at one size, which can then scale linearly. Viaducts and the RRW Tunnel are made this way. ~~ The shortcut way is that doing what you normally do for a 5 mipset for each orientation (but manually renumbering after) using the 4s will look OK in game at the 2 closest zooms but the others when downscaled are off in perspective - however you can frequently get away with it because the 2,1,0 are so small. This is what i did for the street tunnel - I only made the largest ones as its a small model and the centrelines lines disappear pretty quickly as you scale down so you need to be fixated on it to see the difference with MAXIS street. If you really want to give yourself a test then you need to edit all 20 of the original model textures, replacing maxis street with the TSR street and taking account of the shadows. Its fiddling time. There is a method in Bender to take a flat street (use the Lot version for color match) and make the perspective correct image of it to use when editing the model though. This saves a lot of heartache. However YMMV.
