KD wrote:Sorry about the installation...I took the download off because it doesn't work...I'll get it back up after I get the installer figured out.
heres an install command that should work
(deletes current logos inside the .vivs, this makes the installation smoother as when overwriting it often gives problems, i'm guessing this is ur problem so just plug this into the install and you should be fine..)
eazip -d renfe\xlogo_f.viv me.fsh
eazip -d renfe\xlogo_s.viv me.fsh
eazip -d renfe\xlogo_m.viv me.fsh
eazip -d renfe\xlogo_sk.viv me.fsh
eazip -d renfe\xportbck.viv me.fsh
eazip -d render\xcommon.viv me.fsh
eazip -d render\xovrlogo.viv me.fsh
eazip -d render\xfescr.viv me.fsh
(imports the logos, depending on the directory u have the logos installed to you may have to change where its looking to find the logo)
eazip -a renfe\xlogo_f.viv renfe\xlogo_f\me.fsh
eazip -a renfe\xlogo_s.viv renfe\xlogo_s\me.fsh
eazip -a renfe\xlogo_m.viv renfe\xlogo_m\me.fsh
eazip -a renfe\xlogo_sk.viv renfe\xlogo_sk\me.fsh
eazip -a renfe\xportbck.viv renfe\xportbck\me.fsh
eazip -a render\xcommon.viv render\xcommon\me.fsh
eazip -a render\xovrlogo.viv render\xovrlogo\me.fsh
eazip -a render\xfescr.viv render\xfescr\me.fsh
(cleans up all the access logos in the folders and shit that arent needed since logos dont even work with custom art)
del renfe\xlogo_f\me.fsh
del renfe\xlogo_s\me.fsh
del renfe\xlogo_m\me.fsh
del renfe\xlogo_sk\me.fsh
del renfe\xportbck\me.fsh
del render\xcommon\me.fsh
del render\xovrlogo\me.fsh
del render\xfescr\me.fsh