- 78
- Ukraine
I unloaded here first, but I wanted to go there, but...RD/Overtake things 🤷🏼‍♂️. Any chance of uploading it here?
I unloaded here first, but I wanted to go there, but...RD/Overtake things 🤷🏼‍♂️. Any chance of uploading it here?
Just tried to send DM - but for some reason the system says your username was not found???HELP NEEDED
Can any experienced car skinner/maker DM me for some technical question? Thanks
No idea man, i'm still here maybe it's something which has to be asked to @FamineJust tried to send DM - but for some reason the system says your username was not found???
View attachment 1370390
Ask away...
I know the answer to this one. You can't post other people's work without their permission even if you give them credit. I'm surprised you didn't get a notice explaining why it was removed. I tried to post my Le Mans 67 track there a month or so ago and it was pulled within a day with that explanation. I questioned it and pointed them to another resource where the creator used someone else's track without permission and was ignored. I guess they have selective rules over there. Some people can do what they want and some can't.Does anyone know why the Flight Department removed the Pascani track? I indicated the author and received his permission!![]()
Don't use the @Just tried to send DM - but for some reason the system says your username was not found???
View attachment 1370390
Ask away...
I had an interesting conversation with ClimaxF1 and Johnr777 at the Overtake AC forum some days ago.after having gone through all 23 skin directories of the (fw_clio_cup_5_2024) mod, running the batch file in each skin folder to compress the DDS (btw saving a whooping 1GB of diskspace on this 1 car mod alone by compressing the dds files and then using compactor!)
I would like to repeat my question in hopes someone can pull it off ...
Anyone knows how to rewrite the batch file to recursively have the compress command go over every subfolder of the folder you run the batchfile in?
This would save hundreds of Gigabytes of diskspace (and the need for me to replace an SSD with a bigger one, as all my M.2 slots are already filled) , but I do not want to do this manually 1by1 on thousands of skin folders ...
No bashing. Just stating facts. They removed one of my mods for a reason that I can point out multiple examples of people who did the same thing and their mods are still there. How is that bashing?![]()
Oh, guess the Overtake bashing train is back again, noĂŻce !
Guys, guys : don't try to understand. They are the ones who don't understand a thing about intellectual properties and copyrights, so it's panic at the disco everytime there is an even relatively close case of conflict, they fear those like hell and their bot (I only assume it's a bot, otherwise it doesn't make any sense) is triggered everytime something "could" be of trouble (even when it is definitely not). It's that, or a cat on the keyboard, maybe.
Not saying anything in your mod's description is actually safer than trying to explain. As Limp Bizkit once said : results may vary.
Just tried to send DM - but for some reason the system says your username was not found???
View attachment 1370390
Ask away...
No idea man, i'm still here maybe it's something which has to be asked to @Famine
That. Use the @ for forum tagging (as it lets the forum know you want to tag someone), but in fields where it's assumed you'll be typing a username there's no need for it.Don't use the @
Oh relax, I'm just joking. Mostly because the same already happened to me. The De Tomaso P70 was removed because I stated explicitely that I took dimensions and shape references from a Kunos's car because parts were the actual same, and I couldn't see well on the reference pictures I had. I even sourced the original author as Kunos (and I didn't had to, it was just fair honesty).No bashing. Just stating facts. They removed one of my mods for a reason that I can point out multiple examples of people who did the same thing and their mods are still there. How is that bashing?
hi Andre, many thanks , this is a very good step in the direction I wanna try to save a bunch more diskspace...Disclaimer.
BE CAREFUL. Automated processing is cool 'n all, but there's a non-zero chance it goes wrong, and happily automates the destruction of your data. Make Backups (r) Make backups. <\cma>
I'm sure you know this and are smart. Saying it so that it doesn't come back to me
In fact, I suggest you try an innocuous command string like, well, nothing. Just run it as is, first. The batch file should just list finding a ui_skin.json file in each folder it iterates (ie Is this really a skin folder?) and then complete, and wait for you to view the results and press a key to dismiss the CMD window.
Rename attached file to .bat or .cmd
Good luck. May the force be with you
Sidebar: @ClimaxF1 is on FIRE lately. 👏 👏
but it's not working, giving an error about Invalid argument :@echo off
setlocal enabledelayedexpansion
echo Starting the processing of folders...
REM Iterate through each folder
for /d %%F in (*) do (
echo Checking folder: %%F
if exist "%%F\ui_skin.json" (
mogrify -format dds -define dds:mipmaps=0 -define dds:compression=dtx5 *.dds
) else (
echo ui_skin.json not found in %%F
)
)
echo Done processing all folders.
pause
Starting the processing of folders...
Checking folder: jac0-1
mogrify: unable to open image '*.dds': Invalid argument @ error/blob.c/OpenBlob/3596.
Checking folder: jac0-2
mogrify: unable to open image '*.dds': Invalid argument @ error/blob.c/OpenBlob/3596.
Checking folder: jac0-3
mogrify: unable to open image '*.dds': Invalid argument @ error/blob.c/OpenBlob/3596.
Checking folder: jac0-4
mogrify: unable to open image '*.dds': Invalid argument @ error/blob.c/OpenBlob/3596.
Checking folder: jac0-5
mogrify: unable to open image '*.dds': Invalid argument @ error/blob.c/OpenBlob/3596.
Checking folder: jac0-6
mogrify: unable to open image '*.dds': Invalid argument @ error/blob.c/OpenBlob/3596.
Checking folder: Taro
mogrify: unable to open image '*.dds': Invalid argument @ error/blob.c/OpenBlob/3596.
Done processing all folders.
Press any key to continue . . .
Yeah, so in the command line "mogrify -format dds -define dds:mipmaps=0 -define dds:compression=dtx5 +.dds" you're just specifying "+.dds", but the current (execution) folder is where the batch file is, and there are no DDS files there. You have the folder name in hand, in the var %%F soooo...hi Andre, many thanks , this is a very good step in the direction I wanna try to save a bunch more diskspace...
for some reason unknow to me, the command which works in the batch file when run in a skin folder, gives an error when put in your encapsulating code to do the command in each skin subfolder.
Here's the full batch code I use , including the command for compressing the dds:
but it's not working, giving an error about Invalid argument :
Any idea?
Hmm, that's weird.Update didn't reset any previews or UI files on my installation.
I didn't have auto-update disabled either, that's why I ran into this 'issue' and was very annoyed seeing some of the content reset like it would with a Steam integrity check. As you can see above, this is not the case for everybody.hmm... and how do you recon we do that?
Seems there is no option to turn off automatic updates ... (or is there a way?)
View attachment 1370268
Thanks, works now. It only goes 1 level deep, but that's fine (I can compress all dds in a car mod skins folder with 1 batch file now, and doing this for all folders in content in 1 go would be too risky anyway I guess... ).Yeah, so in the command line "mogrify -format dds -define dds:mipmaps=0 -define dds:compression=dtx5 +.dds" you're just specifying "+.dds", but the current (execution) folder is where the batch file is, and there are no DDS files there. You have the folder name in hand, in the var %%F soooo...
Try specifying "%%F\*.dds" (with the quotes) so the command line looks like this:
mogrify -format dds -define dds:mipmaps=0 -define dds:compression=dtx5 "%%F\*.dds"
Note: the GTP edit box sometimes likes the star char by itself and sometimes interprets it as "begin italics" so I replaced the offenders with +. I tried escaping them, but no go. Sorry if that's not clear. The command line is as it should be.
Now I see where the yellow sand\gravel came from. In 2023, Istanbul had it that way for the F1 race. Guess I need to undo everything I did yesterday.
Oh. I thought it was from the 2023 race because it was posted on Youtube in 2023.In real life NO RACE was held in turkey in 2023. So no need to undo nothing man.
I know I have to have permission and I have permission from doublezeroI know the answer to this one. You can't post other people's work without their permission even if you give them credit. I'm surprised you didn't get a notice explaining why it was removed. I tried to post my Le Mans 67 track there a month or so ago and it was pulled within a day with that explanation. I questioned it and pointed them to another resource where the creator used someone else's track without permission and was ignored. I guess they have selective rules over there. Some people can do what they want and some can't.
Race-Overtake Department is that. No need to ask yourself why. They decide and do whatever they want. Some people can, some other not. Keep focus yourself on GTP and their good upload system rather than the RD oneI know I have to have permission and I have permission from doublezero
For those who may not have seen it, I just thought I'd draw attention to this fantastic beast from Legion.
I have custom previews for every Kunos car, but only a few ui_car.json changes.Hmm, that's weird.
Having done some more digging, it's not all the Kunos content, it's just the Kunos DLC content.
Do you have custom previews and/or made changes to the ui_car.json files?
Its also not good. Fantasy physics and AO that rivals roblox modsYou know that's just a rip of the WSC one right?
Are you drunk or something?Its also not good. Fantasy physics and AO that rivals roblox mods
Or he's taken it from whichever 3D site Bazza got his because since he's been encrypting stuff it'd be a tad hard to bypass that.You know that's just a rip of the WSC one right?
Or he's taken it from whichever 3D site Bazza got his because since he's been encrypting stuff it'd be a tad hard to bypass that.
Can you prove that this is true?You know that's just a rip of the WSC one right?