Home Gallery Resources The Team Rules chat Login Register
Poll
Question: MDL0 template: how would you prefer the data fields??
named according to Nintendo's SDK
named for noobs to understand

Pages:  1 ... 14 15 16 [17] 18
Author Topic: Tcll's resource box  (Read 98951 times)
0 Members and 1 Guest are viewing this topic.
DarkPikachu
Angel Kitten
***
Offline Offline

Posts: 3069


complexity == fun

  • Awards Super Saiyan Topic Heart Container KCMM Veteran Tutorial Writer

  • View Profile Awards
    « Reply #240 on: July 19, 2013, 04:49:27 PM »


    here's my program which finds a particular file, in a large slew of files, by matching a string in the file.

    Code:
    import sys, os
    p = 0

    string = raw_input('Type the string from the file you wish to find: ')

    for f in os.listdir(sys.path[0]):
        if len(f.split('.'))>1:
            d = open(f,'rb'); s = d.read(); d.close()
            if s.count(string): print 'found "%s" in file %s'%(string,f); p=1

    if not p: print 'could not find "%s" in the files of this directory'%string

    raw_input('press Enter to exit...')
    quit()

    copy the code above and paste it in 'FileFinder.py'

    usage:
    1: place 'FileFinder.py' in the directory containing the slew of files
    2: run (D-Click) 'FileFinder.py' (requires a Python 2x (2.5 at least) installation)
    3: when prompted, type the string contained in the file you're looking for.

    this currently does not test sub-directories,
    and does not accept case mis-matching.
    Logged


    Quote: Friedslick6
    you have been through a lot of hassle. I've watched every topic you posted on this, and most of them seemed to disintegrate gradually.
    But the coolest part was that you didn't stop working on it despite that.

    Quote: Internet Explorer
    you're doing more with your life right now than probably most other people around you. You're a valuable asset to the Smash community. So yeah, you should be proud.

    quote: Greg
    You do have a gift which I've seen many developers use to their advantage. You can become a great coder, and with all of those ideas I think you can really build something great.

    DarkPikachu
    Angel Kitten
    ***
    Offline Offline

    Posts: 3069


    complexity == fun

  • Awards Super Saiyan Topic Heart Container KCMM Veteran Tutorial Writer

  • View Profile Awards
    « Reply #241 on: August 04, 2013, 07:59:22 AM »


    well, I've told Jack H multiple times, including last night...
    if he doesn't fix the resourses now, then you guys'll have yo use my thread from now on. Undecided

    *table removed, see first post for download*

    a prewiew of the template support:



    pay no attention to that wrong knock-off on the resources thread.

    « Last Edit: November 30, 2019, 07:07:54 AM by DarkPikachu » Logged


    Quote: Friedslick6
    you have been through a lot of hassle. I've watched every topic you posted on this, and most of them seemed to disintegrate gradually.
    But the coolest part was that you didn't stop working on it despite that.

    Quote: Internet Explorer
    you're doing more with your life right now than probably most other people around you. You're a valuable asset to the Smash community. So yeah, you should be proud.

    quote: Greg
    You do have a gift which I've seen many developers use to their advantage. You can become a great coder, and with all of those ideas I think you can really build something great.

    DarkPikachu
    Angel Kitten
    ***
    Offline Offline

    Posts: 3069


    complexity == fun

  • Awards Super Saiyan Topic Heart Container KCMM Veteran Tutorial Writer

  • View Profile Awards
    « Reply #242 on: August 12, 2013, 08:45:24 AM »


    updated the OP including the last pre-release of UMC dev4.5
    (downloads look more like the resources page)
    Logged


    Quote: Friedslick6
    you have been through a lot of hassle. I've watched every topic you posted on this, and most of them seemed to disintegrate gradually.
    But the coolest part was that you didn't stop working on it despite that.

    Quote: Internet Explorer
    you're doing more with your life right now than probably most other people around you. You're a valuable asset to the Smash community. So yeah, you should be proud.

    quote: Greg
    You do have a gift which I've seen many developers use to their advantage. You can become a great coder, and with all of those ideas I think you can really build something great.

    DarkPikachu
    Angel Kitten
    ***
    Offline Offline

    Posts: 3069


    complexity == fun

  • Awards Super Saiyan Topic Heart Container KCMM Veteran Tutorial Writer

  • View Profile Awards
    « Reply #243 on: October 04, 2013, 05:47:27 PM »


    reported: the HexEditPro patch broke (HexEdit crashes)
    I'll fix that here in a moment
    Logged


    Quote: Friedslick6
    you have been through a lot of hassle. I've watched every topic you posted on this, and most of them seemed to disintegrate gradually.
    But the coolest part was that you didn't stop working on it despite that.

    Quote: Internet Explorer
    you're doing more with your life right now than probably most other people around you. You're a valuable asset to the Smash community. So yeah, you should be proud.

    quote: Greg
    You do have a gift which I've seen many developers use to their advantage. You can become a great coder, and with all of those ideas I think you can really build something great.

    DarkPikachu
    Angel Kitten
    ***
    Offline Offline

    Posts: 3069


    complexity == fun

  • Awards Super Saiyan Topic Heart Container KCMM Veteran Tutorial Writer

  • View Profile Awards
    « Reply #244 on: October 07, 2013, 09:01:22 AM »


    well here's some good and useless info XDD

    anyone still remember this old program: :3


    yea, I've finally figured out the CMPR format XDD

    if anyone wants me to release this viewer, I can,
    but it's nothing more than testing the algorithm now. Tongue

    the only good that's in this is for UMC...
    to put that simply,
    the reason it's taken me sooooo long to fix is because I'm now working on Melee's texture formats,
    and needed to get this algorithm working so I'd have a base to go by for the script.

    so yes, UMC supports textures now, but the scripts are now being worked on to use them. Wink
    « Last Edit: December 02, 2019, 03:37:32 AM by DarkPikachu » Logged


    Quote: Friedslick6
    you have been through a lot of hassle. I've watched every topic you posted on this, and most of them seemed to disintegrate gradually.
    But the coolest part was that you didn't stop working on it despite that.

    Quote: Internet Explorer
    you're doing more with your life right now than probably most other people around you. You're a valuable asset to the Smash community. So yeah, you should be proud.

    quote: Greg
    You do have a gift which I've seen many developers use to their advantage. You can become a great coder, and with all of those ideas I think you can really build something great.

    Kabutomaru
    Mega Kitten
    *****
    Offline Offline

    Posts: 184


    I had nothing to begin and nothing to end with.

  • Awards Tutorial Writer

  • View Profile Awards
    « Reply #245 on: October 07, 2013, 02:04:01 PM »


    Yes! Please do!

    I'd also like some src for it. I think I can add extra support for RGBA8 and IA4.
    Logged



    DarkPikachu
    Angel Kitten
    ***
    Offline Offline

    Posts: 3069


    complexity == fun

  • Awards Super Saiyan Topic Heart Container KCMM Veteran Tutorial Writer

  • View Profile Awards
    « Reply #246 on: October 07, 2013, 03:50:08 PM »


    lol hold on... I kinda borked the display and need to redo the tiles Tongue
    I don't have a src as a backup to fix it easily ;_;

    what happened:
    I was trying to fix up the tile functions to make them wotk with the zoom function...
    then literally everything went wrong D:

    I've got it nearly working the way it was, but yea, the order's messed up...
    I'll figure it out and release it soon Wink

    the only support needed is the CI# formats.
    RGBA8 already works perfectly, and it's a pain to manage. D=
    IA4 is also perfected ;3

    Post Merge: October 07, 2013, 04:35:58 PM
    here we are:
    https://gist.github.com/Tcll/6876106#file-reft_viewer-py
    everything works (except the new implamentations which are commented out) Smiley

    the src IS the release btw
    it's python so there's no need to compile XD

    I'm using python 2.7.5, but that was built under 2.5.4 so it's compatible Wink
    « Last Edit: October 07, 2013, 04:35:58 PM by FitDarkPika00.pcs » Logged


    Quote: Friedslick6
    you have been through a lot of hassle. I've watched every topic you posted on this, and most of them seemed to disintegrate gradually.
    But the coolest part was that you didn't stop working on it despite that.

    Quote: Internet Explorer
    you're doing more with your life right now than probably most other people around you. You're a valuable asset to the Smash community. So yeah, you should be proud.

    quote: Greg
    You do have a gift which I've seen many developers use to their advantage. You can become a great coder, and with all of those ideas I think you can really build something great.

    N64killer
    Mega Kitten
    *****
    Offline Offline

    Posts: 149


    Ah! You have seen me. Your death is near.


    View Profile Awards
    « Reply #247 on: October 10, 2013, 04:32:53 PM »


    Nice to see that this is getting close to supporting textures.
    Logged



    The Dry Boney that needs canon to make sig with sense,
    But has a image sig.
    *has SD card now*

    DarkPikachu
    Angel Kitten
    ***
    Offline Offline

    Posts: 3069


    complexity == fun

  • Awards Super Saiyan Topic Heart Container KCMM Veteran Tutorial Writer

  • View Profile Awards
    « Reply #248 on: October 10, 2013, 04:59:07 PM »


    lol thanx Smiley
    are you keeping updated with the latest info over at SWF?? Wink
    I'm not updating my unofficial program threads so much anymore... heh
    (I'll make an update here once things are finalized and such)

    I intend to move the thread to my forum once the restoration is complete Wink
    I'm setting up the documentation and such there.
    (users can report - their experiences with, ideas for, or minor issues on - the functions)
     ^
     - issues and bad experiences will be edited after they are fixed
     - new ideas will be edited after they are implamented
     (edits are putting the post in a spoiler marked "Fixed", "Improved", or "Implamented")

    EDIT: finally fixed the patch in the OP
    HexEdit shouldn't crash anymore Wink
    « Last Edit: October 11, 2013, 08:57:59 AM by FitDarkPika00.pcs » Logged


    Quote: Friedslick6
    you have been through a lot of hassle. I've watched every topic you posted on this, and most of them seemed to disintegrate gradually.
    But the coolest part was that you didn't stop working on it despite that.

    Quote: Internet Explorer
    you're doing more with your life right now than probably most other people around you. You're a valuable asset to the Smash community. So yeah, you should be proud.

    quote: Greg
    You do have a gift which I've seen many developers use to their advantage. You can become a great coder, and with all of those ideas I think you can really build something great.

    N64killer
    Mega Kitten
    *****
    Offline Offline

    Posts: 149


    Ah! You have seen me. Your death is near.


    View Profile Awards
    « Reply #249 on: October 11, 2013, 10:19:51 PM »


    ^ Nope but I barely look through the forums anymore since my sd card broke which was 2 months ago.
    Logged



    The Dry Boney that needs canon to make sig with sense,
    But has a image sig.
    *has SD card now*

    DarkPikachu
    Angel Kitten
    ***
    Offline Offline

    Posts: 3069


    complexity == fun

  • Awards Super Saiyan Topic Heart Container KCMM Veteran Tutorial Writer

  • View Profile Awards
    « Reply #250 on: October 12, 2013, 07:24:57 AM »


    ^ Nope but I barely look through the forums anymore since my sd card broke which was 2 months ago.

    dangit, that gets me ever time when people do that XDD
    I like reversing the sort order of posts bacause:
    (1) I don't like to scroll to the bottom of the page
    (2) I don't like having to update my fav-link every time the thread goes on a new page
    (something the SWF forum developers don't seem to understand)
     ^ they had the feature before they upgraded to Xenforo >_>

    anyways... that sux D:
    I know the feeling cause I use MicroSD cards and have 2 broken adapters with 1 last one that's dying...
    « Last Edit: October 12, 2013, 07:26:19 AM by FitDarkPika00.pcs » Logged


    Quote: Friedslick6
    you have been through a lot of hassle. I've watched every topic you posted on this, and most of them seemed to disintegrate gradually.
    But the coolest part was that you didn't stop working on it despite that.

    Quote: Internet Explorer
    you're doing more with your life right now than probably most other people around you. You're a valuable asset to the Smash community. So yeah, you should be proud.

    quote: Greg
    You do have a gift which I've seen many developers use to their advantage. You can become a great coder, and with all of those ideas I think you can really build something great.

    N64killer
    Mega Kitten
    *****
    Offline Offline

    Posts: 149


    Ah! You have seen me. Your death is near.


    View Profile Awards
    « Reply #251 on: October 13, 2013, 08:41:39 PM »


    Sorry about that didn't know forums allow you to read the posts from bottom
    to
    top
    Logged



    The Dry Boney that needs canon to make sig with sense,
    But has a image sig.
    *has SD card now*

    DarkPikachu
    Angel Kitten
    ***
    Offline Offline

    Posts: 3069


    complexity == fun

  • Awards Super Saiyan Topic Heart Container KCMM Veteran Tutorial Writer

  • View Profile Awards
    « Reply #252 on: October 13, 2013, 11:00:20 PM »


    Sorry about that didn't know forums allow you to read the posts from bottom to top

    you're not alone Grin
    many people have done it Smiley

    this host does,
    I think freeforums does
    I think proboards used to (v5 doesn't, though it will be implamented)
    forumotion doesn't
    vBulletin does
    Xenforo doesn't (same people who built vBulletin) 9_9

    but yea... the oldest post is on the last page Wink
    (newest post is ALWAYS on page 1) ^_^
     ^ I can't get enough of the feature :3
    Logged


    Quote: Friedslick6
    you have been through a lot of hassle. I've watched every topic you posted on this, and most of them seemed to disintegrate gradually.
    But the coolest part was that you didn't stop working on it despite that.

    Quote: Internet Explorer
    you're doing more with your life right now than probably most other people around you. You're a valuable asset to the Smash community. So yeah, you should be proud.

    quote: Greg
    You do have a gift which I've seen many developers use to their advantage. You can become a great coder, and with all of those ideas I think you can really build something great.

    DarkPikachu
    Angel Kitten
    ***
    Offline Offline

    Posts: 3069


    complexity == fun

  • Awards Super Saiyan Topic Heart Container KCMM Veteran Tutorial Writer

  • View Profile Awards
    « Reply #253 on: October 25, 2013, 10:25:10 PM »


    finally figured out the TEVs



    so there's some progress on things Tongue

    I'm overviewing the template and making a bunch of corrections to things...
    what I called "Shaders" is even incorrect... those are material-local texture settings.
    (GX, as of the Wii, doesn't use Shaders, so there's no need for the term to even exist)
     ^ with the Wii U having a GPU, I'm sure GX will finally use Shaders in some sort of fascion.
    « Last Edit: December 01, 2019, 04:23:39 AM by DarkPikachu » Logged


    Quote: Friedslick6
    you have been through a lot of hassle. I've watched every topic you posted on this, and most of them seemed to disintegrate gradually.
    But the coolest part was that you didn't stop working on it despite that.

    Quote: Internet Explorer
    you're doing more with your life right now than probably most other people around you. You're a valuable asset to the Smash community. So yeah, you should be proud.

    quote: Greg
    You do have a gift which I've seen many developers use to their advantage. You can become a great coder, and with all of those ideas I think you can really build something great.

    DarkPikachu
    Angel Kitten
    ***
    Offline Offline

    Posts: 3069


    complexity == fun

  • Awards Super Saiyan Topic Heart Container KCMM Veteran Tutorial Writer

  • View Profile Awards
    « Reply #254 on: February 27, 2014, 11:16:32 AM »


    well here's an update to an old post...

    in recent news, I just woke up this morning to an email by DropBox...
    DropBox has become even more affiliated with the Gov't in their TOS.

    that means I can no longer use them because I will have nothing to do with gov't affiliated garbage other than Google and GMail.

    I'm swithing my systems, so all of my DropBox links will be going down.

    I'm also quitting MF for 4Shared btw, and would reccomend creating an account with them. (all my DB and MF links will become 4S links)
    4S is safe if you don't use their priority downloader, and I will note that on every 4S link I post Wink
    Logged


    Quote: Friedslick6
    you have been through a lot of hassle. I've watched every topic you posted on this, and most of them seemed to disintegrate gradually.
    But the coolest part was that you didn't stop working on it despite that.

    Quote: Internet Explorer
    you're doing more with your life right now than probably most other people around you. You're a valuable asset to the Smash community. So yeah, you should be proud.

    quote: Greg
    You do have a gift which I've seen many developers use to their advantage. You can become a great coder, and with all of those ideas I think you can really build something great.

    Pages:  1 ... 14 15 16 [17] 18
    Print
    Jump to: