D-Official / PizzaTowerSwitch-FMOD

FMOD replacement code from the unofficial Pizza Tower switch port
Do What The F*ck You Want To Public License
28 stars 2 forks source link

issue with installation #43

Closed Wraiax closed 2 months ago

Wraiax commented 2 months ago

ive tried basically everything seen in the other issue about the installation, but now im faced with another problem Screenshot (12) what can i do to fix it? thanks in advance

D-Official commented 2 months ago

Can you try running the script as administrator?

Wraiax commented 2 months ago

Can you try running the script as administrator?

I don't know how to do that, my pc doesn't have that option

Wraiax commented 2 months ago

How do I enable it?

Aitornado8 commented 2 months ago

Right click the script and in More Options (or smth like that) click Run As Administrator

Wraiax commented 2 months ago

Right click the script and in More Options (or smth like that) click Run As Administrator

It specifically doesn't let me open that file as an administrator, however I am able to open python as an administrator, what do I do from here?

Wraiax commented 2 months ago

I also can't downgrade to windows 10 nor do I have access to a windows 10 pc

Wraiax commented 2 months ago

What can I do from here on? I'm really blocked rn since I can't really do anything, if I send you my data file can you send me the nsp? Just so I can prove its mine?

D-Official commented 2 months ago

Try running command prompt as administrator, then typing cd and write the directory where you have the script and the .win and .bin files, and then write the name of the script and press enter.

You're on Win 11, so it should look a bit like this image

Dom-Juan commented 2 months ago
  1. Open your terminal as administrator (click on Search, write terminal, right click and run as administrator).
  2. write on the terminal: cd "C:\Users\User\Downloads\PizzaTowerSwitch-FMOD-main". Where user is your current user username, mine is Magoimortal so it is "C:\Users\Magoimortal\Downloads\PizzaTowerSwitch-FMOD-main", dont copy the dot, only from cd to the last ".
  3. Copy data.win to the folder as said in the tutorial.
  4. write on the terminal python decrypt.py

This should decrypt with admin privileges.

Wraiax commented 2 months ago

It says the directory name is invalid

Dom-Juan commented 2 months ago

image

You need to download the full folder and extract it just like the picture, put the data.wim inside there and follow the stuff i wrote.

Dom-Juan commented 2 months ago

image Inside should look like above my pic after you copy the data.win, then you get inside the folder with the admin priviledge terminal just like i told you and you can start the decrypt.

Wraiax commented 2 months ago

image Inside should look like above my pic after you copy the data.win, then you get inside the folder with the admin priviledge terminal just like i told you and you can start the decrypt.

Screenshot (13) like this?

Dom-Juan commented 2 months ago

you need to input 1 command at time

So first its cd "C:\Users\angel\Downloads\PizzaTowerSwitch-FMOD-man" then you write python decrypt.py

Wraiax commented 2 months ago

you need to input 1 command at time

So first its cd "C:\Users\angel\Downloads\PizzaTowerSwitch-FMOD-man" then you write python decrypt.py

ok so i click enter on the first one and then after that the second one?

Dom-Juan commented 2 months ago

you need to input 1 command at time So first its cd "C:\Users\angel\Downloads\PizzaTowerSwitch-FMOD-man" then you write python decrypt.py

ok so i click enter on the first one and then after that the second one?

Yep, press enter on the first one, it will change folders then you input the second one and press enter again.

Wraiax commented 2 months ago

It says python was not found, weird since I do have python installed and used it before to open the program normally

Dom-Juan commented 2 months ago

Try: py decrypt.py

Sometimes python will shortcut the execution to python or just py.

Wraiax commented 2 months ago

Thanks, it worked!

Dom-Juan commented 2 months ago

You're welcome!

image