Add disclaimer
Add disclaimer
This commit is contained in:
parent
800028df00
commit
ab41017eb3
@ -3,12 +3,13 @@ ProjectID=F97C7B07434EBE9C17C76892FC009E34
|
||||
ProjectName=The King Of Fighters Forever
|
||||
ProjectVersion=0.0.0.0
|
||||
Description=King Of Fighters Fan Game
|
||||
CompanyName=Kevin Poretti
|
||||
CompanyName=poret
|
||||
Homepage=kevinporetti.com
|
||||
SupportContact=kevinporetti@gmail.com
|
||||
CopyrightNotice=
|
||||
CopyrightNotice=A fan game by poret. This game is not affiliated with SNK. This is a fan game which is not being sold or distributed for profit.
|
||||
ProjectDisplayedTitle=NSLOCTEXT("[/Script/EngineSettings]", "F64B16CA410C5695462A51B3C0F03C9C", "{GameName}-{PlatformArchitecture}")
|
||||
ProjectDebugTitleInfo=NSLOCTEXT("[/Script/EngineSettings]", "C2DB330840BAEB6B6D05629B908D8ADD", "{GameName}-{PlatformArchitecture}")
|
||||
LicensingTerms=
|
||||
|
||||
[StartupActions]
|
||||
bAddPacks=True
|
||||
|
BIN
KOFForever/Content/UI/WBP_TitleScreen.uasset
(Stored with Git LFS)
BIN
KOFForever/Content/UI/WBP_TitleScreen.uasset
(Stored with Git LFS)
Binary file not shown.
@ -1,4 +1,4 @@
|
||||
// Copyright Epic Games, Inc. All Rights Reserved.
|
||||
// A fan game by poret. This game is not affiliated with SNK. This is a fan game which is not being sold or distributed for profit.
|
||||
|
||||
#include "KOFForever.h"
|
||||
#include "Modules/ModuleManager.h"
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright Epic Games, Inc. All Rights Reserved.
|
||||
// A fan game by poret. This game is not affiliated with SNK. This is a fan game which is not being sold or distributed for profit.
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
|
||||
|
||||
// A fan game by poret. This game is not affiliated with SNK. This is a fan game which is not being sold or distributed for profit.
|
||||
|
||||
#include "Camera/KOFDefaultCamera.h"
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
// Fill out your copyright notice in the Description page of Project Settings.
|
||||
|
||||
// A fan game by poret. This game is not affiliated with SNK. This is a fan game which is not being sold or distributed for profit.
|
||||
|
||||
#include "Character/KOFBaseCharacter.h"
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
|
||||
|
||||
// A fan game by poret. This game is not affiliated with SNK. This is a fan game which is not being sold or distributed for profit.
|
||||
|
||||
#include "Componenets/KOFCharacterMovementComponent.h"
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
|
||||
|
||||
// A fan game by poret. This game is not affiliated with SNK. This is a fan game which is not being sold or distributed for profit.
|
||||
|
||||
#include "Engine/KOFEdEngine.h"
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
|
||||
|
||||
// A fan game by poret. This game is not affiliated with SNK. This is a fan game which is not being sold or distributed for profit.
|
||||
|
||||
#include "Engine/KOFGameEngine.h"
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
|
||||
|
||||
// A fan game by poret. This game is not affiliated with SNK. This is a fan game which is not being sold or distributed for profit.
|
||||
|
||||
#include "GameModes/KOFDefaultGameMode.h"
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
|
||||
|
||||
// A fan game by poret. This game is not affiliated with SNK. This is a fan game which is not being sold or distributed for profit.
|
||||
|
||||
#include "GameModes/KOFTeam.h"
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
|
||||
// A fan game by poret. This game is not affiliated with SNK. This is a fan game which is not being sold or distributed for profit.
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Fill out your copyright notice in the Description page of Project Settings.
|
||||
// A fan game by poret. This game is not affiliated with SNK. This is a fan game which is not being sold or distributed for profit.
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
|
||||
// A fan game by poret. This game is not affiliated with SNK. This is a fan game which is not being sold or distributed for profit.
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
|
||||
// A fan game by poret. This game is not affiliated with SNK. This is a fan game which is not being sold or distributed for profit.
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
|
||||
// A fan game by poret. This game is not affiliated with SNK. This is a fan game which is not being sold or distributed for profit.
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
|
||||
// A fan game by poret. This game is not affiliated with SNK. This is a fan game which is not being sold or distributed for profit.
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
|
||||
// A fan game by poret. This game is not affiliated with SNK. This is a fan game which is not being sold or distributed for profit.
|
||||
|
||||
#pragma once
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user