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
Note question, Can't really get it to work... SOLVED!
Daemian Offline
Posting Freak

Posts: 1,129
Threads: 42
Joined: Dec 2012
Reputation: 49
#7
RE: Note question, Can't really get it to work...

(07-23-2013, 10:52 AM)Your Computer Wrote: If you've used PNG or JPEG, then the issue isn't the image format, it's the file name of the image. The file name must have the suffix "_large" (e.g. "custom_note_bg_large.png") in order for it to work. Then you'd use:

PHP Code: (Select All)
AddNote("NoteEntry""custom_note_bg"); 

How come is not working? Just like YC said

AddNote ( "something99", "image99" );

language file:
Quote:<CATEGORY Name="Journal">
<Entry Name="Note_something99_Name">Note Title</Entry>
<Entry Name="Note_something99_Text">Note Content</Entry>
</CATEGORY>

Files
Quote:image99_large.jpg
image99_icon.jpg

For me, any format for the image worked, (but only dds, tga and png allow transparency).

12-10-2013, 08:51 PM
Find


Messages In This Thread
RE: Note question, Can't really get it to work... - by Daemian - 12-10-2013, 08:51 PM



Users browsing this thread: 1 Guest(s)