User Tag List

Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 21
  1. #11
    Moderator TimTim's Avatar
    Join Date
    Aug 2013
    Posts
    1,804
    Country:
    Quote Originally Posted by LordRixuel View Post
    The pro is you dont have to re-invent the wheel, but only problem is when you npm install, it takes forever to wait lol
    Doesn't take that long imo.

    Quote Originally Posted by LordRixuel View Post
    It reminds me of Java libraries lol
    But 1000x better than Java.

  2. #12
    Whicked Sick UT-Sniper-SJA94's Avatar
    Join Date
    Oct 2011
    Location
    What was England
    Posts
    4,427
    Country:
    You can download it here: https://github.com/scottadkin/SJA-UTManager/releases


    I will be looking into converting the .bmp's to .png or .jpg.



    - - - Updated - - -

    Found a module to convert bitmaps to jpg/png, 6mb bmp files to 0.8mb - 1.6mb jpg files.

    How is the image quality?

  3. #13
    Dominating LordRixuel's Avatar
    Join Date
    Feb 2016
    Location
    Earth
    Posts
    556
    Country:
    Image looks good.

    Where do you put it after downloading it?
    █████████ Loading Hax 99%
    C:\Users\name\AppData\Local\VirtualStore\

  4. #14
    Whicked Sick UT-Sniper-SJA94's Avatar
    Join Date
    Oct 2011
    Location
    What was England
    Posts
    4,427
    Country:
    Quote Originally Posted by LordRixuel View Post
    Image looks good.

    Where do you put it after downloading it?
    Put it into your Unreal tournament system folder (C:\Unreal tournament\System)

    https://github.com/scottadkin/SJA-UTManager

  5. #15
    Whicked Sick UT-Sniper-SJA94's Avatar
    Join Date
    Oct 2011
    Location
    What was England
    Posts
    4,427
    Country:
    Making a little side tool, that gets the F6 data(ping, packet loss.. ect) from UnrealTournament.log, and then displays it in an SVG graph.




  6. #16
    Killing Spree Kumar_Jodha's Avatar
    Join Date
    Apr 2015
    Location
    South Africa, Durban, Kwa-Zulu-Natal
    Posts
    104
    Country:
    Quote Originally Posted by UT-Sniper-SJA94 View Post
    I've been making a little tool for UT the last few hours, what it does is look for all screenshots, and demos files in the UT system directory, then move them into their own folders, each day gets a new folder, for easy managment.


    You can download it here: https://github.com/scottadkin/SJA-UTManager/releases






    Examples of what it does:

    - Both:
    ---- If the tool directories don't exist, then it will create the directories below,
    ---- Creates a folder called "SJA UTManager" in the UT system directory,
    ---- Creates a folder called "Screenshots" in the SJA UTManager directory,
    ---- Creates a folder called "Demos" in the SJA UTManager directory.

    - Demos:
    ---- Finds test.dem (Created 12.12.17 18:23)
    ---- Creates a directory called 2017-12-12 in the directory SJA UTManager/Demos, if it doesn't already exist,
    ---- Makes a copy of test.dem and place it in the directory SJA UTManager/Demos/2017-12-12/,
    ---- Deletes the original file in the system directory.

    - Screenshots:
    ---- Finds Shot0001.bmp (created 01.07.09 12:37),
    ---- Creates a directory called 2009-07-01, if it doesn't already exist,
    ---- Makes a copy of Shot0001.bmp and moves it to the directory SJA UTManager/Screenshots/2009-07-01/
    ---- Deletes Shot0001.bmp from the system directory.



    Notice:
    If the demo file size is 0 bytes, it will be ignored because UT is recording data to it.





    Screenshots:





    I will most likely add a cache converter as well.
    How does it work? I've put all the files in my system folder, nothing is happening .

  7. #17
    Whicked Sick UT-Sniper-SJA94's Avatar
    Join Date
    Oct 2011
    Location
    What was England
    Posts
    4,427
    Country:
    Quote Originally Posted by Kumar_Jodha View Post
    How does it work? I've put all the files in my system folder, nothing is happening .
    There is an updated build that fixed a crash involving cahce files:
    https://github.com/scottadkin/SJA-UT...ases/tag/v0.3b


    You need to install node.js for it to work:
    https://nodejs.org/en/


    Then you can either run "run.bat".
    If you use this method the app will automatically close once completed.

    Or do this to make it run:

    Type cmd in the directory url, to open command prompt:



    Then type node SJA-UTManager.js to make it run:

  8. #18
    Killing Spree Kumar_Jodha's Avatar
    Join Date
    Apr 2015
    Location
    South Africa, Durban, Kwa-Zulu-Natal
    Posts
    104
    Country:
    Quote Originally Posted by UT-Sniper-SJA94 View Post
    There is an updated build that fixed a crash involving cahce files:
    https://github.com/scottadkin/SJA-UT...ases/tag/v0.3b


    You need to install node.js for it to work:
    https://nodejs.org/en/


    Then you can either run "run.bat".
    If you use this method the app will automatically close once completed.

    Or do this to make it run:

    Type cmd in the directory url, to open command prompt:



    Then type node SJA-UTManager.js to make it run:
    Thanks a lot, I'm going to retry now .

    Regards

  9. #19
    Whicked Sick UT-Sniper-SJA94's Avatar
    Join Date
    Oct 2011
    Location
    What was England
    Posts
    4,427
    Country:
    Fixed a bug that causes the script to crash when filenames contain the character '.

    https://github.com/scottadkin/SJA-UT...ases/tag/v0.3c

  10. #20
    Whicked Sick UT-Sniper-SJA94's Avatar
    Join Date
    Oct 2011
    Location
    What was England
    Posts
    4,427
    Country:
    New version v0.4a

    https://github.com/scottadkin/SJA-UT...ases/tag/v0.4a

    Fixed crashes when moving demos files, resulting in data loss(0kb files).
    Fixed crashes when converting cache files.


    It was hard to narrow down the crashes, because I always forgot to take a sshot of the error

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Posting Permissions

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