Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help please >.<
Slanderous Offline
Posting Freak

Posts: 1,606
Threads: 78
Joined: Dec 2012
Reputation: 63
#11
RE: Help please >.<

You need a transparent texture, use gimp of ps or other program that allows to create transparent images.
04-01-2014, 06:41 PM
Find
Solarflaire Offline
Junior Member

Posts: 24
Threads: 3
Joined: May 2013
Reputation: 1
#12
RE: Help please >.<

And how do I make it move? Like the roaches in tdd?
04-02-2014, 09:13 AM
Find
DnALANGE Offline
Banned

Posts: 1,549
Threads: 73
Joined: Jan 2012
#13
RE: Help please >.<

Quote:And how do I make it move? Like the roaches in tdd?
Thats in the source code i believe..
-
*FULL CONVERSION REQUIRED*
The problem is you have to make the function call like 5 times = 5 different pictures to see something MOVE.
It will NEVER look amazing tho..
Check out my full conversion : PREMONITION.
Check the code \ pictures \ Misc\main_sanity_event.cfg.
Those 3 are the most importend ones
all 3 work together, if 1 is NOT there it will NOT function.
To get this to work did cost me about over 50 hours to work..
so FG has made a new function for this problem ( because of me i asked Tongue called):
PHP Code: (Select All)
StartInsanityEvent("MagnifierGlass_1");
// IMPORTEND!!! ->That is the name of the event i made INSIDE the (Misc\)main_sanity_event.cfg NOT the PICTURE itself. 
To make it STOP call this :
PHP Code: (Select All)
StopCurrentInsanityEvent(); 
(This post was last modified: 04-02-2014, 05:51 PM by DnALANGE.)
04-02-2014, 05:38 PM
Find




Users browsing this thread: 1 Guest(s)