Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Luigi branch #2

Open
wants to merge 8 commits into
base: ELIJAH2
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 4 additions & 0 deletions ACMDogfightGame.uproject
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
{
"Name": "MultiUserClient",
"Enabled": true
},
{
"Name": "LearningAgents",
"Enabled": true
}
]
}
Binary file removed CL_West_Fighter_F18C.png
Binary file not shown.
8 changes: 6 additions & 2 deletions Config/DefaultEngine.ini
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@


[/Script/EngineSettings.GameMapsSettings]
EditorStartupMap=/Game/SimBlank/Levels/SimBlank.SimBlank
EditorStartupMap=/Game/FlyingGame/Levels/FlyingGame.FlyingGame
+EditorTemplateMapOverrides=(Thumbnail="/Game/SimBlank/Levels/Thumbnails/SimBlank_Thumbnail.SimBlank_Thumbnail",Map="/Game/SimBlank/Levels/SimBlank.SimBlank",DisplayName=NSLOCTEXT("[/Script/EngineSettings]", "C47C7345459213852543F1906820C22C", "Simulation Blank"))

GlobalDefaultGameMode=/Game/SimBlank/Blueprints/BP_SimGameMode.BP_SimGameMode_C
GameDefaultMap=/Game/SimBlank/Levels/SimBlank.SimBlank
GameDefaultMap=/Game/FlyingGame/Levels/FlyingGame.FlyingGame

[/Script/Engine.RendererSettings]
r.DefaultFeature.AutoExposure.ExtendDefaultLuminanceRange=True
Expand Down Expand Up @@ -75,3 +75,7 @@ ConnectionType=USBOnly
bUseManualIPAddress=False
ManualIPAddress=

[/Script/Engine.PhysicsSettings]
bSubstepping=True
MaxSubstepDeltaTime=0.001300

16 changes: 8 additions & 8 deletions Config/DefaultInput.ini
Original file line number Diff line number Diff line change
Expand Up @@ -85,14 +85,14 @@ DoubleClickTime=0.200000
+ActionMappings=(ActionName="ThrottleUp",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=RightMouseButton)
+ActionMappings=(ActionName="ThrottleDown",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=R)
+ActionMappings=(ActionName="Shoot",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=LeftMouseButton)
+AxisMappings=(AxisName="MoveRight",Scale=2.000000,Key=D)
+AxisMappings=(AxisName="MoveFoward",Scale=2.000000,Key=W)
+AxisMappings=(AxisName="LookUp",Scale=-0.250000,Key=MouseY)
+AxisMappings=(AxisName="MoveRight",Scale=-2.000000,Key=A)
+AxisMappings=(AxisName="MoveFoward",Scale=-2.000000,Key=S)
+AxisMappings=(AxisName="Roll",Scale=2.000000,Key=Q)
+AxisMappings=(AxisName="Roll",Scale=-2.000000,Key=E)
+AxisMappings=(AxisName="Turn",Scale=0.250000,Key=MouseX)
+AxisMappings=(AxisName="MoveRight",Scale=7.500000,Key=D)
+AxisMappings=(AxisName="MoveFoward",Scale=7.500000,Key=W)
+AxisMappings=(AxisName="LookUp",Scale=-1.500000,Key=MouseY)
+AxisMappings=(AxisName="MoveRight",Scale=-7.500000,Key=A)
+AxisMappings=(AxisName="MoveFoward",Scale=-7.500000,Key=S)
+AxisMappings=(AxisName="Roll",Scale=7.500000,Key=Q)
+AxisMappings=(AxisName="Roll",Scale=-7.500000,Key=E)
+AxisMappings=(AxisName="Turn",Scale=1.500000,Key=MouseX)
DefaultPlayerInputClass=/Script/EnhancedInput.EnhancedPlayerInput
DefaultInputComponentClass=/Script/EnhancedInput.EnhancedInputComponent
DefaultTouchInterface=/Engine/MobileResources/HUD/DefaultVirtualJoysticks.DefaultVirtualJoysticks
Expand Down
Binary file added Content/CollisionBox.uasset
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Content/FlyingGame/Blueprints/BP_BestPlane.uasset
Binary file not shown.
Binary file modified Content/FlyingGame/Blueprints/BP_FLyingPawn.uasset
Binary file not shown.
Binary file modified Content/FlyingGame/Blueprints/BP_Platform.uasset
Binary file not shown.
Binary file modified Content/FlyingGame/Blueprints/BP_Projectile.uasset
Binary file not shown.
Binary file modified Content/FlyingGame/Blueprints/BP_Turret.uasset
Binary file not shown.
Binary file modified Content/FlyingGame/Levels/FlyingGame.umap
Binary file not shown.
Binary file added Content/Learning/BP_FlyingInteractor.uasset
Binary file not shown.
Binary file added Content/Learning/BP_Policy.uasset
Binary file not shown.
Binary file added Content/Learning/BP_RLTrainingManager.uasset
Binary file not shown.
Binary file added Content/Learning/BP_Spline.uasset
Binary file not shown.
Binary file added Content/Learning/BP_Trainer.uasset
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added Content/StaticMesh.uasset
Binary file not shown.
Binary file added EPMasterMaterials.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Intermediate/CachedAssetRegistry_0.bin
Binary file not shown.
File renamed without changes.
Empty file.
Loading