Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do i run this ? #1

Closed
RoboticTea opened this issue Jan 27, 2019 · 4 comments
Closed

How do i run this ? #1

RoboticTea opened this issue Jan 27, 2019 · 4 comments
Labels
good first issue Good for newcomers

Comments

@RoboticTea
Copy link

I've tried building this project with visual studio but the .exe just closes instantly

@RoboticTea
Copy link
Author

Alright so I ran it into a batch file and I managed to understand how to make it work thanks for the thing RioMiner :D (if anyone needs to know how to make it work reply i'll reply soon)

@TheRioMiner
Copy link
Owner

Of course it close instantly, it designed to run from batch or console. If i make pause like "Console.ReadLine();", I can duplicate consoles every start of batch!
I glad if I helped you :)

@TheRioMiner TheRioMiner pinned this issue Mar 2, 2019
@TheRioMiner TheRioMiner added the good first issue Good for newcomers label Mar 2, 2019
@firecrauter
Copy link

Alright so I ran it into a batch file and I managed to understand how to make it work thanks for the thing RioMiner :D (if anyone needs to know how to make it work reply i'll reply soon)

Yea im new and isk how to run this, can ya help?

download https://cmder.net

open;
Use the CD command to go to the exe directory

example: cd C:\Users\FireCrauter\Downloads\Wallpaper.Engine.Pkg2Zip

image

Open the exe with:
cmd "Wallpaper Engine Pkg To Zip.exe"

image

Now I will try to explain how to use it; (first the official tutorial)

Usage: "Wallpaper Engine Pkg To Zip.exe" [-mode] [pkgFile] [zipFile]
-mode "-pkg2zip" or "-zip2pkg"
pkgFile Wallpaper Engine ".pkg" file path
zipFile Archive ".zip" file path

Example: "Wallpaper Engine Pkg To Zip.exe" -pkg2zip scene.pkg result.zip

<--->
The program was created for introductory purposes.
Files in .pkg files may be copyrighted.
Source code of this program: https://github.com/TheRioMiner/Wallpaper-Engine-Pkg-to-Zip
<--->


You must know the location of the scene.pkg;
image

"Wallpaper Engine Pkg To Zip.exe" -pkg2zip "C:\Program Files (x86)\Steam\steamapps\workshop\content\431960\1202569461\scene.pkg" result.zip

In the path, change it to your folder with scene.pkg

"C:\Program Files (x86)\Steam\steamapps\workshop\content\431960\1202569461\scene.pkg"

Remember to leave the "".
At the end of the path add \scene.pkg

image
And already, the result.zip will be created.

@TheRioMiner
Copy link
Owner

Why no one notices .bat files?
They are specially created for easy execution.
Just put "scene.pkg" nearby with exe and run "!pkg2zip.bat".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants