CCBlueX Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups

    NES Emulator

    Scripts
    script scriptapi
    10
    18
    1123
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Senk Ju
      Senk Ju Admin last edited by Senk Ju

      68747470733a2f2f61786f6c6f746c2e706963732f6d596166576d66362e706e673f6b65793d763845433578474373457264626d.png

      With this script, games developed for the Nintendo Entertainment System (NES) can be played directly in LiquidBounce. Based on JSNES by bfirsh. A demo video on YouTube can be found here.

      Video
      LiquidBounce NES Emulator – 02:06
      — Senk Ju

      How to use

      1. Place all files related to this script in the script folder.
      2. Put you NES games into the nes_roms folder.
      3. Launch LiquidBounce, right click NESEmulator inside the ClickGUI and select the game you want to play.
      4. Enable NESEmulator.

      Important! Performance will be terrible at first. It will improve once hot code compilation kicks in.

      Default Keybinds

      NES button Keyboard Bind
      A A
      B B
      Select Enter/Return
      Start Space
      Up Arrow Up
      Down Arrow Down
      Left Arrow Left
      Right Arrow Right

      Download
      You can either download it from GitHub or from the official LiquidBounce website: https://liquidbounce.net/scripts/view?id=5f318ef42c282226492d6528

      1 Reply Last reply Reply Quote 2
      • ChocoPie_isme
        ChocoPie_isme Banned last edited by

        i prefer the snake script)))))

        1 Reply Last reply Reply Quote 0
        • C
          commandblock2 last edited by

          Wow this is sooooo F***ing COOL

          1 Reply Last reply Reply Quote 0
          • 6Sence
            6Sence last edited by

            Good job!

            1 Reply Last reply Reply Quote 0
            • ChocoPie_isme
              ChocoPie_isme Banned last edited by ChocoPie_isme

              wtf this exists 69420 years ago and everyone acts like you have never seen it before
              Edit: OK this is 2.0

              1 Reply Last reply Reply Quote 0
              • Hans Gunter
                Hans Gunter last edited by

                My games dont load.....
                I put my nes_emulator_files, the script, and the nes_roms in scripts choose my game and activated the module and it doesnt work2020-08-12_23.34.36.png 2020-08-12_23.35.43.png
                And the nothing happens.......

                Senk Ju 1 Reply Last reply Reply Quote 0
                • Senk Ju
                  Senk Ju Admin @Hans Gunter last edited by

                  @Hans-Gunter Could you check the log for any errors?

                  1 Reply Last reply Reply Quote 0
                  • Hans Gunter
                    Hans Gunter last edited by

                    Here are the errors:
                    [ScriptAPI] Exception in module 'NESEmulator'!
                    <eval>:86 ReferenceError: "System" is not defined
                    at jdk.nashorn.internal.runtime.ECMAErrors.error(ECMAErrors.java:57)
                    at jdk.nashorn.internal.runtime.ECMAErrors.referenceError(ECMAErrors.java:319)
                    at jdk.nashorn.internal.runtime.ECMAErrors.referenceError(ECMAErrors.java:291)
                    at jdk.nashorn.internal.objects.Global.noSuchProperty(Global.java:1442)
                    at java.lang.invoke.DirectHandle.invokeExact_thunkArchetype_L(DirectHandle.java:302)
                    at java.lang.invoke.AsTypeHandle.invokeExact_thunkArchetype_X(AsTypeHandle.java:49)
                    at java.lang.invoke.BruteArgumentMoverHandle.invokeExact_thunkArchetype_X(BruteArgumentMoverHandle.java:404)
                    at java.lang.invoke.GuardWithTestHandle.invokeExact_thunkArchetype_X(GuardWithTestHandle.java:80)
                    at java.lang.invoke.MutableCallSiteDynamicInvokerHandle.invokeExact_thunkArchetype_X(MutableCallSiteDynamicInvokerHandle.java:64)
                    at jdk.nashorn.internal.scripts.Script$Recompilation$1229$2104$^eval_.L:65#L:83(<eval>:86)
                    at java.lang.invoke.DirectHandle.invokeExact_thunkArchetype_L(DirectHandle.java:302)
                    at jdk.nashorn.internal.runtime.ScriptFunctionData.invoke(ScriptFunctionData.java:637)
                    at jdk.nashorn.internal.runtime.ScriptFunction.invoke(ScriptFunction.java:494)
                    at jdk.nashorn.internal.runtime.ScriptRuntime.apply(ScriptRuntime.java:393)
                    at jdk.nashorn.api.scripting.ScriptObjectMirror.call(ScriptObjectMirror.java:117)
                    at net.ccbluex.liquidbounce.script.api.ScriptModule.callEvent(ScriptModule.kt:128)
                    at net.ccbluex.liquidbounce.script.api.ScriptModule.callEvent$default(ScriptModule.kt:126)
                    at net.ccbluex.liquidbounce.script.api.ScriptModule.onEnable(ScriptModule.kt:69)
                    at net.ccbluex.liquidbounce.features.module.Module.setState(Module.kt:74)
                    at net.ccbluex.liquidbounce.features.module.Module.toggle(Module.kt:106)
                    at net.ccbluex.liquidbounce.ui.client.clickgui.elements.ModuleElement.mouseClicked(ModuleElement.java:43)
                    at net.ccbluex.liquidbounce.ui.client.clickgui.Panel.mouseClicked(Panel.java:112)
                    at net.ccbluex.liquidbounce.ui.client.clickgui.ClickGui.func_73864_a(ClickGui.java:263)
                    at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:555)
                    at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:524)
                    at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1674)
                    at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1024)
                    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:349)
                    at net.minecraft.client.main.Main.main(SourceFile:124)
                    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
                    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
                    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
                    at java.lang.reflect.Method.invoke(Method.java:498)
                    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
                    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

                    For which liquidbounce version is your script?

                    Senk Ju 1 Reply Last reply Reply Quote 0
                    • Senk Ju
                      Senk Ju Admin @Hans Gunter last edited by

                      @Hans-Gunter Thank you for reporting. I have uploaded a fixed version. You can download it from here.

                      1 Reply Last reply Reply Quote 0
                      • Hans Gunter
                        Hans Gunter last edited by

                        Thank you for the fast awnser and the fast fix......what was the problem I had?/how did you fix it?

                        Senk Ju 1 Reply Last reply Reply Quote 0
                        • Senk Ju
                          Senk Ju Admin @Hans Gunter last edited by

                          @Hans-Gunter Just a missing import.

                          1 Reply Last reply Reply Quote 0
                          • liquidshiba
                            liquidshiba last edited by

                            Hi, im new to liquid and was trying to use NESEmulator but it says no
                            ROM installed and would like to know if this is just a mess up on me and yes I know it's quite old

                            Senk Ju 1 Reply Last reply Reply Quote 0
                            • Senk Ju
                              Senk Ju Admin @liquidshiba last edited by

                              @liquidshiba The emulator doesn't come with any ROMs due to copyright reasons. You can use Google to find download links for them. Once you have found a game you want to play, place its .nes file inside the nes_roms folder and restart the game. They should show up in the options menu.

                              liquidshiba 1 Reply Last reply Reply Quote 0
                              • liquidshiba
                                liquidshiba @Senk Ju last edited by

                                @Senk-Ju so is emulator games . com a trust worthy site for them?

                                1 Reply Last reply Reply Quote 0
                                • R
                                  Ralkey last edited by Ralkey

                                  thanks for making this but how do I install it? since it is not a .ls file for liquidscript i have no idea how to install it
                                  edit: nvm. someone helped me.
                                  btw when I am using a rom. the up arrow doesn't work.

                                  ? 1 Reply Last reply Reply Quote 0
                                  • ?
                                    A Former User @Ralkey last edited by

                                    @ralkey MY FIRST AND BIGGEST NECRO!!!!

                                    END3R1355 1 Reply Last reply Reply Quote 0
                                    • END3R1355
                                      END3R1355 Banned @Guest last edited by

                                      @aㅤformerㅤuser bruh this is not a good necro, i made a year necro

                                      R 1 Reply Last reply Reply Quote 0
                                      • R
                                        rachelross @END3R1355 last edited by

                                        Techzapk is a provider of the latest game mod applications, access the prestigious Techzapk.com website to download the best game mods.
                                        Home Page: https://techzapk.com/

                                        1 Reply Last reply Reply Quote 0
                                        • First post
                                          Last post
                                        About
                                        • Terms of Service
                                        • Privacy Policy
                                        • Status
                                        • Contact Us
                                        Downloads
                                        • Releases
                                        • Source code
                                        • License
                                        Docs
                                        • Tutorials
                                        • CustomHUD
                                        • AutoSettings
                                        • ScriptAPI
                                        Community
                                        • Forum
                                        • Guilded
                                        • YouTube
                                        • Twitter
                                        • D.Tube