Kuribo64
Views: 14,036,534 Home | Forums | Uploader | Wiki | Object databases | IRC
Rules/FAQ | Memberlist | Calendar | Stats | Online users | Last posts | Search
04-05-21 11:58 PM
Guest:

0 users reading Questions that don't require their own thread | 1 bot

Main - Archived forums - SMG questions and issues - Questions that don't require their own thread New reply

Pages: 1 2 3 4 5 ... 12 13 14 15 16 17 18 19 20 ... 22 23 24 25 26
KoopaTroopaMan
Posted on 01-18-15 11:49 AM Link | #54505
What does BPK files do? I have so far found them in IceStep and OtaKing.

SunakazeKun
Posted on 01-18-15 12:06 PM (rev. 2 of 01-18-15 12:10 PM) Link | #54506
After I took a look at some files in IceStep I can guess it has something to do with time.
EDIT: Ehhh, no. Nothing with time.



Youtube | Github | Neo Mario Galaxy | Super Mario Galaxy & Super Mario 3D Land Modding


NWPlayer123
Posted on 01-18-15 12:13 PM Link | #54508
Probably particles or something

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

KoopaTroopaMan
Posted on 01-18-15 01:17 PM Link | #54517
I don't think so. I looked into it with a hex editor and it had names of the model's materials. So I think it has with textures and materials to do.

Splitwirez
Posted on 01-18-15 02:13 PM Link | #54529
Posted by Rainbow Mario
I don't think so. I looked into it with a hex editor and it had names of the model's materials. So I think it has with textures and materials to do.

Well, both of those models render in somewhat unusual ways (King Kaliente has a material-induced tint that doesn't seem to work the same way as those in other models, Ice Platforms are translucent and refract-y and stuff), so it could be rendering effects or additional material properties...?

Jesse
Posted on 01-18-15 03:32 PM Link | #54539
That it contains material strings or something like that does not mean it could be particles. because, hey surprise!, particles also use textures.

KoopaTroopaMan
Posted on 01-18-15 03:39 PM Link | #54541
I don't understand. Particles is images.

Splitwirez
Posted on 01-18-15 03:46 PM (rev. 2 of 01-18-15 03:46 PM) Link | #54544
Posted by Rainbow Mario
I don't understand. Particles is images.

Uh...

I know that isn't quite right, can someone please come in and provide a proper definition of Particles?

NWPlayer123
Posted on 01-18-15 04:15 PM Link | #54564
Posted by Splitwirez
Posted by Rainbow Mario
I don't understand. Particles is images.

Uh...

I know that isn't quite right, can someone please come in and provide a proper definition of Particles?

Particles are any effects you see in-game, like the blur behind Dash Yoshi, they are literal images.
[image]
I made an extractor but IDK how finished it is.

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

KoopaTroopaMan
Posted on 01-18-15 04:18 PM Link | #54565
You should really release the extractor. Why haven't you?

Splitwirez
Posted on 01-18-15 04:19 PM (rev. 4 of 01-18-15 04:20 PM) Link | #54566
Posted by Rainbow Mario
You should really release the extractor. Why haven't you?

Think.
Posted by NWPlayer123
...IDK how finished it is.

Try engaging your brain next time.


...unless it was released at some point, in which case I need to engage my brain.

KoopaTroopaMan
Posted on 01-18-15 04:21 PM Link | #54567
If it can extract the images I'm sure it's pretty finished.

Splitwirez
Posted on 01-18-15 04:22 PM (rev. 2 of 01-18-15 04:23 PM) Link | #54568
Posted by Rainbow Mario
If it can extract the images I'm sure it's pretty finished.

What little understanding I have of the documentations on the Wiki suggests that there's A LOT more to it than that.

NWPlayer123
Posted on 01-18-15 05:56 PM Link | #54571
Posted by Splitwirez
Posted by Rainbow Mario
If it can extract the images I'm sure it's pretty finished.

What little understanding I have of the documentations on the Wiki suggests that there's A LOT more to it than that.

lol I made that documentation and TBH not really. Not anything important, anyways. All you really need are the images to be able to understand what's what.

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

Splitwirez
Posted on 01-18-15 06:10 PM Link | #54572
Posted by NWPlayer123
Posted by Splitwirez
Posted by Rainbow Mario
If it can extract the images I'm sure it's pretty finished.

What little understanding I have of the documentations on the Wiki suggests that there's A LOT more to it than that.

lol I made that documentation and TBH not really. Not anything important, anyways. All you really need are the images to be able to understand what's what.

True, but there's still the matter of what flies where, how it goes about doing so, etc...

...or is that all in the code?

NWPlayer123
Posted on 01-18-15 06:13 PM (rev. 2 of 01-18-15 06:14 PM) Link | #54573
https://dl.dropboxusercontent.com/u/56043942/Programs/texextract.py
Here you go, made in 10 minutes, python 2, texextract.py file.jpc, have fun.

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

Splitwirez
Posted on 01-18-15 06:17 PM (rev. 2 of 01-18-15 06:18 PM) Link | #54577
Posted by NWPlayer123
https://dl.dropboxusercontent.com/u/56043942/Programs/texextract.py
Here you go, made in 10 minutes, python 2, texextract.py file.jpc, have fun.

Can it repack this whatever it is?

Also, Dropbox just lets me view the script, not download it .___.

NWPlayer123
Posted on 01-18-15 06:19 PM Link | #54578
Posted by Splitwirez
Posted by NWPlayer123
https://dl.dropboxusercontent.com/u/56043942/Programs/texextract.py
Here you go, made in 10 minutes, python 2, texextract.py file.jpc, have fun.

Can it repack this whatever it is?

Also, Dropbox just lets me view the script, not download it .___.

No, this just dumps all the textures to /.bti
Also, Ctrl (or Cmd) + S to save it as a file.

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

Splitwirez
Posted on 01-18-15 06:21 PM Link | #54579
Posted by NWPlayer123
Posted by Splitwirez
Posted by NWPlayer123
https://dl.dropboxusercontent.com/u/56043942/Programs/texextract.py
Here you go, made in 10 minutes, python 2, texextract.py file.jpc, have fun.

Can it repack this whatever it is?

Also, Dropbox just lets me view the script, not download it .___.

No, this just dumps all the textures to /.bti
Also, Ctrl (or Cmd) + S to save it as a file.

Oh, okay. Well, it's a start :3

Besides, it's not like new Particles could be properly implemented by any means short of ASM...


...unless I'm wrong, which I hope I am.

KoopaTroopaMan
Posted on 01-18-15 06:22 PM (rev. 2 of 01-19-15 08:27 AM) Link | #54580
Yay! Are you going to make a repacker? Then we can finally edit effects!

EDIT: Is it okay if I add your JPC extractor to my SMGtools pack?
Pages: 1 2 3 4 5 ... 12 13 14 15 16 17 18 19 20 ... 22 23 24 25 26

Main - Archived forums - SMG questions and issues - Questions that don't require their own thread New reply

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