if you had made the mod as a patcher that modifies the assembly-csharp.dll file it would not make you run into any copyright issues, since only your code has to be included, and the rest gets patched in
that's a lot harder to do than modifying the assembly directly (you have to write in IL for a patcher) harmony would be a lot easier (i.e. BepInEx plugin), runtime patching with prefixes and such allows you to actually write your mod in C#
@@gamersunite9026 you can use dnSpy, but then you run into the same copyright issues in that you have to redistribute the entire assembly, and it's very hard to maintain because it won't keep your source code, only relying on an (outdated!) decompilation engine to actually decompile and view your code again it's very inconvenient, not just because it's hard to maintain, but also because every time you decompile anything, it likes to throw in a useless "using System;" which causes ambiguity for the "Object" class when using unity i know from experience, it's way easier to just decompile the entire assembly, modify with a proper editor (as seen in the video) and then recompile, keeping your source code and recompiling from that, and not decompiling for each edit also, Reflexil i believe allows you to edit assemblies as C#, and they have an ILSpy plugin
if you plan to still work on this you should make it so you can drag objects even if you have a gun equipped since you can’t do that in the demo (nice work btw!)
niice this is cool. I didnt think that you can literally just yoink the script in the game folder and do stuff with it might have to have some fun myself. Have a good one.
better way to mod it would be by using the bepinex mod loader, works with pretty much any unity game and should work with karlson lets you patch parts of the code at runtime rather then modifying the base .dll's of the game
its called assetripper, its a utinyripper fork that basically exports every given file into a unity project. keep in mind that the scripts either extract incorrectly or they dont extract at all because a code exporter that works well hasnt been found yet
You can use MelonLoader and code the mod as a standalone dll. Then you just need to download the Game, install MelonLoader on it and put the mod into a certain folder.
Dani should Make this official bc if you beat karlson & beat it without taking damage, killing every enemy, & complete every level Within idk 3 to 5 minutes you unlock a cheat menu by pressing “alt+F4” whoops wrong combo I just meant F4. (:
Please talk to Dani about releasing the modded version or the code i want to know how to make the weapons with bullet travel and that works with the other code from his tutorials
very nice, also sick editing
Holy crap thank you so much Dani big inspiration :D
i didnt expect you here xd
Crap holy
😎epik Gamer
I swear you always comment on the karlson videos wich is great! remeber stay calm and drink milk
I love how everyone that touches Karlson just becomes Dani
He is secretly a virus being pass from one dev to another.
Dani's intelligence isn't a virus, but it sure is spreading like one
And the only cure is *MILK*
@@FinnishCrystal Dani drinks many milk and he hates orange juice, you need *Gulp* Orarge j-juice
@@iamshane4960 Y-you HERETIC
I guess I'm uploading every month now hit the bell if you want to get notified!
How did you decompile this?????, Also great vid.
I used a tool, there are many .net decompilers out there!
3rd
i wnna donwlodit sorry foengrisits2nd languaje
bejamigas 1 wut?
in b4 Dani
OMG Jabrils it's really you! Your videos got me into game developing!
@@TriggerlyDev milk
well thats not somthing you see everyday in the comments of a channel with around 200 subs
@@RAMDER007RED that really changed in only two months
"if you don't know what Karlson is"
my mind was prepared for earrape but there wasn't any
luckily
IF yOU DonT KNow wHAT kARLEson is!??...........
Disappointing
3 things in gaming that will never happen:
Half-life 3
Among us 2
Dani updating the demo of karlson
Among us 2 is going to release
geometry dash 2.2
I love the Thing with Half-Life 3 and Karlson 3D (the demo)
What about Karlson Steam version not being released?
Lamo
This is super well edited. Underrated channel haha! Really liked this video. Also your 200th sub :)
Alternative title: Dani still hasn't finished Karlson so I did it for him
Bruh i hope you grow as fast as dani, Nice vid (damm i remember watching dani since his first vid)
bro, what a good quality of a video, nice work
This was really good
I see the similar editing style and I love it
It's like there's 2 Dani's but slightly different
I subbed
Imagine dani adding a gamemod where the milk becomes hostage and you must protect it from robots and guide it home while it follows you ;)
that’s a good idea actually
This is more needed than needed
This channel has some potential, also you know what you have to mod next :)
*muck* (i just realised im way too late)
Ragdolls in Garry's Mod when you spawn it in the ground: 3:59
severly underrated, goodluck on the journey!
Wow TriggerlyDev Very cool!
Its such a funny non toxic community, I love it and I love this video man
Non toxic to ppl who isn't a part of orange juice gang*
Me: Mum can we have Dani?
Mum: We have Dani at home
The Dani at home:
SHUT SHUT SHUT
Both. Both are good
You're like the ultimate Dani fan. Your editing and speech is very much alike his videos.
good job my fella dev
I think you have a good chance in becoming a big channel like dani's
Dani:oh so you don’t know what karlson is karlson is my- **loud noises**
1:46 GAS GAS GAS STEP ON THE GAS
if you had made the mod as a patcher that modifies the assembly-csharp.dll file it would not make you run into any copyright issues, since only your code has to be included, and the rest gets patched in
that's a lot harder to do than modifying the assembly directly (you have to write in IL for a patcher)
harmony would be a lot easier (i.e. BepInEx plugin), runtime patching with prefixes and such allows you to actually write your mod in C#
@@sodiboo cant you just use dnspy? like i know its a dying and outdated program but at least it can edit the code unlike ilspy
@@gamersunite9026 you can use dnSpy, but then you run into the same copyright issues in that you have to redistribute the entire assembly, and it's very hard to maintain because it won't keep your source code, only relying on an (outdated!) decompilation engine to actually decompile and view your code again
it's very inconvenient, not just because it's hard to maintain, but also because every time you decompile anything, it likes to throw in a useless "using System;" which causes ambiguity for the "Object" class when using unity
i know from experience, it's way easier to just decompile the entire assembly, modify with a proper editor (as seen in the video) and then recompile, keeping your source code and recompiling from that, and not decompiling for each edit
also, Reflexil i believe allows you to edit assemblies as C#, and they have an ILSpy plugin
loving this channel
Ah yes, Dani content not being Dani :)
Finally something to watch :)
nice modding and editing skills I'm gonna fallow you and keep an eye here :)
The karson vibe is hitting me hard
Thank you for inspiring me to make my own games😊
1:52 dani's dilema giant and T H I C K
in soviet-Karlson, you don't get milk, milk get you.
you need to make a tutorial on how to do that
Underrated
Cannot wait carlson be number 1 spot and dani realease
DANI MUST SEE THIS
You should speedrun Karlson
:0 great idea
I wish this guy got 2 mil sub cuz he made a video about dani's game
I love how the milk just floats towards you
did i see less then a second of phantome forces aiming down a tunnel on metro
GET TO HIGH GROUND, THE LAVA'S RISING
Oh you don’t know what karlson is? *DEMON NOISES INTENSIFY*
if you plan to still work on this you should make it so you can drag objects even if you have a gun equipped since you can’t do that in the demo
(nice work btw!)
nice idea!
Your so under rated
When i watched this i didnt relise you have under 1k subs
you could add homing missiles, how?
same bullet script but change the rotation with a look at function to the player
I looked at this video to find the lava script
Lmao just realized my game shows up 2 min in hahaha
2:52 omg it's Dani!
Looks sick I need to learn to mod games.
just use dnspy you can adjust the code with it
Yeah wishlist Karlson on steam
for those curious the program is dnSpy
whats the song that starts at 2:49 (i know it doesnt start there i just reconized it from there)
Listen To It Again...
niice this is cool. I didnt think that you can literally just yoink the script in the game folder and do stuff with it
might have to have some fun myself. Have a good one.
1:45 Me Just Walking After Milk:
Wow that was really cool
Wow, that was really cool
better way to mod it would be by using the bepinex mod loader, works with pretty much any unity game and should work with karlson
lets you patch parts of the code at runtime rather then modifying the base .dll's of the game
Melonloader is better
we have the lost brother of dani here
sick vid dude
i bow down to this man.
when he said you dont know what karlson is? me:*chuckles* i,m in danger
Just fyi some unity games can actually be reverse engineered into a unity project :) I haven't tested this with karlson but I assume it would work
how? im interested now.
its called assetripper, its a utinyripper fork that basically exports every given file into a unity project. keep in mind that the scripts either extract incorrectly or they dont extract at all because a code exporter that works well hasnt been found yet
Every video that talks about dani in the chat i se dani
OH MY GOD I WAITED FOR THIS LIKE 1 YEAR
Magnified guards
Make the weapons thicc
i am still waiting for a grabbing objects tutorial from dani, or maybe even you
E - markipliEr bEcausE do not quEstion mE
3:38 music?
the music has no name, it's just called KARLSON Trailer OST
wait hol' up thats a deagle .44 aiming at escalator toward one of the spawn in metro from Lego shooting game phantom forces
wow that was really cool wow that was really cool
god this video is so good
Oh You Dont Know Carlson , Well ItS JuSt ThE GaMe ThAt I WoRk * volume blurs Rapidly*
karlsonvibe hits diff doe
Bro new sub
wow that was really good
Well here is left only one guestion. How u mod unity games
In Mother Russia, you don’t get milk, milk get you.
You can use uTinyRipper to acces the editor. Im working on a polished source project and source code with multiplayer
Dani's game Karlson 3d (the steam game) hasn't been updated for 2 years, so I took it upon myself to mod the game and add what i wanted!
bro i swear to god bro, i also did not know you could drag objects and remember it at all
THE MAN, THE MYTH, THE LEGEND
hopefully this video will inspire Dani to update Karlson
1:04 Roblox player : wow is that phantom forces ?
0:00 [ K A R L S O N V I B E]!!!
0:11 Oh you don't know what Karlson is?
You deserve a Milk gamer
milk yes
YOU DON'T KNOW WHAT KARLSON IS? KARLSON is abo...
i kinda wanna try this modded version
Mayby a mod that makes each level have ORANJE JUICE chase you
You can use MelonLoader and code the mod as a standalone dll. Then you just need to download the Game, install MelonLoader on it and put the mod into a certain folder.
download? aw, no download :c
Might add a download link when I get permission :)
@@TriggerlyDev DOWNLOAD! :D
@@Victinitotodilepro Where?!
Dani should Make this official bc if you beat karlson & beat it without taking damage, killing every enemy, & complete every level Within idk 3 to 5 minutes you unlock a cheat menu by pressing “alt+F4” whoops wrong combo I just meant F4. (:
Please talk to Dani about releasing the modded version or the code i want to know how to make the weapons with bullet travel and that works with the other code from his tutorials
0:44 hacking karlson lol
I think a Blue guy with glasses will smash you
How did you do that?
you a walmart budget version of Dani. And u just basically use his humor
Good idea.
he is almost like the real Dani with those T H I C C jokes
1:04 is that phantom forces
Awesome