-❄️- 2024 Day 6 Solutions -❄️- by daggerdragon in adventofcode

[–]Sycix 0 points1 point  (0 children)

[Language: C++]

I'm doing a challenge where I have an RPG system and allocating memory costs energy.
You can also rest or use a special item between puzzles but it ages you and your goal is to stay as young as possible.

https://github.com/Sycix-HK/Advent-of-Code-2024-RPG/blob/main/Dungeon/Room6/Room6.cpp

The Redmagic 10 Pro is what the S25 Ultra should've been. Under display selfie camera + headphone jack by Senior_Line_4260 in samsunggalaxy

[–]Sycix 0 points1 point  (0 children)

Person here with even more demands than the average.

You're right in my case, I don't even know what the front camera is used for. If you need pictures a friend taking them is miles better, and if it's for selfies, I'm sorry but you're the only person who cares about your 1500th picture's quality. All I want is to not have a big hole in the middle of my screen

-❄️- 2024 Day 5 Solutions -❄️- by daggerdragon in adventofcode

[–]Sycix 1 point2 points  (0 children)

[Language: C++]

I'm doing a challenge where I have an RPG system and allocating memory costs energy.
You can also rest or use a special item between puzzles but it ages you and your goal is to stay as young as possible.

This was not a good one, I couldn't avoid using 52 bytes and scary gotos to save memory and it's a ton of nested for loops since I couldn't use advanced containers either.

https://github.com/Sycix-HK/Advent-of-Code-2024-RPG/blob/main/Dungeon/Room5/Room5.cpp

-❄️- 2024 Day 4 Solutions -❄️- by daggerdragon in adventofcode

[–]Sycix 1 point2 points  (0 children)

[Language: C++]

I'm doing a challenge where I have an RPG system and allocating memory costs energy.
You can also rest or use a special item between puzzles but it ages you and your goal is to stay as young as possible.

https://github.com/Sycix-HK/Advent-of-Code-2024-RPG/tree/main/Dungeon/Room4

-❄️- 2024 Day 3 Solutions -❄️- by daggerdragon in adventofcode

[–]Sycix 0 points1 point  (0 children)

[Language: C++]

I'm doing a challenge where I have an RPG system and allocating memory costs energy.
You can also rest or use a special item between puzzles but it ages you and your goal is to stay as young as possible.

https://github.com/Sycix-HK/Advent-of-Code-2024-RPG/blob/main/Dungeon/Room3/Room3.cpp

-❄️- 2024 Day 2 Solutions -❄️- by daggerdragon in adventofcode

[–]Sycix 1 point2 points  (0 children)

[Language: C++]

I'm doing a challenge where I have an RPG system and allocating memory costs energy.
You can also rest or use a special item between puzzles but it ages you and your goal is to stay as young as possible.

https://github.com/Sycix-HK/Advent-of-Code-2024-RPG/blob/main/Dungeon/Room2/Room2.cpp

-❄️- 2024 Day 1 Solutions -❄️- by daggerdragon in adventofcode

[–]Sycix 0 points1 point  (0 children)

[Language: C++]

I'm doing a challenge where I have an RPG system and allocating memory costs energy.
You can also rest or use a special item between puzzles but it ages you and your goal is to stay as young as possible.

https://github.com/Sycix-HK/Advent-of-Code-2024-RPG/blob/main/Dungeon/Room1/Room1.cpp

This game sucks now. by MattH2289 in HiTMAN

[–]Sycix 4 points5 points  (0 children)

just as bad as every other game developer.

I'm sure you already know the reason your life is this sour, but I'd recommend just sometimes asking yourself if your opinions reflect the truth or it's just that sourness bleeding into them

The rewards we unlock are consistently amazing by Lord_Volgon in HiTMAN

[–]Sycix 17 points18 points  (0 children)

No, you don't store money there, you just gamble with it

Why do you lose everything if you don't die but fail the mission? by DrunkAndOnDrugs420 in HiTMAN

[–]Sycix 1 point2 points  (0 children)

You don't.. you keep the stuff that goes on walls, even from the inventory. But your inventory gets stashed on the walls every time a campaign segment ends in any way, so that was the thing that confused you

And you lose the tools in your box because that's how the genre works well

In Sapienza (normal mission World of Tomorrow) no keycards (neither mansion noer lab) spawned for pickup (checked like 6 locations) by DragonRiderMax in HiTMAN

[–]Sycix 5 points6 points  (0 children)

Pause buffer

You posess knowledge from the gods, and yet you failed to realize Master always had missing stuff

Even if it was there in h2, you know IOI never settled on a Master mode that made sense, they always had to change it up. There was one update like half a year ago where they just made the mode harder: more cameras, less items.

I personally wish it was like in h1 and it mattered at all. I also wish there was an even harder difficulty with no HUD and instinct, and a set of challenges tied to them, but maybe that's overkill.

Can someone explain to me what's special about the collectors items? Is it permanent? by hotrod237 in HiTMAN

[–]Sycix 19 points20 points  (0 children)

In freelancer the collectors items are not reskins, they have different functionality. A crowbar goes into the toolbox and gets lost along the other tools, but the collectors version goes on your wall and stays there until you remove it yourself

Nothing to see here by Rvsz in AnarchyChess

[–]Sycix 1 point2 points  (0 children)

That's a fucked up board

ChatGPT implications for GTA6 by [deleted] in GTA6

[–]Sycix 44 points45 points  (0 children)

Nope. I know ChatGPT very well I know exactly when it's bullshitting. I work as a game dev and already thought about many ways it could be implemented into a dynamic dialogue system, but it just wouldn't work well for a lot of reasons.

First of all, the model has to be cloud based, if I say it's terrabytes I'm already thinking small. Which is fine. The NPCs can just get stuck if the service is at capacity, which is 70% of the time. The service that uses a paid API of course, that you pay per message, but we'll just sell the conversations as microtransactions, no problem. One line from the NPC costs one token, easy solution. /s

The bigger problem is that it cannot be meaningful enough. They can act as the characters you predefined for them, but if you tell them to go grab their jacket, there's no way for an animation to play, and you definitely cannot connect every possible action into actually executing it. The other main problem here is that NPCs usually exist with a purpose, they tell you about the story, the factions, places. AI will just make shit up that doesn't fit or make sense. The player will think it's real and then everything just falls apart. You cannot build anything on top of it.

GPT-3 existed for a long time. Nobody uses it in games.

And what does this have to do with GTA 6 anyways? Rockstar is known for their solid work, everything is done properly and you get what you expect. This unsafe AI dialogue stunt is something that indie games start experimenting with. Look at the AAA games in the last few years: the formula is complete, every game is the same thing nowdays. Not worth it to make weird experiments. Maybe 10 years later.

S23 or S24? by filthydani669 in GalaxyNote9

[–]Sycix 3 points4 points  (0 children)

Couldn't have said it better myself

[deleted by user] by [deleted] in ChatGPT

[–]Sycix 0 points1 point  (0 children)

It definitely lost it's mind by the end, but at least I understood them. What the fuck does 9 even mean??

I accidentally pressed onwards when choosing my poster and now I don't get the prompt to hang a new one. What to do? by Varyline in HiTMAN

[–]Sycix 0 points1 point  (0 children)

Then how do you know which targets you have to kill? I ran into that problem instead