Thread Tools Display Modes
04/04/15, 02:48 PM   #1
awesomebilly
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 23
Mac Textures vs PC

Hey guys,

This is really throwing me off, some of the textures are being displayed on my mac, but not all?
The PC its working fine.

Here is an example:
This works
("/MyAddon/media/radialicon_trade_disabled.dds")

This doesnt work
("/MyAddon/media/radialicon_trade_over.dds")
  Reply With Quote
04/04/15, 03:45 PM   #2
Garkin
 
Garkin's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 832
Originally Posted by awesomebilly View Post
Hey guys,

This is really throwing me off, some of the textures are being displayed on my mac, but not all?
The PC its working fine.

Here is an example:
This works
("/MyAddon/media/radialicon_trade_disabled.dds")

This doesnt work
("/MyAddon/media/radialicon_trade_over.dds")
Try to delete shader cache (while game client is not running), in most cases it helps.

~/Documents/Elder Scrolls Online/live/ShaderCache.cooked
  Reply With Quote
04/04/15, 07:49 PM   #3
awesomebilly
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 23
Originally Posted by Garkin View Post
Try to delete shader cache (while game client is not running), in most cases it helps.

~/Documents/Elder Scrolls Online/live/ShaderCache.cooked


Thanks so much Garkin,
I was thinking it was \ vs / for pathing.

Deleting cache fixed it. I really hate coding on PC... no workspaces.
  Reply With Quote
04/05/15, 10:56 AM   #4
Halja
 
Halja's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 111
A built-in virtual desktop manager is making a comeback with Windows 10.0.
  Reply With Quote
04/05/15, 12:07 PM   #5
Minceraft
 
Minceraft's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2014
Posts: 51
Mac

I've had the same issues coding on a Mac mini, so I downloaded a separate editor called LuaDevelopmentTools. Works great as a created workspace and it lets you work on a file that's in the ElderScrollsOnline>live> AddOns file. That allows for an easy reload UI !! ( And just for the record, Macs are great for single project stuff like recording music or videos, but not if you're running multiple apps and/or programs...)

Only problem with the editor is that each project folder has program files for the editor, which must be removed prior to publishing online. Or things like Minion will download the file into the wrong folder :/

Last edited by Minceraft : 04/05/15 at 12:11 PM.
  Reply With Quote
04/05/15, 05:52 PM   #6
Sasky
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 231
Originally Posted by Minceraft View Post
Only problem with the editor is that each project folder has program files for the editor, which must be removed prior to publishing online. Or things like Minion will download the file into the wrong folder :/
One option is to use the Git or Subversion features of the site and publish from there. Not sure about LuaDevelopmentTools, but a lot of IDEs have built-in Git and/or SVN support (or you could use it directly from CLI or a GUI). It takes a little bit to get setup, but once you do I find it's much easier to publish changes than manual zip and upload.
  Reply With Quote

ESOUI » Developer Discussions » General Authoring Discussion » Mac Textures vs PC


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off