kolos26 / GEOFS-LiverySelector

Unified livery handler addon for GeoFS.
MIT License
33 stars 60 forks source link

I made a 757-200 livery #72

Open TheGeoFSAviator opened 2 years ago

TheGeoFSAviator commented 2 years ago

I made a 757-200 FedEx livery, attached below. FedEx 757-200 livery

iuhairways commented 2 years ago

but fedex isnt like that it has the purple bit all the wayto the bottom

TheGeoFSAviator commented 2 years ago

Is it possible I could somehow see it on the aircraft so that I could edit it to make it better? (And make sure everything else is correct)

kolos26 commented 2 years ago

Thanks for your contribution. For testing you need to post out your texture file to somewhere online (I use this one: https://imgbb.com/) And after it loaded click Copy image link. Then go to geofs open up the console and call this function: loadLivery([Your current link goes hier 11 times, between apostrophes separated by comma], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 9, 23, 24, 25, 26, 27, 28, 29, 30, 37]) This configuration works on the b757. (If it's easier for you, you can also try to inspect a button in the console, and change all the links via search and repleace.)

TheGeoFSAviator commented 2 years ago

I'm guessing I did something wrong because it didn't quite work. If you could rephrase that'd be appreciated.

kolos26 commented 2 years ago

Can you please send me the code, you are trying?

TheGeoFSAviator commented 2 years ago

loadLivery('https://ibb.co/7jbtdS7','https://ibb.co/7jbtdS7',' https://ibb.co/7jbtdS7','https://ibb.co/7jbtdS7','https://ibb.co/7jbtdS7',' https://ibb.co/7jbtdS7','https://ibb.co/7jbtdS7','https://ibb.co/7jbtdS7',' https://ibb.co/7jbtdS7','https://ibb.co/7jbtdS7','https://ibb.co/7jbtdS7',], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 9, 23, 24, 25, 26, 27, 28, 29, 30, 37])

That's what I used, and then I went into console and pasted it right here: [image: image.png]

On Sat, Oct 15, 2022 at 12:47 AM kolos26 @.***> wrote:

Can you please send me the code, you are trying?

— Reply to this email directly, view it on GitHub https://github.com/kolos26/GEOFS-LiverySelector/issues/72#issuecomment-1279668529, or unsubscribe https://github.com/notifications/unsubscribe-auth/A3R54DSQ6UIRJ7WF46A2VULWDJAPRANCNFSM6AAAAAARCYTNHE . You are receiving this because you authored the thread.Message ID: @.***>

TheGeoFSAviator commented 2 years ago

loadLivery('https://ibb.co/7jbtdS7','https://ibb.co/7jbtdS7','https://ibb.co/7jbtdS7','https://ibb.co/7jbtdS7','https://ibb.co/7jbtdS7','https://ibb.co/7jbtdS7','https://ibb.co/7jbtdS7','https://ibb.co/7jbtdS7','https://ibb.co/7jbtdS7','https://ibb.co/7jbtdS7','https://ibb.co/7jbtdS7',], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 9, 23, 24, 25, 26, 27, 28, 29, 30, 37])

That's what I used, and then I went into console and pasted it right here: image

iuhairways commented 2 years ago

@TheGeoFSAviator try this link https://i.ibb.co/zQNVTmK/Fed-Ex-757-200-livery.png

TheGeoFSAviator commented 2 years ago

Still didn't work. I think I'm not putting it in the right spot or something.

loadLivery(['https://i.ibb.co/zQNVTmK/Fed-Ex-757-200-livery.png','https://i.ibb.co/zQNVTmK/Fed-Ex-757-200-livery.png','https://i.ibb.co/zQNVTmK/Fed-Ex-757-200-livery.png','https://i.ibb.co/zQNVTmK/Fed-Ex-757-200-livery.png','https://i.ibb.co/zQNVTmK/Fed-Ex-757-200-livery.png','https://i.ibb.co/zQNVTmK/Fed-Ex-757-200-livery.png','https://i.ibb.co/zQNVTmK/Fed-Ex-757-200-livery.png','https://i.ibb.co/zQNVTmK/Fed-Ex-757-200-livery.png','https://i.ibb.co/zQNVTmK/Fed-Ex-757-200-livery.png','https://i.ibb.co/zQNVTmK/Fed-Ex-757-200-livery.png','https://i.ibb.co/zQNVTmK/Fed-Ex-757-200-livery.png'], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 9, 23, 24, 25, 26, 27, 28, 29, 30, 37])

That's the code I'm using ^^

I right click on the bottom of the GeoFS page where the options are for Aircraft, Options, Location, etc... are and then open console, and paste my code in there, and hit Enter. I assume I'm doing this wrong because I think I have the right code.

image

iuhairways commented 2 years ago

wait lemme do something

iuhairways commented 2 years ago

@TheGeoFSAviator Try this https://github.com/iuhairways/liverytesting (go to main.js) it only works when you are already using the 757-200 by gx development

iuhairways commented 2 years ago

Sorry i just realised its completely the wrong size and shape

iuhairways commented 2 years ago

it won't work

TheGeoFSAviator commented 2 years ago

So, should I start over then?