cwc commit

This commit is contained in:
Karl 2025-09-23 13:42:21 +01:00
parent eeac662ab9
commit 2143847985
128 changed files with 6050 additions and 5918 deletions

16
.gitignore vendored
View File

@ -1,8 +1,8 @@
venv/* venv/*
generated_*/* generated_*/*
script.log script.log
**/*.pyc **/*.pyc
*.rtf *.rtf
build/ build/
dist/ dist/
user_config.cfg user_config.cfg

46
.vscode/launch.json vendored
View File

@ -1,24 +1,24 @@
{ {
// Use IntelliSense to learn about possible attributes. // Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes. // Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0", "version": "0.2.0",
"configurations": [ "configurations": [
{ {
"name": "Python Debugger: Current File", "name": "Python Debugger: Current File",
"type": "debugpy", "type": "debugpy",
"request": "launch", "request": "launch",
"program": "${file}", "program": "${file}",
"console": "integratedTerminal", "console": "integratedTerminal",
"justMyCode": false, "justMyCode": false,
// "args": [ // "args": [
// "--num_inference_steps", // "--num_inference_steps",
// "6", // "6",
// "--rtf_file", // "--rtf_file",
// "./AllInDB.rtf", // "./AllInDB.rtf",
// "--player_uuid", // "--player_uuid",
// "2000252303" // "2000252303"
// ] // ]
} }
] ]
} }

BIN
2000265773.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 98 KiB

View File

@ -1,35 +1,35 @@
import os import os
import shutil import shutil
from pathlib import Path from pathlib import Path
def copy_folders_to_my_documents(): def copy_folders_to_my_documents():
# Get the current script's directory # Get the current script's directory
script_dir = Path(__file__).parent.resolve() script_dir = Path(__file__).parent.resolve()
# Get the "My Documents" folder # Get the "My Documents" folder
my_documents = Path.home() / "Documents" my_documents = Path.home() / "Documents"
# Define the target folder (KARL TEST) # Define the target folder (KARL TEST)
target_folder = my_documents / f"Sports Interactive/Football Manager 2024" target_folder = my_documents / f"Sports Interactive/Football Manager 2024"
# Create the target folder if it doesn't exist # Create the target folder if it doesn't exist
target_folder.mkdir(parents=True, exist_ok=True) target_folder.mkdir(parents=True, exist_ok=True)
# Define the source folders # Define the source folders
source_folders = ["views", "filters"] source_folders = ["views", "filters"]
for folder in source_folders: for folder in source_folders:
source_path = script_dir / folder source_path = script_dir / folder
target_path = target_folder / folder target_path = target_folder / folder
if source_path.exists() and source_path.is_dir(): if source_path.exists() and source_path.is_dir():
# Copy the folder and merge contents # Copy the folder and merge contents
shutil.copytree(source_path, target_path, dirs_exist_ok=True) shutil.copytree(source_path, target_path, dirs_exist_ok=True)
print(f"Copied '{folder}' to '{target_path}'") print(f"Copied '{folder}' to '{target_path}'")
else: else:
print(f"Source folder '{folder}' does not exist. Skipping.") print(f"Source folder '{folder}' does not exist. Skipping.")
if __name__ == "__main__": if __name__ == "__main__":
copy_folders_to_my_documents() copy_folders_to_my_documents()

Binary file not shown.

After

Width:  |  Height:  |  Size: 104 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 85 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 98 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 107 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 113 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 102 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 111 KiB

View File

@ -0,0 +1,8 @@
<?xml version='1.0' encoding='utf-8'?>
<record>
<boolean id="preload" value="false" />
<boolean id="amap" value="false" />
<list id="maps">
<record from="2000252303" to="graphics/pictures/person/r-2000252303/portrait" />
<record from="2000263999" to="graphics/pictures/person/r-2000263999/portrait" /><record from="2000187083" to="graphics/pictures/person/r-2000187083/portrait" /><record from="2002098332" to="graphics/pictures/person/r-2002098332/portrait" /><record from="2002100381" to="graphics/pictures/person/r-2002100381/portrait" /><record from="2002069662" to="graphics/pictures/person/r-2002069662/portrait" /><record from="2002105416" to="graphics/pictures/person/r-2002105416/portrait" /></list>
</record>

9866
NewGen.rtf

File diff suppressed because it is too large Load Diff

BIN
NewGens/2000268913.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 371 KiB

BIN
NewGens/2000330591.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 412 KiB

BIN
NewGens/2000334051.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 389 KiB

BIN
NewGens/2000334280.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 430 KiB

BIN
NewGens/2002088152.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 429 KiB

BIN
NewGens/2002088278.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 407 KiB

BIN
NewGens/2002088307.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 412 KiB

BIN
NewGens/2002099660.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 388 KiB

BIN
NewGens/2002099695.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 408 KiB

BIN
NewGens/2002106499.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 386 KiB

BIN
NewGens/2002114065.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 428 KiB

BIN
NewGens/2002116382.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 437 KiB

BIN
NewGens/2002116405.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 477 KiB

BIN
NewGens/2002116406.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 380 KiB

BIN
NewGens/2002116409.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 365 KiB

BIN
NewGens/2002121105.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 409 KiB

BIN
NewGens/2002121120.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 406 KiB

BIN
NewGens/2002121787.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 402 KiB

BIN
NewGens/2002121820.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 424 KiB

BIN
NewGens/2002121822.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 401 KiB

BIN
NewGens/2002121987.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 429 KiB

BIN
NewGens/2002121993.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 360 KiB

BIN
NewGens/2002121995.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 423 KiB

BIN
NewGens/2002121999.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 422 KiB

BIN
NewGens/2002122010.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 383 KiB

BIN
NewGens/2002122011.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 372 KiB

BIN
NewGens/2002122012.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 434 KiB

BIN
NewGens/2002122013.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 382 KiB

BIN
NewGens/2002122080.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 364 KiB

BIN
NewGens/2002122081.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 394 KiB

BIN
NewGens/2002122125.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 398 KiB

BIN
NewGens/2002122153.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 370 KiB

BIN
NewGens/2002122178.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 400 KiB

BIN
NewGens/2002122183.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 398 KiB

BIN
NewGens/2002122212.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 414 KiB

BIN
NewGens/2002122216.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 420 KiB

BIN
NewGens/2002122239.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 420 KiB

BIN
NewGens/2002122244.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 363 KiB

BIN
NewGens/2002122246.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 397 KiB

BIN
NewGens/2002122280.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 426 KiB

BIN
NewGens/2002122284.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 392 KiB

BIN
NewGens/2002122287.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 439 KiB

BIN
NewGens/2002122288.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 446 KiB

BIN
NewGens/2002122333.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 385 KiB

BIN
NewGens/2002122344.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 434 KiB

BIN
NewGens/2002122437.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 428 KiB

BIN
NewGens/2002123021.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 390 KiB

BIN
NewGens/2002123197.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 488 KiB

BIN
NewGens/2002123198.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 418 KiB

BIN
NewGens/2002123202.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 394 KiB

BIN
NewGens/2002123606.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 390 KiB

BIN
NewGens/2002126814.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 429 KiB

BIN
NewGens/2002126816.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 410 KiB

BIN
NewGens/2002126821.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 419 KiB

BIN
NewGens/2002126822.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 384 KiB

BIN
NewGens/2002126824.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 410 KiB

BIN
NewGens/2002126832.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 419 KiB

BIN
NewGens/2002126836.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 427 KiB

BIN
NewGens/2002126853.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 416 KiB

BIN
NewGens/2002126855.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 422 KiB

BIN
NewGens/2002126866.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 391 KiB

BIN
NewGens/2002126874.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 371 KiB

BIN
NewGens/2002126880.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 437 KiB

BIN
NewGens/2002126894.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 415 KiB

BIN
NewGens/2002126908.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 400 KiB

BIN
NewGens/2002126909.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 436 KiB

BIN
NewGens/2002126910.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 383 KiB

BIN
NewGens/2002126946.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 396 KiB

BIN
NewGens/2002126959.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 411 KiB

BIN
NewGens/2002126969.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 376 KiB

BIN
NewGens/2002126972.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 436 KiB

BIN
NewGens/2002127001.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 382 KiB

BIN
NewGens/2002127004.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 430 KiB

BIN
NewGens/2002127020.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 408 KiB

BIN
NewGens/2002127056.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 410 KiB

BIN
NewGens/2002127057.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 414 KiB

BIN
NewGens/2002127251.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 379 KiB

BIN
NewGens/2002127664.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 384 KiB

BIN
NewGens/2002127665.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 398 KiB

BIN
NewGens/2002127858.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 403 KiB

BIN
NewGens/2002127860.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 430 KiB

BIN
NewGens/2002127863.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 404 KiB

BIN
NewGens/2002127864.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 415 KiB

BIN
NewGens/2002127865.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 389 KiB

BIN
NewGens/2002127879.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 408 KiB

BIN
NewGens/2002127941.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 403 KiB

BIN
NewGens/2002127943.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 467 KiB

Some files were not shown because too many files have changed in this diff Show More