Skip to content

Latest commit

History

History
38 lines (23 loc) 路 904 Bytes

File metadata and controls

38 lines (23 loc) 路 904 Bytes

Elden Ring examples

Debug line

Draws a CSEzDraw debug line from the players position to 1m in front of the player in the direction they're facing.

Code.

Preview image

Debug line rendered by example mode code

Apply speffect

Applies and removes an speffect based on keypresses (O to apply and P to remove).

Code.

Preview image

Speffect applied on player after pressing keybind

Spawn asset (AEG)

Spawns bloodied poop at twice the scale at the players location whenever H is pressed.

Code.

Preview image

Asset spawned at players location after pressing keybind