Compare commits

...

3 Commits

Author SHA1 Message Date
Jesse James Isler 380d1cb43d Fixed self Shoot
Fixed so you cant shoot yourself... Okay Fixed is a bit of an overstatement but I locked the down axis with ViewPitchMin (See Issue #5)
2022-11-08 10:20:02 +01:00
Jesse James Isler ddc20cbaaa Added Bullet spread and fixed gun instigator... (not completely) 2022-11-08 09:43:18 +01:00
Jesse James Isler 2c36f752f4 Got everything working so far, but do note THE BIG BLOODY BOX in the ThirdPersonCharacter. Because AnyDamage doesnt seem to want to work 2022-11-07 17:00:58 +01:00
77 changed files with 216 additions and 13 deletions

View File

@ -5,4 +5,5 @@ SimpleMapName=/Game/TP_ThirdPerson/Maps/ThirdPersonExampleMap
bAllowClassAndBlueprintPinMatching=true
bReplaceBlueprintWithClass= true
bDontLoadBlueprintOutsideEditor= true
bBlueprintIsNotBlueprintType= true
bBlueprintIsNotBlueprintType= true

View File

@ -80,6 +80,7 @@ DoubleClickTime=0.200000
+ActionMappings=(ActionName="Jump",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=Gamepad_FaceButton_Bottom)
+ActionMappings=(ActionName="Crouch",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=LeftControl)
+ActionMappings=(ActionName="UseItem",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=E)
+ActionMappings=(ActionName="FireWeapon",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=LeftMouseButton)
+AxisMappings=(AxisName="Move Forward / Backward",Scale=1.000000,Key=W)
+AxisMappings=(AxisName="Move Forward / Backward",Scale=-1.000000,Key=S)
+AxisMappings=(AxisName="Move Forward / Backward",Scale=1.000000,Key=Gamepad_LeftY)

BIN
Content/Maps/ThirdPersonMap.umap (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/Maps/ThirdPersonMap_BuiltData.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/ThirdPerson/BP_ThirdPersonCharacter.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/ThirdPerson/BP_ThirdPersonGameMode.uasset (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
Content/ThirdPerson/bp_ThirdPersonController.uasset (Stored with Git LFS) Normal file

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 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.

BIN
Content/bp_guns/Fists/mesh_fists.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/bp_guns/Pistol/mesh_pistol.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/bp_guns/Shotgun/mesh_shotgun.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/bp_guns/Smg/mesh_smg.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/bp_guns/Sniper/mesh_sniper.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/bp_guns/bp_basegun.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/bp_guns/bp_bullet.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/bp_guns/dt_guns.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/bp_guns/en_Firerates.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/bp_guns/en_gunNames.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/bp_guns/str_guns.uasset (Stored with Git LFS) Normal file

Binary file not shown.