Guild icon
DDraceNetwork
DDraceNetwork / off-topic
Any languages allowed
Between 2025-02-13 00:00 and 2025-02-14 00:00
Avatar
HUH do i have to learn nix develop to work on projects now
Avatar
i don't think i know how to even get a C compiler the "correct" way on nixos
Avatar
Is there a correct way on nixos?
06:42
idk about nixos
Avatar
probably a flake.nix file and nix develop to activate dem packages
Avatar
morning peeps
Avatar
norming
Avatar
you know that point where u are past that "hard" point in a project that now u feel nice
06:43
idk how to say it
Avatar
in gamedev that's when you finally done with core gameplay and start doing stories and tasks
Avatar
it's like half of a year of hardcore developing and then two years of casual game editor stuff.
Avatar
Avatar
TsPiggy
i don't think i know how to even get a C compiler the "correct" way on nixos
Get clang
Avatar
Avatar
TsPiggy
in gamedev that's when you finally done with core gameplay and start doing stories and tasks
It's nice because it's not hard but it's also boring because it's not hard
Avatar
Avatar
meloƞ
Get clang
template me for nix develop plz
Avatar
If my brain isn't melting at least weekly I don't feel like I'm programming
Avatar
or do I just stuff clang and rustup in my system packages
Avatar
Avatar
TsPiggy
template me for nix develop plz
{ description = "A Nix-flake-based C/C++ development environment"; inputs.nixpkgs.url = "https://flakehub.com/f/NixOS/nixpkgs/0.1.*.tar.gz"; outputs = { self, nixpkgs }: let supportedSystems = [ "x86_64-linux" "aarch64-linux" "x86_64-darwin" "aarch64-darwin" ]; forEachSupportedSystem = f: nixpkgs.lib.genAttrs supportedSystems (system: f { pkgs = import nixpkgs { inherit system; }; }); in { devShells = forEachSupportedSystem ({ pkgs }: { default = pkgs.mkShell.override { # Override stdenv in order to change compiler: # stdenv = pkgs.clangStdenv; } { packages = with pkgs; [ clang-tools cmake codespell conan cppcheck doxygen gtest lcov vcpkg vcpkg-tool ] ++ (if system == "aarch64-darwin" then [ ] else [ gdb ]); }; }); }; }
Avatar
thx
06:47
(tf is flakehub
Avatar
Mirror for a certain nixpkgs version
Avatar
😬 i'm a unstable man
Avatar
Trump: "Like on tractors that can handle anything from hurricanes to lightning to anything. They use magnets. It's a new theory -- magnets. They're gonna lift the planes up. And it doesn't work."
06:48
Avatar
I get version freezing and I get that it's a good thing to do but it just feels wrong you know?
Avatar
Avatar
meloƞ
Mirror for a certain nixpkgs version
can i nix develop multiple flakes or do i just write one for rust + clang + node + pnpm
Avatar
Avatar
TsPiggy
in gamedev that's when you finally done with core gameplay and start doing stories and tasks
for me i never done a game cuz i feel lazy when i gotta do art
Avatar
I feel more lazy coding tbh
Avatar
I just wanna put in the name of thing and have a version that works, and yeah I know that I can't always have that, but specifying a version immediately feels illegal
Avatar
we are not the same
Avatar
probably why i hate myself
Avatar
insert meme here
06:50
Avatar
Avatar
risu
I just wanna put in the name of thing and have a version that works, and yeah I know that I can't always have that, but specifying a version immediately feels illegal
it should feel illegal
06:51
come to gentoo
06:51
land of true linuxers
06:51
they know what they doing (they dont)
Avatar
ok but arch lets me be so lazy
Avatar
im lazy af
06:51
i used arch before
06:51
gentoo better
06:52
emerge is just way better
06:52
the repo system in gentoo is better
Avatar
I've only tried gentoo on a VM for a little bit
06:52
it wasn't too bad
Avatar
its true if ur weak and have a weak pc maybe its not as fun
Avatar
I didn't play around with it for long enough to learn that much
Avatar
but thats a skill issue
06:53
i compile llvm/firefox in 5 minutes, we are not the same (edited)
Avatar
morning ryo is not the fun ryo
Avatar
whyy
06:53
Avatar
but even in that short time I started feeling that obligation to optimize all my build options, get rid of every USE flag that I don't need
Avatar
when i am fun tho
06:53
i didnt know im fun
06:53
owo
Avatar
i kid
Avatar
morning is when i feel like coding most
06:54
im a morning person
Avatar
and I kinda don't want to put myself into that mindset on my lazily maintained main system
Avatar
its 7:53
06:54
but i woke up 30 mins ago
06:54
just had to take a long shit justatest
Avatar
Avatar
TsPiggy
i kid
no kids here
06:54
we use haskell, language of adults and responsible ppl
06:55
(ocaml best)
Avatar
Avatar
risu
but even in that short time I started feeling that obligation to optimize all my build options, get rid of every USE flag that I don't need
nobody makes u do that, but ur inner perfectionist self tells u to do it
06:55
thats why gentoo makes u strive for perfection
06:56
but usually only sensisble use flags are enabled by default
06:56
more often than not u need to enable more use flags than disable
Avatar
Oh btw what I installed on that VM was the clang musl version of Gentoo
Avatar
wait, can I nix develop in nix develop
Avatar
gentoo on a vm is bound to be awful imho xd
Avatar
I just played around with it for fun, I didn't use it for anything
06:58
No comments on my anti-GNU system?
Avatar
nein
07:02
Lix is an independent variant of the Nix package manager, developed by a team of open-source volunteers, and maintained by and for a passionate community of users.
07:02
aparently nixos packages is using lyx a fork
07:03
This was introduced without any linked discussion/explanation, so let's document it now. I asked about the reason on Matrix and was told the answer by @K900. Though I'm leaving this...
07:03
seems sensible
Avatar
the cult is growing
Avatar
someday ill make a emerge in rust
Avatar
can you make me a boyfriend in rust
07:07
i need it
Avatar
Avatar
TsPiggy
can i nix develop multiple flakes or do i just write one for rust + clang + node + pnpm
You just squash them into one
Avatar
Avatar
Ryozuki
I don't like it yet
Avatar
Avatar
meloƞ
You just squash them into one
i just tried it, i can just nix develop in nix develop
07:18
08:19
onlyoffice can't see nixos's font
Avatar
Worming
Avatar
epic
08:54
os update broke my mouse
Avatar
physically?
08:55
it came with a hammer and broke it?!
Avatar
ok it broke powerplay
09:01
system doesn't detect it anymore
Avatar
@meloƞ justatest
justatest 1
Avatar
catJAMnow melon will tell me why this is wack
Avatar
where does that impure come from
10:10
help
Avatar
nix develop just set $IN_NIX_SHELL to impure by default i think?
Avatar
ah - yeah i mean makes sense
10:11
in terms of rust/node - imagine every dep were managed by nix
Avatar
it was two flake.nix, nid is a helper that i made to just run, nix develop ./rust -c nix develop ./node -c zsh
10:13
so i can write multiple different environments and just fucking mash them together instead of having to write one for each project that deal with multiple lang/env
KEKW 1
10:14
at least nix develop inside nix develop seem to work fine
10:16
now where is gtk
10:16
oh it's just gtk3.dev
Avatar
man i just wish cargo can just tell me every package it needs to link
kek 1
Avatar
way to easy
Avatar
why am i doing it one by one
10:17
does it really not able do that?
Avatar
eh - cargo build -v
10:18
theres also cargo2nix or crate2nix
Avatar
wdym there is cargo2nix lmao
KEKW 1
Avatar
Granular builds of Rust projects for Nix. Contribute to cargo2nix/cargo2nix development by creating an account on GitHub.
Avatar
ok GOAT builds now. only took me like 6 hours
Avatar
annnd, ofc it shows only a blank window for me
10:24
even in browser?
Avatar
browser works fine
10:24
the tauri window is blank (edited)
justatest 1
10:25
idk
10:25
:c
10:25
can i just work in browser
Avatar
yeah you can
10:25
but its still odd
Avatar
imagine i didn't have a webview somehow
justatest 1
10:26
this looks like webview tho
Avatar
hnummmmmmmmmmmmm
10:26
refresh has no effect by chance? kekw
Avatar
oh wait, i can select the text box
justatest 1
10:27
the button works, i just can't see anything
10:27
Inspect Element also shows nothing
Avatar
thats super weird
10:27
but hey if the browser works...
Avatar
Avatar
TsPiggy
this looks like webview tho
yeah sorry i broke your thing
10:28
this fixed it
10:29
10:29
love reddit (edited)
Avatar
Avatar
TsPiggy
Click to see attachment 🖼️
hot
10:30
ok i slowly need to get ready to harass my work
10:30
i yoinked a caliper on accident and my co-worker cant do shit rn
10:30
kekw
Avatar
Hello, I simply followed the prerequisites on the tauri website: Prerequisites | Tauri and after using the create-tauri-app, than using npm install and npm run tauri dev, the app is not being displayed correctly native. Everything works fine in the web browser. nix-shell: let pkgs = import { }; in pkgs.mkShell { nativeBuildInputs = with pkg...
10:30
Dec 2024
10:30
this is new
10:31
glad someone figured it out
Avatar
i love linux
10:32
it just doesn't work
Avatar
ғᴜʀᴋɪɴ.ꁴ 2025-02-13 10:38
Huh
Avatar
Avatar
ғᴜʀᴋɪɴ.ꁴ
Huh
same
Avatar
i want to play video games
Avatar
go play then!
Avatar
is this cursed
11:48
it is
Avatar
Avatar
TsPiggy
it is
oh..god.
11:50
if I ever need to work on a project that needs 5 different dev environment it is a whole other problem
11:53
flake inception
justatest 1
Avatar
ENCAPSULATION HAS GONE TOO FAR
Avatar
Avatar
TsPiggy
flake inception
may allah guide you
Avatar
i do like how it works currently. if I need bun i just nid bun
11:58
catbite
Avatar
nix-env -i bun
11:58
monkalaugh
11:58
jk jk jk jk jk jk pls dont
Avatar
i already know nix-env is evil
Avatar
didn't have thunderbird open
12:00
done
Avatar
push access oof. the responsibility
12:02
i'll setup tailwind tomorrow. i nid to play some games
Avatar
same - i'll binge some anime first
12:02
after that i may look into that damn button logic
Avatar
Avatar
meloƞ
same - i'll binge some anime first
Where?
Avatar
Avatar
Overlord
Where?
crunchyroll
13:08
currently watching shangri-la frontier
13:08
pretty fun
Avatar
Avatar
meloƞ
crunchyroll
disgusting
13:13
I didn't raise no crunchyroll enjoyer
Avatar
agreed
13:14
you should be a cool pirate
Avatar
Avatar
risu
you should be a cool pirate
13:15
i would never pirate stuff like
13:15
wtf?
13:15
nonono...
Avatar
Avatar
meloƞ
Click to see attachment 🖼️
this shows nothing
13:17
what if U're just peer to peer transfer enjoyer?
13:17
and that VPN is to access german IPTV that You pay for while on vacation
Avatar
take everything
13:17
give nothing back
13:17
imagine seeding
Avatar
I for one very rarely use torrents for illegal things
Avatar
couldntbeme
Avatar
(for some reason polish HBO/Canal+ doesnt allow connections outside country even if its ur acc)
Avatar
Avatar
meloƞ
imagine seeding
god i remember my sister seeded some unknown shit for 2 years
13:18
like what the fuck
Avatar
Avatar
Overlord
god i remember my sister seeded some unknown shit for 2 years
a friend of mine fucked himself up, had to pay 2.5K€
13:18
because he set his proxy up wrong
Avatar
Avatar
risu
I for one very rarely use torrents for illegal things
so U admit to use it for illegal things
Avatar
Avatar
meloƞ
Click to see attachment 🖼️
Downloading is illegal but streaming isn't ;)
Avatar
Avatar
meloƞ
a friend of mine fucked himself up, had to pay 2.5K€
always heard stories of people paying fines, never met one
Avatar
Avatar
Overlord
always heard stories of people paying fines, never met one
well most companys just go for the fucktards who dont even use a VPN
Avatar
do cats have 7 lives or 9?
Avatar
because its the easiest way to get money for em
Avatar
Avatar
meloƞ
well most companys just go for the fucktards who dont even use a VPN
mama raised no quitter i dont use VPN
Avatar
Avatar
Overlord
mama raised no quitter i dont use VPN
monkalaugh
Avatar
like Im supposed to pay extra 5€?
13:19
sick
Avatar
Avatar
risu
Click to see attachment 🖼️
are U META worker?
KEKW 1
13:20
Freshly unsealed court documents reveal that Meta downloaded significant amounts of data from shadow libraries through Anna's Archive.
Avatar
jeez 100 gigs in the last two weeks was unexpected
Avatar
i have 1.2TB uploaded
13:20
82gb downloaded
13:21
dab1dab2dab3
Avatar
Most of that ratio is from the most recent thing I've torrented which is all of Muumilaakson Tarinoita a.k.a. Tanoshii Muumin Ikka
Avatar
Avatar
meloƞ
Click to see attachment 🖼️
this is false, it was proven many times that piracy actually boosts sales
Avatar
Avatar
risu
Most of that ratio is from the most recent thing I've torrented which is all of Muumilaakson Tarinoita a.k.a. Tanoshii Muumin Ikka
bro this trademark is strong
13:22
and U are in finland
Avatar
actually really great version too, it's a fan "remaster" with both JP and Finnish voice and Finnish and English subtitles
Avatar
#1 rule of downloading... never download in the country of origin
stepfunnsus 1
Avatar
Well technically it was animated in Japan...
Avatar
wait its not finnish?!
13:23
@meloƞ I never downlaoded anything in my life
13:23
even the ddnet client i wrote myself
13:23
same for steam
13:23
I first coded it in notepad, but befrore that i had to code operating system
Avatar
based
Avatar
my real name is Terry A. Davis
Avatar
did you manufacture your own cpu aswell?
Avatar
Avatar
meloƞ
did you manufacture your own cpu aswell?
why would I? so 3 letter agencies get interested in me?!
Avatar
Avatar
Overlord
my real name is Terry A. Davis
YOO THATS THIS HOLY OS DUDE RIGHT???
13:24
i read about it - dude was a fucking genius
Avatar
yes it's sparrow OS dude
13:24
then templeOS
13:24
well, he danced like a movie star
13:24
and even when he was insane and homeless, he was very coherent
13:24
I think depression got him on those train tracks not glowies
Avatar
Avatar
Overlord
wait its not finnish?!
The source material is and this is the better old 90s Finnish dub so it's like the most classic version
Avatar
Avatar
risu
The source material is and this is the better old 90s Finnish dub so it's like the most classic version
reported to the finnish authorities
13:26
13:26
looks nice doesnt it?
13:27
currently avaliable for 7200 euro but price will prolly rise up
13:27
i cannot understand collectors of in game items. yes it's impossible to get more of them
13:27
yes... it gives.... nothing over other items.
Avatar
Avatar
meloƞ
Click to see attachment 🖼️
surfshark is too hard to cancel
13:28
doesn't work in china too
Avatar
i have a yearly plan
13:29
i leech off a friend
13:29
so i dont really mind lmao
Avatar
Avatar
meloƞ
so i dont really mind lmao
wow. now i know with whom not to share!
Avatar
i just raw dog torrent
13:29
cuz all my proxy bans torrenting
13:29
💀
Avatar
Avatar
TsPiggy
i just raw dog torrent
gigachad
Avatar
Avatar
Overlord
currently avaliable for 7200 euro but price will prolly rise up
is that osrs
Avatar
Avatar
TsPiggy
cuz all my proxy bans torrenting
make ur own maybe
13:31
🤔
Avatar
that's jail time
Avatar
what
13:32
no way fr?
Avatar
Avatar
TsPiggy
i just raw dog torrent
gigachad
13:33
me too
13:33
but then again I don't torrent any popular stuff that I shouldn't
Avatar
Avatar
Tsumugi
no way fr?
if they catch me hosting one ye
13:33
that's more illegal than just using one from someone else
Avatar
like the reason I got the moomins like this is that I couldn't find such a complete version with both Finnish voice and subtitles anywhere else
Avatar
Avatar
Tsumugi
is that osrs
no
Avatar
I'd probably have to find some DVD or whatever
Avatar
Avatar
Overlord
no
i dont know any other game that has such a bad grafix and items values in real mony
Avatar
Avatar
TsPiggy
that's more illegal than just using one from someone else
well ask ur friend to give u host
Avatar
weird take but ok
Avatar
MF
13:35
DID U JUST SAY IT'S BAD GRAPHICS?
Avatar
Avatar
Overlord
DID U JUST SAY IT'S BAD GRAPHICS?
well i meant old pixel art style
Avatar
another thing that I've spent a fair bit bandwidth on was osu! maps back in the day
Avatar
Avatar
TsPiggy
that's more illegal than just using one from someone else
what is the punishment for using somone elses?
Avatar
there are some really nice packs made by a certain person that allow you to get every ranked map released during a given year
Avatar
Avatar
Overlord
what is the punishment for using somone elses?
idk
Avatar
it's the best way to get maps in bulk
Avatar
Avatar
Overlord
what is the punishment for using somone elses?
as u can see hes not in jail rn
Avatar
back then I was actually storage limited on how many circle click maps I could get
Avatar
Avatar
Tsumugi
as u can see hes not in jail rn
how can U be so sure? maybe he's in jail and forced to work on open source software?
13:37
and all that trip to japan, was falsified?
Avatar
i know a guy in my province got his earn totaling 1mil cny confiscated for using a proxy to code for clients on github. (edited)
Avatar
Avatar
Overlord
how can U be so sure? maybe he's in jail and forced to work on open source software?
😭
13:37
🔥
Avatar
Avatar
TsPiggy
i know a guy in my province got his earn totaling 1mil cny confiscated for using a proxy to code for clients on github. (edited)
💀
Avatar
now I'm not but I also don't play as much so I just pick and choose individually having learned to sift through graveyarded maps is also a part of that, won't find any of those in the ranked map packs
Avatar
Avatar
TsPiggy
i know a guy in my province got his earn totaling 1mil cny confiscated for using a proxy to code for clients on github. (edited)
maybe it has more to do with not paying proper tax?
Avatar
he paid tax
Avatar
oh not much
Avatar
he paid tax or proper tax?
Avatar
I wanted to say Chanco guy got stupid from CRT radiation, but who knows
Avatar
well it is cny from other currency so it is tracked and you will just need to pay it as soon as you pay other stuff like social insurance (edited)
Avatar
Avatar
TsPiggy
well it is cny from other currency so it is tracked and you will just need to pay it as soon as you pay other stuff like social insurance (edited)
that's why the guy should ahve bought this
13:39
Avatar
Avatar
Overlord
I wanted to say Chanco guy got stupid from CRT radiation, but who knows
what radiation are we talking about
Avatar
Avatar
Tsumugi
what radiation are we talking about
U will learn at school that everything has radiation, even Ur human body!
Avatar
i know that
Avatar
@TsPiggy wait, is it why people actually pay 7200 EUR for in game items like this?
Avatar
is my humon body radiation getting me stupid by any chance
Avatar
they keep it in rare items because IRS wont get them?
Avatar
somehow
Avatar
(btw the estimated price of that item is 15-20k €)
Avatar
isn't IRS a US dept
Avatar
it is
13:41
but how am i supposed to know TAX entity for every countrY?
13:41
im already americanized enough to just substitute IRS in place of Tax entity
Avatar
I'm being a fake Finn by watching the Moomins in Japanese
13:45
I actually didn't originally download it for myself, I was checking the audio and subtitle tracks for someone else
13:46
but when I saw the Japanese audio track and listened to it from curiosity and found that I could actually understand it
13:46
I felt that it'd probably be good to watch the rest
13:47
XDDD what is this
Avatar
I'm on episode 6 of like 140 lol
Avatar
Avatar
risu
but when I saw the Japanese audio track and listened to it from curiosity and found that I could actually understand it
well, I can only understand spoken japanese, when it's accompanied by spanish subtitles
13:48
the real OGs know...
Avatar
I know the real learning material is Japanese voice with Japanese subtitles, but like, you expect me to know how to read?!
Avatar
no, it's spanish subtitles
13:50
and rest U understand by intonation!
13:50
(btw this only works if U dont know any spanish)
Avatar
Accelerated learning experience!
13:51
Is unsubtitled a workable substitute?
Avatar
no, it sadly doesnt work
13:51
I tried it, and i just get confused
13:51
suddenly kekkou turns into kekkon
13:53
anyway if i ever get to learning more japanese
13:53
I plan to watch gintama, translators did wonderful job over the years
13:53
but who knows maybe in original its even better?
15:05
look at how big my puppies now
15:06
theyre Pipa and Tima
15:07
(2 weeks ago)
Avatar
hey i remember that one pic
15:09
made me count your beard hairs
💀 1
15:09
cute doggos tho
Avatar
♂S1mple♂ 2025-02-13 15:21
why they are sleeping on all pics
Avatar
sleeping time
15:33
for me
15:37
god damn it i forgot to play zzz
Avatar
Avatar
meloƞ
made me count your beard hairs
How many then
Avatar
Avatar
♂S1mple♂
why they are sleeping on all pics
Bro, can 2 week old pupies see yet?
Avatar
Avatar
TsPiggy
god damn it i forgot to play zzz
Slave away the daily
Avatar
Avatar
Overlord
Bro, can 2 week old pupies see yet?
♂S1mple♂ 2025-02-13 15:46
first couple photos were taken 2 weeks ago
15:47
so i'd assume they were born some time before that already (edited)
Avatar
Avatar
♂S1mple♂
so i'd assume they were born some time before that already (edited)
define some time, might hve been hours!
Avatar
♂S1mple♂ 2025-02-13 15:57
idk i just assumed
15:58
google says puppies start seeing in 2 weeks
Avatar
Avatar
Overlord
Bro, can 2 week old pupies see yet?
yes they can
16:01
they literally start seeing at exactly 14 days lol
16:03
but on first pics they are 3 weeks and on those (2 weeks ago) ones they are oddly enough 1 week old
16:04
they sleep cuz they smol
16:04
they start freaking around at 1 month usually
Avatar
no way they do cocaine at 1 month old
Avatar
bru
Avatar
Avatar
meloƞ
made me count your beard hairs
i wanna get dwarves beard (edited)
16:05
but it wont grow
16:05
and i dont wanna use any chemical shit
16:05
unfortunately i wont become a dwarf
16:10
is this relatable to u
16:11
danceplsOrinDancedogdancecendre3DancecatdanceblobDancerobloxdancereisendanceparrotdancemikudance🕺SmugDanceSuikaDanceTriDanceYoumuDanceOrinDanceOkuuDanceAwooOkuuDanceMomijiDanceKoishiDance2KoishiDanceEssexLemonDanceCirnoDanceKonataDanceDancebear_dancejake_dance (edited)
16:12
well its not about song
16:12
its about lyrics
16:15
Avatar
i wonder whats bro dreaming about
18:18
whats wrong with discord
nouis 2
Avatar
he smells some tasty af food
Avatar
the only food he could possibly smell is mamas milk
18:30
Avatar
he probably smells some yummy mcdonalds
Avatar
I love it except for the 22% increased armour pepeW
Avatar
Avatar
Learath2
I love it except for the 22% increased armour pepeW
imagine needing resistences?
18:40
noob
Avatar
Avatar
Learath2
I love it except for the 22% increased armour pepeW
Jupstar ✪ 2025-02-13 18:40
what kind of rpg you play? baldurs gate ?
Avatar
just dont get hit
18:40
smh
Avatar
Avatar
Jupstar ✪
what kind of rpg you play? baldurs gate ?
path of exile 2 you uncultured swine!
Avatar
Avatar
meloƞ
path of exile 2 you uncultured swine!
Jupstar ✪ 2025-02-13 18:41
the graphics look so 1995
18:41
so i thought it's a very old one xD
Avatar
Avatar
meloƞ
imagine needing resistences?
I still did not figure out what I want to do for survivability for my build
Avatar
Avatar
Learath2
I still did not figure out what I want to do for survivability for my build
what are you playing again?
Avatar
just buy acc like elonu masoku
Avatar
Avatar
Tsumugi
just buy acc like elonu masoku
nono he frfr grinded that himself
18:42
ignore that he didnt know core mechanics
Avatar
I need to decide whether I want to triple down on eva and go for acrobatics or pivot into ES and go for chaos inoculation and stuff
Avatar
Avatar
meloƞ
what are you playing again?
Pathfinder I just distribute poison everywhere
Avatar
what are these words
Avatar
Avatar
Tsumugi
what are these words
hey let the nerds talk
Avatar
talk
Avatar
Avatar
Learath2
I need to decide whether I want to triple down on eva and go for acrobatics or pivot into ES and go for chaos inoculation and stuff
chaos inoculation is a HUGE investment
Avatar
Avatar
meloƞ
chaos inoculation is a HUGE investment
as in passive points? I'm fairly close by on the tree (edited)
Avatar
no as in - 1HP...
Avatar
Ah, yeah I need to stack looots of ES for it
18:44
I was also thinking Eternal Youth to go with it
Avatar
iirc CI has chaos immunity (i'm tripping from poe, poe2 only has poison and bleeding) (edited)
Avatar
Chaos resist is hard to acquire. I'm guessing that's why CI might be worth
Avatar
well if you go full into ES i could see it being worth it
18:47
i remember using a similar build with righteous fire (my beloved) in poe
18:47
it was so stupid - just running through maps full speed with everything just dying
Avatar
On the other end I can go for acrobatics but for that I need to stack an insane amount of EVA. Then I can't really sneak in any ES anywhere
18:48
So any fail to evade I'd just die. So idk about that 😄
Avatar
how much eva you got on your chestplate atm
18:48
path of exile had stuff like this
18:48
18:49
monkalaugh
Avatar
Avatar
Jupstar ✪
the graphics look so 1995
still better than TYPE A and TYPE B
Avatar
Avatar
meloƞ
Click to see attachment 🖼️
I wonder how this would interact with Chaos Innoculation 😄
kek 1
18:49
You are permanently on full life (edited)
Avatar
CI counts as being full health IIRC
18:49
yea
Avatar
Avatar
meloƞ
how much eva you got on your chestplate atm
Not much, 348. I was holding off on an upgrade because I couldn't decide what sort of surviveability I want
Avatar
fair (edited)
18:52
well i think evasion could go hard
18:52
i think CI takes a lot of gear customization for you to tickle out all benefits
18:52
like going for the switch without much thought may just fuck you up
Avatar
I guess there is a 3rd option too. I can just not go for any of these extreme keystones and work in more ES into my build for some extra survival
Avatar
Avatar
meloƞ
like going for the switch without much thought may just fuck you up
Yeah. I guess to make it work i'd need to plan it out and find all the required gear first
Avatar
Avatar
Learath2
I guess there is a 3rd option too. I can just not go for any of these extreme keystones and work in more ES into my build for some extra survival
i think pob is up
18:54
you could play around with it
18:54
and see what the stats say
Avatar
is poe 2 end game nice yet
Avatar
Avatar
Ryozuki
is poe 2 end game nice yet
I didn't get to play the end game yet 😄
Avatar
@wweexhhiilll что мешает тебе поставить эти блоки в том месте где нужно чтобы не хукалось?
Avatar
Avatar
Gazebr
@wweexhhiilll что мешает тебе поставить эти блоки в том месте где нужно чтобы не хукалось?
wweexhhiilll 2025-02-13 21:48
ты рус?
Avatar
Да
Avatar
wweexhhiilll 2025-02-13 21:48
21:48
короче мне так нужно примерео
21:48
за одни я мог хукаттся за другие нет
21:49
только я не умею так делать
Avatar
Ну это же не тот блок на который я указал)
Avatar
wweexhhiilll 2025-02-13 21:49
ну типа даже если представить что там будет стоять тот мне все равно так надо
21:49
что бы за коричневинькие блоки я мог хукаться а за во эти зеленые нет ток я так не умею
Avatar
Ну я и говорю не те блоки
21:50
Те блоки что ты поставил дают и забирают бесконечный хук
21:50
Тебе нужно поставить тот блок который я стрелочкой указал, и не рядом а внутри дизайна
Avatar
wweexhhiilll 2025-02-13 21:50
Да я просто поставил как пример не те не те не пригодятся потому что они делает неюзабельный хук вообще на все блоки до момента как тебе снимет этот эффект
Avatar
Avatar
Gazebr
Тебе нужно поставить тот блок который я стрелочкой указал, и не рядом а внутри дизайна
wweexhhiilll 2025-02-13 21:51
да мне вщ не нужен тот блок который ты стрелочкой указал мне надо что бы с помощью какого то триггера нельзя было зацепиться за определенный блок но я не могу эффект потому что мне одновременно надо блок за который можно зацепиться и за который нельзя
Avatar
Если тебе нужно чтобы за блок то можно было цепляться то нельзя то такого не существует, да и к тому же как бы ты это в дизайне показал
21:53
Либо я не понял
Avatar
wweexhhiilll 2025-02-13 21:53
да я ж на куча картах видел где нельзя типа зацепляться за определнный блок
21:54
щас скину
21:54
подожди
21:55
видишь вот есть такой блок я же не могу за него цепляться а за белый могу
Avatar
Ну я говорю я указал на нужный блок стрелочкой
Avatar
wweexhhiilll 2025-02-13 21:56
той которой ты на фотке показал? я не понял просто
Avatar
Вот стыбзил скрин из маппинга потому что на телефоне щас: ту ничего не хукается кроме одного блока на потолке
Avatar
wweexhhiilll 2025-02-13 21:57
скинь как она выглядит
21:57
ща попробую
21:59
о боже спасибо тебе добрый человек
Avatar
Нез, только зачем писать что это не тот блок когда ты даж не пробовал его ставить kek
Avatar
Avatar
wweexhhiilll
видишь вот есть такой блок я же не могу за него цепляться а за белый могу
Кстати если ты ещё чёт увидишь на картах что захочешь узнать как делается то находясь на этой карте можно открыть редактор -> Load Current Map и у тебя в редакторе откроется текущая карта (только свою сначала сохрани)
Avatar
Avatar
Gazebr
Нез, только зачем писать что это не тот блок когда ты даж не пробовал его ставить kek
wweexhhiilll 2025-02-13 22:01
я думал он работает только тогда когда колобок становится типо в него и он потом не может тупо все блоки трогать
Avatar
Avatar
Gazebr
Кстати если ты ещё чёт увидишь на картах что захочешь узнать как делается то находясь на этой карте можно открыть редактор -> Load Current Map и у тебя в редакторе откроется текущая карта (только свою сначала сохрани)
wweexhhiilll 2025-02-13 22:01
я знаю
Avatar
wweexhhiilll 2025-02-13 22:09
22:09
@Gazebr помоги пожалуйста
22:09
посмотри видео
Avatar
Avatar
wweexhhiilll
Click to see attachment 🖼️
Во первых у тебя режим без текстур включен, так что телепорты поэтому и видны такими
Avatar
wweexhhiilll 2025-02-13 22:14
Эт как
Avatar
Ну ты же видишь что ты траву поставил тоже а блокт у тебя серые
22:15
Ты без текстур играешь, все карты на одно лицо
22:15
По дефолту переключается на PgUp
Avatar
wweexhhiilll 2025-02-13 22:16
а как их включить
Avatar
Но если даже с текстурами не видно то возможно ты поставил эту группу блоков HD и тогда если у тебя высокая детализация в настройках выключена то они не будут видны
❤️ 1
22:19
Лан я спать
Exported 487 message(s)
Timezone: UTC+0