Giter Site home page Giter Site logo

splitnsp's People

Contributors

analogman151 avatar pcouy avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

splitnsp's Issues

set archive flag on switch

download the homebrew called "NXShell" and start it.
first, enable dev options under settings.
navigate to your tinfoil/nsp folder. press X on the new splitted folder.
go to options, archive bit
voila, now it appears on tinfoil! :)

NSP not found.

I opened a terminal in the folder that my NSP and split NSP are located in. Ran "sudo python3 splitNSP.py filename.nsp" replacing "filename.nsp" with the name of my of the file I need split. Also tried it with the whole file path. It came back saying it couldn't find the file.

I'm sure it's something that I'm doing wrong, but can't figure it out.

set archive flag

Hi,
you can use fatattr app to set any fat flag on linux. Probably macos have also this command.

entire directories?

would it be possible to make this work on an entire folder of NSPs or do I have to do one at a time?

could not find cmnt!

Hi,

After splitting an NSP and trying to install it with Tinfoil, I get the following message in the console :

could not find cmnt!

what does it mean ?

Module Object has no Attribute 'disk_usage'

Drag and drop NSP file wasn't working, dropped to CMD line in Windows 10 and got this error. What am I doing wrong?

File "F:\Nintendo Switch Games\splitNSP.py", line 143, in
main()
File "F:\Nintendo Switch Games\splitNSP.py", line 140, in main
splitCopy(filepath)
File "F:\Nintendo Switch Games\splitNSP.py", line 79, in splitCopy
info = shutil.disk_usage(os.path.dirname(os.path.abspath(filepath)))
AttributeError: 'module' object has no attribute 'disk_usage'

nsz

does this work with nsz files too ?

macos

I think you can set the archive like so

import os
import subprocess

def set_archive_flag(path):
subprocess.run(["chflags", "arch", path])

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.