[Switch] How To Set Up & Use NoExes

แชร์
ฝัง
  • เผยแพร่เมื่อ 7 ม.ค. 2025

ความคิดเห็น • 51

  • @ItzLLaggyYT
    @ItzLLaggyYT 8 หลายเดือนก่อน +1

    Is there a new version? It says unable to connect and i did the exact same things.

  • @yawshi9896
    @yawshi9896 4 ปีที่แล้ว +2

    Awesome tutorial

  • @Brasscoin
    @Brasscoin ปีที่แล้ว

    I get "no mandatory secmon or warmboot provided! Failed to launch HOS!" any ideas?

  • @JoCr2
    @JoCr2 2 ปีที่แล้ว +2

    Does this still work for you? Tried it today and the client on the computer's end can't connect
    It did work for me years ago

  • @manuelgarzaguevara1864
    @manuelgarzaguevara1864 3 ปีที่แล้ว +2

    when i try to add my ip address it says unable to connect any help here? i have double check my ip adress and its correct i dont know what to do

  • @Fligger
    @Fligger 4 ปีที่แล้ว +3

    Coordinates in this game are evil. There are basically 2 values for every coordinate (I think 16 bytes apart in memory). For the y coordinate there is a feet and a head coordinate always 1.8 appart.(for players) ( 16 and 17.8) X and z cords are 0.6 blocks apart. So if you are at X: 5 Y: 16 Z: 5 the internal cordonates are.
    X1: 4.7 X2: 5.3
    Y1: 16 Y2: 17.8
    Z1: 5.3 Z2: 4.7
    (Maybe X and Z flipped)
    They also mess with colition. If y1 and y2 are the same value (both 16) you can walk through walls. If these values get too far apart the game will crash.
    If someone would find the entity table you could do a lot of cool things
    Hope this was interesting thanks for reading.😂

    • @DarkFlare
      @DarkFlare  4 ปีที่แล้ว

      That's actually pretty useful information, I kept having trouble with crashes in this game.

    • @wheatley5541
      @wheatley5541 4 ปีที่แล้ว

      Can Atmosphere codes even perform arithmetic to respect these conditions? So far the documentation only hints that it can do additions and all with hex values...

    • @Fligger
      @Fligger 4 ปีที่แล้ว +1

      @@wheatley5541 you could just add/substract the hex value of 0.6 / 1.8 to get the right values.

    • @wheatley5541
      @wheatley5541 4 ปีที่แล้ว

      I don't know... aren't the coordinates supposed to be floats? And I mean... float to hex isn't really equivalent...
      What I mean is, the greater you are from 0 the greater the gap between numbers in float is big when they are converted in hex.
      For example, 1 is 3f800000, 2 is 40000000. You have a shift of 0x00800000. But 3 is 0x40400000, so there's a shift of 0x00400000. The inconsistency between hex and float conversion makes it practically impossible for good arithmetic.
      Unless there's a way to operate directly with hex values acting as float, like you want to add one then you put 0x3f800000 in your code... but from what I read in the code documentation of Atmosphere, it only does arithmetic from hex values to hex values. So if you were to add 3f800000 (1) to your Y coordinate for example, it would literally add 3f800000 to it and not 1.
      Unless again... that there's a way to bypass that problem and I'm just being stupid for not finding it.

    • @Fligger
      @Fligger 4 ปีที่แล้ว

      @@wheatley5541 Your right. I feel pretty stupid right now. I just thought it would work but I was wrong. I mostly edit assembly instructions (for pc games) and there we have the addss instructions which can handle floats.

  • @markoduran8248
    @markoduran8248 3 ปีที่แล้ว

    can you use this to search for float values? I know the adress I am looking for is a float32 value in the heap section, so would by searching through the 32 value help me find the adress?

  • @MrMugenwii
    @MrMugenwii 4 ปีที่แล้ว

    can you do an example on how to add 7 drivers per character in mk8 like yoshi and shy guy?

  • @jdroo
    @jdroo 2 ปีที่แล้ว +1

    I'm getting an error
    Error: Could not find or load main class me.mdbell.noexs.ui.NoexsApplication
    Caused by: java.lang.NoClassDefFoundError: javafx/application/Application

  • @JTJT3821
    @JTJT3821 4 ปีที่แล้ว

    Do you know if there is a fork for Mac OS?

  • @RSBJ01
    @RSBJ01 4 ปีที่แล้ว +1

    lol ive become a scientist from 3 videos

  • @MrMugenwii
    @MrMugenwii 4 ปีที่แล้ว

    how would you add the codes? would it be by a file patch code or is it written straight on the nsp??

    • @RoGamer97
      @RoGamer97 4 ปีที่แล้ว

      He made a video of it. You use EdiZon

    • @DarkFlare
      @DarkFlare  4 ปีที่แล้ว

      This video shows how to add them in EdiZon: th-cam.com/video/HUhlZNdOCK0/w-d-xo.html

  • @108Mhz
    @108Mhz 4 ปีที่แล้ว

    I know this is not related to the video, but its possible to put skin mods on a original card in Smash Ultimate and using them online? 🤔

    • @deltawastaken
      @deltawastaken 4 ปีที่แล้ว

      Skin mods are less likely to get you banned if you are planning on playing online, but connecting to the internet on CFW in general is risky (DarkFlare has many videos mentioning ways to protect yourself). Also, the mods would not be saved to the game cartridge. The mods are always saved to the SD card and are loaded using layeredFS (I think it’s called?) when booting up.

    • @DarkFlare
      @DarkFlare  4 ปีที่แล้ว +1

      Yes, Atmosphere has LayeredFS built in so you can use texture hacks online. I am not sure if you will get banned though, it has very mixed results for people. Some people (including me) can play online with mods for years and not be banned, while others are banned quickly, so do it at your own risk.

    • @-._-._.-_.-
      @-._-._.-_.- 4 ปีที่แล้ว

      @@DarkFlare a friend used modified collisions on MK8D to be out of bounds and he has not been banned.

    • @108Mhz
      @108Mhz 4 ปีที่แล้ว

      I will take it on mind, thanks for the info! 👍

    • @RoGamer97
      @RoGamer97 4 ปีที่แล้ว

      No bans, trust me

  • @Fligger
    @Fligger 4 ปีที่แล้ว +1

    Finally a reason to hack my switch lol. I hope disassembler will work at least someday. Because editing assembly is more my stuff and as far as I know that's not too common on consoles

  • @tienshinhan8189
    @tienshinhan8189 2 ปีที่แล้ว +1

    rip noexes :( memory deallocation issues stop it from giving unknown searches

  • @yawshi9896
    @yawshi9896 4 ปีที่แล้ว

    Wait you made a MK7 MISSION MODE ???

    • @DarkFlare
      @DarkFlare  4 ปีที่แล้ว

      I started working on it, but never finished. I lost motivation since it would take a very long time to develop a fun, stable mission mode, but no one would play it.

    • @yawshi9896
      @yawshi9896 4 ปีที่แล้ว

      DarkFlare : what are you serious ? I love mission ! I played every mission in MKDS and in all MKWii distribution like Variety Pack and I really love mission. A lot of persons do. But when did you started ? I’m pretty sure that if you make mission mode works, it will revolutionize MK7 mods

    • @yawshi9896
      @yawshi9896 4 ปีที่แล้ว

      DarkFlare : wanna talk about this in discord dm ?

  • @stevenwang8859
    @stevenwang8859 4 ปีที่แล้ว

    To Dear DarkFlare, how do you get the switch in your computer ? the window of switch in your computer ? please, help. thanks

    • @DarkFlare
      @DarkFlare  4 ปีที่แล้ว

      Capture card

    • @stevenwang8859
      @stevenwang8859 4 ปีที่แล้ว

      @@DarkFlare how to use capture card ? help,please. thanks.

    • @DarkFlare
      @DarkFlare  4 ปีที่แล้ว

      which capture card do you have?

    • @stevenwang8859
      @stevenwang8859 4 ปีที่แล้ว

      @@DarkFlare i have no capture card

    • @stevenwang8859
      @stevenwang8859 4 ปีที่แล้ว

      @@DarkFlare To dear darkflare, I want to ask a question in the game I have played, it is a gamegear sega game and it is slam dunk from TV animation, it is basketball game, and it can have shining state in your character and only last certain time and state become normal again. so how do I search address which can enable to cheat the state to shining state because shinig state can perform cool animation in basketball skill and it look awesome. is this similar to finding state of mario after he obtain shining star and transform to shining mario ?

  • @frouvoxes
    @frouvoxes 4 ปีที่แล้ว

    Yes

  • @fders938
    @fders938 4 ปีที่แล้ว

    Pretty sure you don't need the whole Dev Kit just to run Java binaries, only JRE.

    • @DarkFlare
      @DarkFlare  4 ปีที่แล้ว

      Normally yes, but for some reason it doesn't work like that with NoExes. I have had many people come to me asking about that, and I've tested it on a VM too. This is one of the reasons I've held off on this video for so long, because the installation process is not as easy as it should be. Maybe the JRE alone will work under certain conditions? Might need to change environment variables around to allow the system to recognize this old version of Java.

    • @fders938
      @fders938 4 ปีที่แล้ว

      @@DarkFlare Ok, I had a feeling it was because the program did something funky and not because you didn't know the difference between JRE and JDK.

  • @stevenwang8859
    @stevenwang8859 4 ปีที่แล้ว

    please do a invincible cheat in ultra street fighter 2 final challenger

    • @DarkFlare
      @DarkFlare  4 ปีที่แล้ว

      I don't have that game, sorry

    • @stevenwang8859
      @stevenwang8859 4 ปีที่แล้ว

      @@DarkFlare give you download link for that game , is it ok ?

    • @stevenwang8859
      @stevenwang8859 4 ปีที่แล้ว

      @@DarkFlare so in the future, will you have the game ? if yes , is it possible to modify te game to have invincible cheat ?

    • @stevenwang8859
      @stevenwang8859 4 ปีที่แล้ว

      @@DarkFlare switch-xci.com/

    • @stevenwang8859
      @stevenwang8859 4 ปีที่แล้ว

      @@DarkFlare 1fichier.com/?fl2hoez3d3fjr6v5m3wo&af=2850246 link for ultra street fighter 2 thr final challenger

  • @Fligger
    @Fligger 4 ปีที่แล้ว

    CREEPER

    • @ItzLLaggyYT
      @ItzLLaggyYT 8 หลายเดือนก่อน

      Aw man