Compare commits

..

10 Commits

Author SHA1 Message Date
bc218fc473 Update 'README.md' 2024-01-22 13:58:51 +00:00
0d6c666221 make readme nicer 2024-01-22 13:57:09 +00:00
Timo654
273150285b attempt to fix colours but fail 2024-01-22 15:24:32 +02:00
Timo654
90d4b08503 actually fix the gitignore and make build somewhat functional 2024-01-22 15:01:08 +02:00
Timo654
5f0b25a28f fix scaling 2024-01-21 23:06:55 +02:00
eee4e33fde Fixed Bind Color variable.
Yes, otherwise things could go wrong...
2024-01-21 22:55:33 +02:00
e7dcb30bb6 Added an ability to change textures!
Now you can change the textures! Neat, right?
2024-01-21 22:49:10 +02:00
b9265128ec Finally you can scale parts and change colors!
The future is here, people! Prepare!
2024-01-21 22:24:12 +02:00
Timo654
2b484de21f add getscale and colour options 2024-01-21 20:51:18 +02:00
Timo654
8e1132b423 add more clothing items 2024-01-21 18:55:22 +02:00
157 changed files with 120782 additions and 20688 deletions

Binary file not shown.

View File

@@ -0,0 +1,7 @@
[CrashReportClient]
bHideLogFilesOption=false
bIsAllowedToCloseWithoutSending=true
CrashConfigPurgeDays=2
Stall.RecordDump=false
Ensure.RecordDump=true

View File

@@ -0,0 +1,7 @@
[CrashReportClient]
bHideLogFilesOption=false
bIsAllowedToCloseWithoutSending=true
CrashConfigPurgeDays=2
Stall.RecordDump=false
Ensure.RecordDump=true

View File

@@ -0,0 +1,7 @@
[CrashReportClient]
bHideLogFilesOption=false
bIsAllowedToCloseWithoutSending=true
CrashConfigPurgeDays=2
Stall.RecordDump=false
Ensure.RecordDump=true

View File

@@ -0,0 +1,7 @@
[CrashReportClient]
bHideLogFilesOption=false
bIsAllowedToCloseWithoutSending=true
CrashConfigPurgeDays=2
Stall.RecordDump=false
Ensure.RecordDump=true

File diff suppressed because one or more lines are too long

View File

@@ -75,11 +75,3 @@ TemplateMapInfos=(ThumbnailTexture=None,Thumbnail="/Engine/Maps/Templates/Thumbn
[/Script/UnrealEd.EditorEngine] [/Script/UnrealEd.EditorEngine]
FlipNormalMapGreenChannel=False FlipNormalMapGreenChannel=False
[WindowsApplication.Accessibility]
StickyKeysHotkey=False
ToggleKeysHotkey=False
FilterKeysHotkey=False
StickyKeysConfirmation=False
ToggleKeysConfirmation=False
FilterKeysConfirmation=False

View File

@@ -1,3 +1,7 @@
[StartupActions] [StartupActions]
bAddPacks=False bAddPacks=False
[/Script/DeveloperToolSettings.PlatformsMenuSettings]
StagingDirectory=(Path="G:/cg_characreator/CharaCreator/Build/CGCharaCreator")
PerPlatformBuildConfig=(("Windows", PPBC_Shipping))

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,7 @@
[CrashReportClient]
bHideLogFilesOption=false
bIsAllowedToCloseWithoutSending=true
CrashConfigPurgeDays=2
Stall.RecordDump=false
Ensure.RecordDump=true

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,7 @@
[CrashReportClient]
bHideLogFilesOption=false
bIsAllowedToCloseWithoutSending=true
CrashConfigPurgeDays=2
Stall.RecordDump=false
Ensure.RecordDump=true

File diff suppressed because one or more lines are too long

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