Skip to content

Releases: ConzZah/WarframeLauncher

v0.7

01 Feb 11:04
f8346ad
Compare
Choose a tag to compare

Changes in this Release:

  • defined, that the password will now only be copied to clipboard if a client has been found, as where in previous versions it was always copied on start regardless. (this is now fixed)
  • added a error help page to the repo and linked it in the script so anytime no game client is detected it will open automatically after 3 seconds
  • licensed the project under the MIT-License

v0.7 Screenshot:
v0 7-screenshot_epic

Cheers,
ConzZah @ 2024

v0.6

31 Jan 02:41
2b2e591
Compare
Choose a tag to compare

Changes in this Release:

  • as promised, v0.6 comes with support for the Epic Games version of Warframe.
  • script now closes after 10 seconds when done and no longer shows "waiting for x seconds, press a key to continue".
  • fixed, that LAUNCHING WARFRAME would appear when in fact nothing had been launched yet.
  • alot of other small improvements.

image
Cheers,
ConzZah @ 2024

v0.5

29 Jan 19:02
2247e87
Compare
Choose a tag to compare

Changes in this Release:

  • The Launcher is now able to detect which Version of Warframe you are using
    (standalone and steam as of now)
    by checking the default path for each version.

  • Added Support for the Steam Version of Warframe.

Cheers,
ConzZah @ 2024

v0.4

28 Jan 19:56
a8969a4
Compare
Choose a tag to compare

Changes in this Release:

  • removed the need to hit the PLAY button in the actual launcher, it works like this:
    The Script will hit SPACE automatically after 7 seconds, therefore starting the game if no update occurs / is queued.
    (you may adjust the number of milliseconds in Line 17 from 7000 to how long it takes for your pc to load the actual launcher)
    echo Wscript.Sleep 7000 >>"%TempVBSFile%"

That's all for now.

Cheers,
ConzZah @ 2024

v0.3

26 Jan 17:47
10d19fc
Compare
Choose a tag to compare

changes in this release:

  • removed the need to hit enter before starting the actual launcher, it will now start it directly.

image

  • cleaned up the code a bit (now its 16 lines instead of 29 lol)

Screenshot 2024-01-26 182856

Cheers,

ConzZah @ 2024

v0.2

12 Jan 10:28
f6ea82f
Compare
Choose a tag to compare

This release features a menu that lets you

  • start Warframe by pressing [Enter]
  • or exit the script with [X+Enter]

also added some nice text to make it look better.
Screenshot 2024-01-12 111428

Cheers,
ConzZah

v0.1

12 Jan 10:11
f6ea82f
Compare
Choose a tag to compare
v0.1 Pre-release
Pre-release

this "release" is the basic version of the script without any menus,
as barebones as it gets. (7 lines of code)
This release exist purely for archive reasons.