-
Notifications
You must be signed in to change notification settings - Fork 7
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
Im a whole idiot #2
Comments
I was also confused initially, since I didn't know the language and had very little experience on compiling programs. Anyway, with the help of google and some experimentation, I found that the following process seems to work at least for character models and animations:
for %%f in (*.upk) do (
I ran into errors with some files (see the previous issue posted here for details), but they weren't really relevant to me so I just skipped them. |
Hello. Can you explain these points please. I'm stuck here. thank |
Hi, follow the instructions here to build stuff with msbuild: As for steps 5-6, you can (on Windows) use the .bat file script by copying it to a text file and renaming it into a .bat file, then just double-clicking it like an .exe file. The .bat file basically just runs the .exe with the -revel flag for each file in the same folder, yielding the .dec files. After that, you can just remove the .dec extensions by your preferred method. I used the Bash shell's rename command as described above. You can use Bash on Windows by installing it with Cygwin. |
I'm a little lost here, what does it mean by delete the part about the app.config file and the .csproj file? |
It's been a while so I forgot the specifics, but I'd assume I meant deleting the following lines in the GGXrdRevelator.csproj file: <ItemGroup> |
This is too complex for stoops like me but, a serious note what exactly IS the "Usage"? I opened every file I can, only to be rewarded with the sight of which i can only assume is code.
The text was updated successfully, but these errors were encountered: