Skip to content

Commit d10eac4

Browse files
committed
Add devlog
1 parent 6723dc6 commit d10eac4

9 files changed

Lines changed: 59 additions & 0 deletions

File tree

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.
Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
---
2+
title: Updates on EndlessJourney
3+
tags: [EndlessJourney, Devlog, Unreal Engine]
4+
style: fill
5+
color: secondary
6+
description: Some preview of what we are making.
7+
---
8+
9+
*author: [Saverio976](https://github.com/Saverio976)*
10+
11+
Hey, the last devlog was about [how to add fog and changing the atmosphere of our game](https://x-r-g-b.github.io/blog/enhancing-atmosphere-with-fog-and-lighting-in-unreal-engine-5).
12+
Today, it's a showcase of some features.
13+
14+
## Animation System
15+
16+
[mE0w](https://github.com/romainpanno) finished the animation system of the player. He will be soon (maybe not so soon) write a devlog about it.
17+
18+
| ### | ### |
19+
| --- | --- |
20+
| ![animation-system-1](https://raw.githubusercontent.com/X-R-G-B/X-R-G-B.github.io/refs/heads/main/__assets/_posts/2025-06-23-updates-on-endless-journey/animation-system-1.mp4) | ![animation-system-2](https://raw.githubusercontent.com/X-R-G-B/X-R-G-B.github.io/refs/heads/main/__assets/_posts/2025-06-23-updates-on-endless-journey/animation-system-1.mp4) |
21+
22+
## Atmosphere
23+
24+
The fog settings are amazing, tank you again [TTENSHII](https://github.com/TTENSHII).
25+
26+
| ### | ### |
27+
| --- | --- |
28+
| ![atmosphere-1](https://raw.githubusercontent.com/X-R-G-B/X-R-G-B.github.io/refs/heads/main/__assets/_posts/2025-06-23-updates-on-endless-journey/atmosphere-1.mp4) | ![atmosphere-2](https://raw.githubusercontent.com/X-R-G-B/X-R-G-B.github.io/refs/heads/main/__assets/_posts/2025-06-23-updates-on-endless-journey/atmosphere-2.mp4)
29+
| ![atmosphere-1](https://raw.githubusercontent.com/X-R-G-B/X-R-G-B.github.io/refs/heads/main/__assets/_posts/2025-06-23-updates-on-endless-journey/atmosphere-3.mp4) | |
30+
31+
## Enemies
32+
33+
Some enemies have spawned in the game! Different type of enemies, but we will only show one. He is waiting somewhere near the first quest :eyes:.
34+
35+
Again, maybe [mE0w](https://github.com/romainpanno) will make a devlog about them.
36+
37+
| ### |
38+
| --- |
39+
| ![enemies-1](https://raw.githubusercontent.com/X-R-G-B/X-R-G-B.github.io/refs/heads/main/__assets/_posts/2025-06-23-updates-on-endless-journey/enemies-1.mp4) |
40+
41+
## Consumables
42+
43+
We added some consumables, it is not finished, but you can also see how interaction will work. When you are near an object/character that can be interacted, you will see a square, and when you focus on it, a "F" will appear to show the interact key binding.
44+
45+
| ### |
46+
| --- |
47+
| ![consumables-1](https://raw.githubusercontent.com/X-R-G-B/X-R-G-B.github.io/refs/heads/main/__assets/_posts/2025-06-23-updates-on-endless-journey/consumables-1.mp4) |
48+
49+
## LLM
50+
51+
Thanks to [getnamo/Llama-Unreal](https://github.com/getnamo/Llama-Unreal), we can now generate text at runtime. We tested to generate new monolog for some NPC. It takes some times at each startup (5mins we a good CPU/GPU) but we will be working on distributing the works on the player in the same lobby. Also, we will maybe change the model used depending of the type of text we want to generate. We hope it will reduce the startup time.
52+
53+
Here is a loading screen when the LLM is generating the texts :smile:
54+
55+
| ### |
56+
| --- |
57+
| ![loading-1](https://raw.githubusercontent.com/X-R-G-B/X-R-G-B.github.io/refs/heads/main/__assets/_posts/2025-06-23-updates-on-endless-journey/loading-1.mp4) |
58+
59+
## End

0 commit comments

Comments
 (0)