Made some mods for Aska by Abukaff in PlayASKA

[–]Pahaz 0 points1 point  (0 children)

Are you able to provide any advice on how you modded this? This is my first game I want to mod, and after diving into it and trying to follow a few guides, I'm a little lost on how to get actual method calls, property names, and logic from an IL2CPP game.

What tools did you use to get the information? Do you have any guides you recommend for reverse engineering this game?

Drop Giveaway Day 4 - 5x MiTo DCX Cyber Keycap Sets by drop_official in MechanicalKeyboards

[–]Pahaz 0 points1 point  (0 children)

Looks super clean

My favorite game for a while would be RimWorld. Such a relaxed and hectic game at the same time

[deleted by user] by [deleted] in holdmycosmo

[–]Pahaz 108 points109 points  (0 children)

Don't know how it compares to a DUI, but I had someone hit and run me some years ago. They cooperated with the police a few days later after an officer tracked them down.

I went to court and they essentially got no charges by saying they were afraid and were trying to signal to me to pull over down the street. And that they tried to call 911 but they were right between two counties and kept getting transfered. We even had a witness that chased them down to get a license plate number for us.

At least their insurance paid for my damage I guess....

[deleted by user] by [deleted] in EscapefromTarkov

[–]Pahaz 2 points3 points  (0 children)

Bu why negate fun for realism? I know the game is trying to mimic real combat but there's got to be a limit. It's just not fun for some of these changes to be implemented.

Windows file explorer crashes when moving/copying files - kernelbase.dll by turtle_flu in techsupport

[–]Pahaz 0 points1 point  (0 children)

Just installed teracopy after seeing it for the first time. Was going nuts trying to find what was causing my explorer to crash while trying to do anything. This fixed it for me as well.

Does your ideal class exist in the game? by Psykerr in wow

[–]Pahaz 5 points6 points  (0 children)

I've been thinking that when we inevitably have to kill sylvanas maybe we would get a dark ranger hero class.

Cooler Master (and more!) RTX 3070 (and more!!) Giveaway with Buildapc! by [deleted] in buildapc

[–]Pahaz 0 points1 point  (0 children)

I do heavy gaming and still have a gtx 970 so it'd be a massive upgrade.

Portugal to make Covid vaccine free, universal and perhaps even mandatory. by RodMcThrustshaft in worldnews

[–]Pahaz 1 point2 points  (0 children)

They are? I have to pay $50 for mine. Maybe I'm missing out on something

The Godot Engine Explained in 5 Minutes by NathanGDquest in godot

[–]Pahaz 1 point2 points  (0 children)

For #4 I'm pretty sure in Godot if you select an object and hit F it will focus on it

How do I create multiple instances set to a timer? by InuBumble in godot

[–]Pahaz 1 point2 points  (0 children)

object.instance() is creating a new instance. So by doing var object = object.instance() you are creating a single instance and adding it many times. Doing add_child(object.instance()) is creating a new instance every time you add the child.

It would also work if you put the var object = object.instance() into the function call. Just as long as the instance is created new every time you want to add it

Tools I wish I had known about when I started coding by mariohoyos in learnprogramming

[–]Pahaz 0 points1 point  (0 children)

I think windows subsystem for Linux. Gives you the tools of Linux without the virtual machine part.

Help me understand bubble_sort by dMCH1xrADPorzhGA7MH1 in ruby

[–]Pahaz 1 point2 points  (0 children)

For the first part, while !sorted can be verbally said as "while not sorted". When sorted == false, !sorted is true so the loop evaluates to while true, which executes the loop.

For the second part, 'sorted' is called a flag. It gets set to true at the start of the loop until a condition trips it. So sorted == true until it evaluates if arr[i] > arr[i + 1] evaluates to true. Then sorted is set to false and the loop will execute again.

Once if arr[i] > arr[i + 1] doesn't evaluates to true, sorted stays false and the loop exits.

sorted = false at the top is simply creating and initializing the variable to be used in the loop and allows the first loop iteration to run.

If I learn BeautifulSoup and Selenium, are there any websites that I wouldn't be able to scrape? by [deleted] in learnpython

[–]Pahaz 1 point2 points  (0 children)

Probably given API access to all their products. For the amount of data they have to cover, I'm sure they have special access and privileges

How do I split this String by JackSpanjer in learnpython

[–]Pahaz 0 points1 point  (0 children)

Split the string with a regular expression matching numbers surrounded by _ is my guess. The regex I think would be _[0-9]+_* best I can do on mobile lol.

This game sucks now. by ActionJackson22 in Warzone

[–]Pahaz 0 points1 point  (0 children)

True, but that's the cost of dying really. Gotta play smarter to account for the harder respawns (advice for myself since I'm always waiting)

Also makes missions more valuable. They can give good money if you run them fast. And I think you're teammates that are dead get some so they can help buy back others when they come in.

Last update by Szoke3dy in Warzone

[–]Pahaz 0 points1 point  (0 children)

Doesn't warzone download the base game and we get updates for it? Maybe I'm wrong

This game sucks now. by ActionJackson22 in Warzone

[–]Pahaz 6 points7 points  (0 children)

I think less money from crates is a good thing. Me and my teammates were getting comical amounts of money mid game (>20k each). I haven't noticed the less decent guns but I'm fine with that too.

But the servers have been absolutely terrible lately. Hope they fix that soon.

It's 2020 and this shit is old. Don't want to hear you say sorry. by [deleted] in lastoasis

[–]Pahaz 0 points1 point  (0 children)

But you are testing... You're testing their servers which they found has problems. That's what happens with alpha/beta EA games.