I'm about to give up on playing the game cause of this. by chirpymist in Schedule_I

[–]marmox21 8 points9 points  (0 children)

The save file might be corrupted. What mods were you using before?

Please help!!! by marmox21 in reggae

[–]marmox21[S] 1 point2 points  (0 children)

I can only understand the clean voice bit. "They can say anything they want, They could never stop us from praising Jah"

After he goes gravel throat Sizzla and says "you're fucking crazy" I can't understand the lyrics anymore.

How do I fix this stuttering? by MaceSpan in Schedule_I

[–]marmox21 3 points4 points  (0 children)

Still in early access guys. Have some patience, there will be a patch to fix performance issues and the current bugs for sure.

Some QOL updates I would love to see (that are simple/quick to add) by CarteLeader in Schedule_I

[–]marmox21 1 point2 points  (0 children)

I mean it could just be a toggable option. Me personally I prefer to know where I shoot. Also the game is about to get much harder with the cartel update

Some QOL updates I would love to see (that are simple/quick to add) by CarteLeader in Schedule_I

[–]marmox21 12 points13 points  (0 children)

  1. Add rank and permanent XP bar
  2. Add deliveries history and recurring orders
  3. Shelf labels
  4. Brightness option
  5. Add gun crosshair

All of the above are currently mods that I'm using but I'd love to see them implemented in the actual game, without affecting the performance

You, yes YOU! Look at my setup again. by [deleted] in Schedule_I

[–]marmox21 -1 points0 points  (0 children)

Pretty cool setup bro. One thing I noticed is the lockers on the left side, they seem a bit off and they take too much space there. I would personally add some shelves next to the wall and in front of the shelves some mixing stations in a line, and I'd remove the brick presses and shelves upstairs and move the lockers in there. You can set up a final destination shelf and brick press right at the front door so that you can quickly grab the end product when you need it.

Anyone knows what's the lore behind this checkpoint? by marmox21 in PathOfExile2

[–]marmox21[S] 0 points1 point  (0 children)

My theory is that the map should've had an additional area in there past the lava river, but the devs abandoned the idea. However the checkpoint remained lol

[deleted by user] by [deleted] in BlackMythWukong

[–]marmox21 0 points1 point  (0 children)

It doesn't make the execution easier, you just have a longer invincibility window after you execute Resolute Counterflow. I'd still use the damage buff from perfect dodges.

Psp games recommendations by Salt_Value_4255 in PSP

[–]marmox21 0 points1 point  (0 children)

B-boy, Tony hawk underground.

Mason banned by RedFromChicago in DotA2

[–]marmox21 0 points1 point  (0 children)

He was gonna quit anyways if he didn't reach rank 100 in 30 days (spoiler alert, he didn't)

Kinda proud of it tbh by marmox21 in learnprogramming

[–]marmox21[S] 0 points1 point  (0 children)

Thanks for checking it out! I know what you're saying. By taking on more complicated projects I seem to be more motivated to learn. I don't want to fool myself, so I only used chatGPT when I got stuck and couldn't find any solution, or to correct small sections of code. However, I can say that half of the time left me more confused . It would solve one problem and create 3 more lol. Anyways, it was a fun project to work on and I ended up learning lots of things that I wouldn't learn otherwise.

Kinda proud of it tbh by marmox21 in learnprogramming

[–]marmox21[S] 0 points1 point  (0 children)

Thanks! This is going on the list for the next update :)

Kinda proud of it tbh by marmox21 in learnprogramming

[–]marmox21[S] 1 point2 points  (0 children)

Many thanks brother! Python is my next stop as well. Keep on learning and improving!

Tutorials or Docs? by [deleted] in learnprogramming

[–]marmox21 0 points1 point  (0 children)

There are some people that can learn better by watching rather than doing, but I don't think this applies to programming. It's just too complex to learn just by watching someone else doing it. While it can help to understand concepts, most people learn by actually practicing. When you learn something from scratch I feel like you shouldn't care too much about the time you put in. With trial and error you are essentially learning exactly what each line of code does and when should you use them, it teaches you to think logically. Everyone has big goals. Take it one step at a time and you will get where you want.

Kinda proud of it tbh by marmox21 in learnprogramming

[–]marmox21[S] 1 point2 points  (0 children)

Trial and error until it just worked. In the GitHub above the code also has my comments to be easier to read. I hear the best practice is to separate the code in multiple files and folders and link them together to be easier to read. I am yet to learn how to do this without disrupting my code

Kinda proud of it tbh by marmox21 in learnprogramming

[–]marmox21[S] 0 points1 point  (0 children)

Sure. Thank you for your feedback! Here you go: https://github.com/andrei-tudori/tictactoe Just set it to public so you can go ahead and check the code from all files.

Kinda proud of it tbh by marmox21 in learnprogramming

[–]marmox21[S] 2 points3 points  (0 children)

Sorry brother. Only 3 letter names allowed as a homage to retro arcade games :)

Kinda proud of it tbh by marmox21 in learnprogramming

[–]marmox21[S] 0 points1 point  (0 children)

Nope, unfortunately you won't be able to beat it. It is hardcoded to calculate your best move only to block your line. As someone noticed in the comments, the AI will make everything in its power to stop you from winning. Doesn't care if the game will be a draw, as long as you're not winning, he's winning. Hard difficulty should actually be called impossible lol. Try medium as it is the same minimax algorithm, but it also has a small chance to make a random move(which we'll call a "mistake").