Skip to content

Latest commit

 

History

History
262 lines (134 loc) · 5.24 KB

File metadata and controls

262 lines (134 loc) · 5.24 KB

My 100 days of Code logs

Started on 18/04/2022

Day 0 - April 16, 2022

Today's Progress: -

Thoughts: -

Link to work:


Day 1 - April 18, 2022

Today's Progress: - Setting the player & camera

Thoughts: - At first I thought it would be done in a few minute but it ended up taking quite a long time to fully set up

Link to work:


Day 2 - April 19, 2022

Today's Progress: - Finish setting up the player and camera

Thoughts: - finally set up the camera to actually looking at the play instead of the blank terrain

Link to work:


Day 3 - April 20, 2022

Today's Progress: - Error

Thoughts: - after finish setting up the player and camera I set up the enemy but then found:

"InvalidOperationException: You are trying to read Input using the UnityEngine.Input class, but you have switched active Input handling to Input System package in Player Settings. UnityEngine.Input.get_mousePosition () (at <963c3a1707f0469aac8b8356a8d18b5d>:0) TheRPG.Controller.PlayerController.GetMouseRay () (at Assets/Game/Script/Controller/PlayerController.cs:55) TheRPG.Controller.PlayerController.InteractWithCombat () (at Assets/Game/Script/Controller/PlayerController.cs:19) TheRPG.Controller.PlayerController.Update () (at Assets/Game/Script/Controller/PlayerController.cs:13)" error and

"InvalidOperationException: You are trying to read Input using the UnityEngine.Input class, but you have switched active Input handling to Input System package in Player Settings. TheRPG.Core.FollowCamera.LateUpdate () (at Assets/Game/Script/Core/FollowCamera.cs:21)" error

I don't really know what I mess up so I will create a new project and redo all my work but right now I so pissed off

Link to work:


Day 4 - April 21, 2022

Today's Progress: - Redo everything

Thoughts: - because of the error yesterday, I created a new project and start over but I already finish the player and camera now I'm having trouble with the eneny not attacking the player

Link to work:


Day 5 - April 22, 2022

Today's Progress: - Exp system & pickup: setting how the exp system will work and making prefab for a health box

Thoughts: -

Link to work:


Day 6 - April 23, 2022

Today's Progress: - Level cap & changing the attack system

Thoughts: - 1. I change the damage formula from (Health - attack) to (Health + Defense - Attack) 2. I create a system the make you have to expand your level cap to gain more level

Link to work:


Day 7 - April 24, 2022

Today's Progress: - Fixing attack and defense & MP system

Thoughts: - found error in the attack and defense system so I fixed it. I want my player to have some special moveset and have an MP system

Link to work:


Day 8 - April 25, 2022

Today's Progress: - Upgrade pickup system; creating 1 script that work for all type of pickup

Thoughts: -

Link to work:


Day 9 - April 26, 2022

Today's Progress: - Interaction part 1

Thoughts: - I search up turtorial for interaction but it make me redo the movement script

Link to work:


Day 10 - April 27, 2022

Today's Progress: - Interaction part 2

Thoughts: -

Link to work:


Day 11 - April 28, 2022

Today's Progress: - Inventory UI

Thoughts: -

Link to work:


Day 12 - April 29, 2022

Today's Progress: - Inventory System

Thoughts: -

Link to work:


Day 13 - April 30, 2022

Today's Progress: - Inventory System pt.2

Thoughts: -

Link to work:


Day 14 - May 1, 2022

Today's Progress: - Equipment

Thoughts: -

Link to work:


Day 15 - May 2, 2022

Today's Progress: - Equipment/Default Equipment/ Convert mesh for Equipment pickup

Thoughts: -

Link to work:


Day 16 - May 3, 2022

Today's Progress: - Player Stat

Thoughts: -

Link to work:


Day 17 - May 4, 2022

Today's Progress: - Eneny AI & Player Combat

Thoughts: -

Link to work:


Day 18 - May 5, 2022

Today's Progress: - Enemy combat just wouldn't attack the player

Thoughts: - and I don't know why. plz help!!!

Link to work:


Day 19 - May 6, 2022

Today's Progress: - I mess up the player animation and now my player character is broken

Thoughts: -

Link to work:


Day 20 - May 7, 2022

Today's Progress: - Trying to combine what I already know with what I learned from the tutorial

Thoughts: - I really can't do it. I just don't know where to start or how to start. I feel so ashame of myself that I couldn't do anything. I'm not going upload my unity project because it's fill with error and stuff I can't fix.

Link to work:


Day 21 - May 8, 2022

Today's Progress: - Learn how to make and enemy route with P'Ada

Thoughts: -

Link to work: RPG


Day 22 - May 9, 2022

Today's Progress: - Rebuilding a new player system

Thoughts: -

Link to work:


Day 23 - May 10, 2022

Today's Progress: - Rebuilding a new player interation system pt1

Thoughts: -

Link to work:


Day 24 - May 11, 2022

Today's Progress: - player interation system pt2

Thoughts: -

Link to work: