CollabVM Wikia/Eevee.exe: Difference between revisions
import>Dartz m 4 revisions imported: CollabVM Wikia Articles |
m 8 revisions imported |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{CollabVM Wikia}}<br/> | |||
{{DISPLAYTITLE:eevee.exe}} | {{DISPLAYTITLE:eevee.exe}} | ||
[[File:Eevee exe.png|frame|When you see this Eevee running around the VM it is your duty to set the wallpaper to flat grass.]] | [[File:Eevee exe.png|frame|When you see this Eevee running around the VM it is your duty to set the wallpaper to flat grass.]] | ||
'''''Eevee.exe''''' is a pixelated desktop pet Eevee made by [[LoveEevee]], written in AutoHotkey. Most of the time this thing just runs around the screen and weirdly wiggles its ears in unnatural patterns. It can be moved around with the mouse and has an exit and "stop running around" buttons in the context menu. | '''''Eevee.exe''''' is a pixelated desktop pet Eevee made by [[CollabVM Wikia/LoveEevee|LoveEevee]], written in AutoHotkey. Most of the time this thing just runs around the screen and weirdly wiggles its ears in unnatural patterns. It can be moved around with the mouse and has an exit and "stop running around" buttons in the context menu. | ||
__TOC__ | __TOC__ | ||
<br clear=both> | <br clear=both> | ||
Line 27: | Line 28: | ||
===Possessed Eevee=== | ===Possessed Eevee=== | ||
Asset made by [[CtrlAltDel|CtrlAltDelete]]. Asset ID: '''2'''. | Asset made by [[CollabVM Wikia/CtrlAltDel|CtrlAltDelete]]. Asset ID: '''2'''. | ||
[[File:Eevee exe possessed.png|none]] | [[File:Eevee exe possessed.png|none]] | ||
Line 36: | Line 37: | ||
===Fluffy Vulpix=== | ===Fluffy Vulpix=== | ||
[[File:FluffyVulpix.png|thumb|100px]] | [[File:FluffyVulpix.png|thumb|100px]] | ||
Asset based on photo of [[FluffyVulpix]]. Asset ID: '''4'''. | Asset based on photo of [[CollabVM Wikia/FluffyVulpix|FluffyVulpix]]. Asset ID: '''4'''. | ||
[[File:Eevee exe fluffyvulpix.png|none]] | [[File:Eevee exe fluffyvulpix.png|none]] | ||
Line 55: | Line 56: | ||
*'''2016-03-22'''<br>[https://fuwa.se/vza559.7z Executable]<br>[https://pastebin.com/raw/RTfPMqDU Source] | *'''2016-03-22'''<br>[https://fuwa.se/vza559.7z Executable]<br>[https://pastebin.com/raw/RTfPMqDU Source] | ||
|} | |} | ||
Latest revision as of 23:55, 19 December 2024
Eevee.exe is a pixelated desktop pet Eevee made by LoveEevee, written in AutoHotkey. Most of the time this thing just runs around the screen and weirdly wiggles its ears in unnatural patterns. It can be moved around with the mouse and has an exit and "stop running around" buttons in the context menu.
Assets
You can choose between two packaged assets from the system tray. If you want to set the asset programmatically, you can use an optional flag which can be either a numerical ID of a packaged resource or path to the custom asset. It will also search for eevee.png and vulpix.png file in the current directory. The flags from /z1 (smallest) to /z8 (biggest, default: /z5) controls zoom level (window size), and /s1 (slower), /s2 (default), and /s3 (faster) controls speed, /sit makes it stay in place. /forkN (where N is a number 1-99) spawns random assets desired number of times, the script won't allow more than 99 instances even if the command is ran multiple times.
This example uses Command Prompt to navigate to the Downloads folder and load the Possessed Eevee asset from memory:
C:\Users\Dartz>cd Downloads\ C:\Users\Dartz\Downloads>eevee.exe 2
Searches for eevee.png, then vulpix.png, then loads first asset if not found, then third asset with slightly larger window size:
eevee.exe eevee.exe 3 /z6
Loads eevee-based and vulpix-based assets from file:
eevee.exe "test\eevee_test.png" eevee.exe "test\vulpix_test.png" 2
Makes Possessed Eevee very large and slow and FluffyVulpix very small and fast
eevee.exe 2 /z8 /s1 eevee.exe 4 /z1 /s3
Default Eevee
The original asset that was packaged with the program since the very first version. Asset ID: 1.
Possessed Eevee
Asset made by CtrlAltDelete. Asset ID: 2.
Vulpix
Asset ID: 3.
Fluffy Vulpix
Asset based on photo of FluffyVulpix. Asset ID: 4.
External links
- Upload it to the VM with this link: a.pomf.cat/cvxwzy.exe (last updated 2016-09-17)
- Source code
Old versions |
---|
|