Results 1 to 9 of 9

Thread: [RESOLVED] How do you view certain file extensions

  1. #1

    Thread Starter
    Junior Member wildturkey's Avatar
    Join Date
    Dec 2005
    Posts
    21

    Resolved [RESOLVED] How do you view certain file extensions

    Hi,

    What i was wondering how would go by viewing a extension of a file, lets say i want to view a file text.fx?

    Would i need the SDK for that game..

    what i want to do is able to use a few controls and when you select that specific file that has that extension *.fx and able to show the animation of that time to the animation window...

    if this is confusing lol i will try better to explain myself

    Wildturkey.

  2. #2
    PowerPoster jcis's Avatar
    Join Date
    Jan 2003
    Location
    Argentina
    Posts
    4,430

    Re: How do you view certain file extensions

    Quote Originally Posted by wildturkey
    Hi,
    What i was wondering how would go by viewing a extension of a file, lets say i want to view a file text.fx?
    Would i need the SDK for that game..
    what i want to do is able to use a few controls and when you select that specific file that has that extension *.fx and able to show the animation of that time to the animation window...
    if this is confusing lol i will try better to explain myself
    Wildturkey.
    This is looking like that threads that never get answers, so yes, if you can explain a little better.

    Which will be the real format of that .fx file? a movie? .gif?

  3. #3
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: How do you view certain file extensions

    If your creating a custom file extension then you will want to create a file association for the default program for it to open up with.
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  4. #4

    Thread Starter
    Junior Member wildturkey's Avatar
    Join Date
    Dec 2005
    Posts
    21

    Re: How do you view certain file extensions

    that would be the question i am asking... how would you view a file extension .fx file - it could be a gif type of format... i tried with a couple of image viewers they all say unknown format. I was just wondering that maybe it would be in the SDK of that game.. i am trying to write a program that will view there Effects list.

    this would be coming from Doom 3.

  5. #5

    Thread Starter
    Junior Member wildturkey's Avatar
    Join Date
    Dec 2005
    Posts
    21

    Re: How do you view certain file extensions

    RobDogg888 Thats Very true, i could do that, and possible something i would do in the future..

    thought i was trying to figure out on how to view another person Extension file, See Doom 3 has this .fx file and i would want to make a program that would view those .fx extensions..

  6. #6
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: How do you view certain file extensions

    If you dont know what the type of content is in the file then you need to get that first before you can do any type of handeling for viewing in an appropriate viewer. Is it text based or image based or encrypted binary data?
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  7. #7
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    Re: How do you view certain file extensions

    If you can click on it, and have the file open, then it has an association, that opens a program. You coud check out that program. Otherwise, you'd have to figure out how they save the file, which may not be possible, if it's binary data.

  8. #8

    Thread Starter
    Junior Member wildturkey's Avatar
    Join Date
    Dec 2005
    Posts
    21

    Re: How do you view certain file extensions

    Good Question I wouldnt know. I know when you use it in the Doom 3 Editor, it provids animation.

    See I make tools to simplify for beginners to Intermediate, and i am doing rather well.

    what i wanted to do is be able to write a Effects viewer program that would allow them to pick and choose the effects from this viewer and able to use it in the editor.

    But listening to you on what you said, i do understand.

    thanks all for clarifying on the subject.

    Wildturkey

  9. #9
    PowerPoster jcis's Avatar
    Join Date
    Jan 2003
    Location
    Argentina
    Posts
    4,430

    Re: [RESOLVED] How do you view certain file extensions

    Some info about FX
    LINK
    LINK

    It seems that this files can be edited with notepad, try it.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width