Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - malfacine

Pages: [1]
1
Scripting / Command Loop
« on: May 31, 2016, 07:54:08 PM »
Need help for script

every 10 seconds for example the function execute command....

I had an idea for a new plugin

2
Themes / wernaFLAT - coming soon
« on: May 30, 2016, 01:14:05 PM »
New theme coming soon!
Example usage of my plugin Weather...
 :D


3
Scripting / New Plugin - Weather
« on: May 29, 2016, 08:26:55 AM »
New Plugin Weather
usage inside of plugin.nut

Works os Windows, Linux and OSX

Extract inside the folder plugins....

Thanks for liquid8 for helping me with file-format module...

https://onedrive.live.com/redir?resid=C85434BAA340DA03!2824&authkey=!AEQekLzhTetnL4g&ithint=file%2czip

5
Themes / New Theme - Maelstrom
« on: April 03, 2016, 04:02:12 PM »
New theme Maelstrom 1.2
only works 16:9

Update
Code and artwork refine
More system and logos added....

Link:
https://onedrive.live.com/redir?resid=C85434BAA340DA03!2790&authkey=!AG_Gd45WqWmrQKw&ithint=file%2czip

 ;D

6
Scripting / Help to show favourite image
« on: March 29, 2016, 09:24:59 AM »
need help with script

{
 local favs=fe.game_info(Info.Favourite);
 local favart = fe.add_image("fav1.png", flx*0.01, fly*0.22, 30, 30 );
 favart.preserve_aspect_ratio = true;

 if ( favs == "1" )
 {
 favart.visible = true;
 }
 else
 {
 favart.visible = false;
 }
}


dont work....
 :-\ :(

7
Scripting / 2 monitors...
« on: March 23, 2016, 03:07:29 PM »
Need help

fe.monitor
fe.monitors

need code to show image on second monitor

need examples...

thxxxx ;)

8
Themes / Project Work Maelstrom Theme
« on: March 14, 2016, 03:11:42 PM »
project in progress....
for now only works 16: 9.....

https://www.youtube.com/embed/juX5fH0PeNM

9
Scripting / Need Help...display an image when you press a button
« on: November 30, 2015, 04:11:22 PM »
Make a show image press a key
example press "H" show a image with instructions

Somebody helppp....

Pages: [1]