ShareThis

Saturday, June 28, 2014

[FIX] FLStudio Beta MAC OSX Missing Text Walkthrough

Requirements


  •  An account on image-line forums.

Forward

I just got my hands on a Macbook Air and first thing I wanted to do was try out FlStudio's Beta. I downloaded the beta and started it up. I saw this to my dismay:


Solution

Ok, I guess this works. No text but any veteran FLStudio user knows his way around the software, butttt, It really makes it a challenge...so let's fix it anyway.

To fix this, you need to install a missing font: ARIAL.TTF

You have to place this file in 
"/Users/USERNAME/Library/Application Support/FL Studio/Bottles/flstudio/drive_c/windows/fonts"

Make sure you do not place it in your Macintosh HD/Library/...

but wait... there is no Library folder under your username!? That's because it is hidden. Follow these steps to reveal it:
  1. Launch Terminal from Mac HD > Applications > Utilities.
  2. From within Terminal type the following command and press Return:
    chflags nohidden ~/Library
  3. Enter the system administrator password, if prompted, and press Return.
Now you can access the Library folder in your user folder.

Registration

Check out http://support.image-line.com/knowledgebase/base.php?id=35&ans=216 for instructions on registering your copy.


Have fun!

Sunday, August 4, 2013

[C#] WinForms - How to add your own methods to Control functions [with anonymous methods]

Adding your own methods to event handlers on controls is super easy. Example 1 txtDataReceived.Click += delegate { foo(localVariable1,localVariable2); }; Example 2 imgbtn.Click += delegate { lbl.Visible = false; DoPostBack(); }; ...

Wednesday, July 3, 2013

Half life 2 + other mods Gameinfo.txt contents

Create a new file called gameinfo.txt, paste the file in Quote: steam/steamapps/$UserAccountName/$GameName/$GameName/ with the proper text inside as noted below: Code: Half-Life 2: "GameInfo" { game "HALF-LIFE 2" title "HALF-LIFE'" type singleplayer_only FileSystem { SteamAppId 220 // This will mount all the GCFs we need (240=CS:S, 220=HL2). ToolsAppId 211 // Tools will load this (ie: source SDK caches) to get things like materials\debug, materials\editor, etc. // // The code that loads this file automatically...

Sunday, June 30, 2013

ATI Tray Tools Fix: Can not initialize ATIPDLXX library! Exiting now....

This has happened to some users in Windows 7 and Windows 8. The fix is very simple: 1. Copy atipdlxx.dll into C:\Windows\SysWOW64 2. Rerun ATI Tray Tools. If you get a "could not connect low level driver" issue, reinstall ATi Tray Tools as administrator...

Friday, June 7, 2013

How to get Eclipse Marketplace for Eclipse Classic

Eclipse Classic leaves off the marketplace, which can make finding plugins a bit difficult. It is easy to fix: Help → Install new Software → Switch to the Juno Repository → General Purpose Tools → Marketplace Cli...

Thursday, February 21, 2013

Convert Autocad to Hammer for Source Mapping

Do all of your work as normal in CAD or SU. If CAD is first, save as DWG and import into SketchUp. In SU turn all of your plans into 3d masses, but you need to make sure you group your items (or perhaps just insert planes) so that you have no convex geometry (this is geometry that exceeds 180 degrees, a 3D 'L' would have to be grouped into 2 parts). This is easy if you just group as you go. From SU, save you file as an OBJ. You may need to use SU pro (which there is a free trial, I use the trial time only for opening and exporting). Import...

Tuesday, February 12, 2013

Replace with Newline In Notepad++

Here is a nifty trick to do some quick string operations. Don't get caught doing them manually! Use Notepad++.

All that is required is for you to set "Search Mode" to "Extended" which respects escape characters.


Before:


After:

(I removed quotations too)



Page 1 of 12312345Next