Kuribo64
Views: 20,054,030 Home | Forums | Uploader | Wiki | Object databases | IRC
Rules/FAQ | Memberlist | Calendar | Stats | Online users | Last posts | Search
04-25-24 11:57 PM
Guest:

0 users reading PyJPC v0.2 Release Thread (Technical Details Inside) | 1 bot

Main - Archived forums - SMG hacking tools development - PyJPC v0.2 Release Thread (Technical Details Inside) Hide post layouts | New reply

Pages: 1 2 3 4 5
Splitwirez
Posted on 01-22-15 02:58 PM Link | #54965
Posted by Rainbow Mario
I'm not home in many hours so I can't test it out.

EDIT: I'm home now and it works like I said. Thank you so much NWP! :D

EDIT2: When I drag and drop the Particles folder nothing happens. And when I try to use the command prompt it doesn't work.
C:\Python27>PyJPC.py Particles
PyJPC v0.1 by NWPlayer123
Cannot find ParticleData.bcsv!!!

C:\Python27>PyJPC.py Particles

Shouldn't that ">" be another "\" ?

KoopaTroopaMan
Posted on 01-22-15 03:09 PM Link | #54966
Sigh. I typed
cd/Python27
The I clicked enter.
THEN I typed
PyJPC.py Particles

I have also tried to type
PyJPC.py C:\Python27\Particles
I tried to drag and drop the folder on PyJPC, but nothing happened. I have tried to take a BCSV file and rename it to ParticleData.bcsv and put it in Python27 but same error happens. And what is ParticleData.bcsv? What am I doing wrong? I thought that I had become free from issues now, but probably no.

Splitwirez
Posted on 01-22-15 03:16 PM Link | #54967
Posted by Rainbow Mario
Sigh. I typed
cd/Python27
The I clicked enter.
THEN I typed
PyJPC.py Particles

I have also tried to type
PyJPC.py C:\Python27\Particles
I tried to drag and drop the folder on PyJPC, but nothing happened. I have tried to take a BCSV file and rename it to ParticleData.bcsv and put it in Python27 but same error happens. And what is ParticleData.bcsv? What am I doing wrong? I thought that I had become free from issues now, but probably no.


I'm guessing you should type
cd C:/Python27
and run that, then type
python.exe pyJPC.py Particles
and run that.

Because if you don't include python.exe, you're telling Windows to access the python script (which doesn't really work AFAIK), but by adding python.exe before the pyJPC stuff, you're telling Windows to tell python to access the python script.

Er...something like that. I don't really know what I just said, but I think it kinda almost makes sense. I hope. Just try the commands I said.

KoopaTroopaMan
Posted on 01-22-15 03:18 PM Link | #54968
I still get the same error.

Splitwirez
Posted on 01-22-15 03:19 PM (rev. 2 of 01-22-15 03:19 PM) Link | #54969
Posted by Rainbow Mario
I still get the same error.

Oh, okay, then nevermind, I seem to know even less about this than I thought I did.

Just wait for NWP to swoop in and save the day again...or something.

NWPlayer123
Posted on 01-22-15 03:19 PM Link | #54970
Then you're doing something wrong (or using the wrong version of python). It should at the very least print "PyJPC v0.1 by NWPlayer123" (whoops forgot to update that too) since that's literally the first thing it's told to do.

____________________
"I hate playing musical chats" ~ Quote of the month

Splitwirez
Posted on 01-22-15 03:22 PM Link | #54971
Posted by NWPlayer123
Then you're doing something wrong (or using the wrong version of python). It should at the very least print "PyJPC v0.1 by NWPlayer123" (whoops forgot to update that too) since that's literally the first thing it's told to do.


What Python version(s) did you use to test it, NWPlayer123?


KoopaTroopaMan, try it with whatever build NWPlayer123 used once he answers.

NWPlayer123
Posted on 01-22-15 03:26 PM Link | #54972
It should work with any Python 2 version (I could probably make it python 3 compatible by changing xrange > range, I'll try that in a bit)

____________________
"I hate playing musical chats" ~ Quote of the month

KoopaTroopaMan
Posted on 01-22-15 03:28 PM (rev. 2 of 03-16-15 07:37 PM) Link | #54973
I have Python 2.7 and yes it prints "PyJPC v0.1 by NWPlayer123" first. So what is the wrong thing I do that you said?

Splitwirez
Posted on 01-22-15 03:32 PM Link | #54975
Posted by NWPlayer123
It should work with any Python 2 version (I could probably make it python 3 compatible by changing xrange > range, I'll try that in a bit)

Uh...okay, so...it should work, but it seems it doesn't. Or KoopaTroopaMan is doing it wrong. Or KoopaTroopaMan's computer is weird (wouldn't be the first time, SunakazeKun's computer can't run python squat, can't run obj2bdl, obj2kcl, fullmodelimporter, modelimporterGUI, nothing).


Regardless, I think it'd be easier to pinpoint the issue if we could rule out the possibility of it being a Python version issue. Who knows, maybe it just doesn't work with Python27? Wouldn't be the first time an SMG tool doesn't function properly in conditions it should (I'm referring to the Whitehole on Apple OS X issues).

KoopaTroopaMan
Posted on 01-22-15 03:50 PM Link | #54978
Can you update it to Python 3? It's probably better.

shibboleet
Posted on 01-22-15 03:56 PM Link | #54979
Actually Python 3 is worse than Python 2.

____________________
a

KoopaTroopaMan
Posted on 01-22-15 04:07 PM (rev. 2 of 01-22-15 04:15 PM) Link | #54981
Meh. Now I can never edit Particles. And I have been waiting for this so long.

EDIT: Is it a big that you can fix? If not, could you remake the program or whatever or make it somewhat more 'powerful'?

shibboleet
Posted on 01-22-15 04:14 PM Link | #54982
[image]

...I just did it on my first try.

____________________
a

KoopaTroopaMan
Posted on 01-22-15 04:16 PM Link | #54983
That is when EXTRACTING, not repacking.

shibboleet
Posted on 01-22-15 04:23 PM Link | #54984
Repacking works fine for me.

PyJPC.py Particles


____________________
a

KoopaTroopaMan
Posted on 01-22-15 04:34 PM Link | #54985
Yeah I know that you have to type
PyJPC.py Particles

shibboleet
Posted on 01-22-15 04:35 PM Link | #54986
What error do you get?

____________________
a

KoopaTroopaMan
Posted on 01-22-15 04:37 PM Link | #54987
This:
PyJPC v0.1 by NWPlayer123
Cannot find ParticleData.bcsv!!!

shibboleet
Posted on 01-22-15 04:39 PM Link | #54988
While in Python27, type in 'dir' and paste your results.

____________________
a
Pages: 1 2 3 4 5

Main - Archived forums - SMG hacking tools development - PyJPC v0.2 Release Thread (Technical Details Inside) Hide post layouts | New reply

Page rendered in 0.027 seconds. (2048KB of memory used)
MySQL - queries: 30, rows: 236/236, time: 0.010 seconds.
[powered by Acmlm] Acmlmboard 2.064 (2018-07-20)
© 2005-2008 Acmlm, Xkeeper, blackhole89 et al.