wiremod_e2_os icon indicating copy to clipboard operation
wiremod_e2_os copied to clipboard

how to upload bmp?

Open polipen opened this issue 2 years ago • 10 comments

i tried imgur, my ftp server, some online image viewers but not worked.

polipen avatar Sep 17 '22 18:09 polipen

you need own web (http) server, not ftp one. Most image services like imgur converting bmp to jpg always, so you can't upload raw (true) bmp image here.

AlexALX avatar Sep 18 '22 18:09 AlexALX

its now giving me "empty response" error and yes i made my localhost server and its an bmp image

polipen avatar Sep 24 '22 20:09 polipen

Did you tried open url in browser? And make sure its not httpS but just http (since i had issues with https in wiremod)

AlexALX avatar Sep 25 '22 08:09 AlexALX

yes its http and yes i can open the image in my browser. btw i'm using iis feature of windows.

polipen avatar Sep 25 '22 08:09 polipen

Then i'm not sure, try 127.0.0.1 instead of localhost, also it might be related with this warning: https://wiki.facepunch.com/gmod/http.Post

To enable HTTP-requests to destinations on private networks use Command Line Parameters -allowlocalhttp (serverside only).

EDIT: just checked my gmod params - and yes i did added that at some point and forgot (so just add param in steam and will work for singleplayer).

AlexALX avatar Sep 25 '22 09:09 AlexALX

parameter is worked thanks! and last thing, is there a way to make bigger dhdd? i mean i can't get songs its so small

when i try to edit hdd e2 chip it can't validate the code (failed to include "alx_pc/shared/main") when i delete it, it says "no such function: getentity(number).

polipen avatar Sep 25 '22 11:09 polipen

Yes you can make bigger dhdd by adding extra data banks and then edit e2 chip with adding # of them + connect with wirelink. As for error - you need download e2 folder manually (from this repository) and extract so path will be valid, then use main script (alx_pc/HDD.txt) when upload to e2 chip.

And note - 1 MB is physical limit for each HDD Bank (262144 sectors with 32bits).

AlexALX avatar Sep 25 '22 20:09 AlexALX

ok last thing (really) a glitch happening to my pictures 20220928163747_1

it should be complete white (look closer if u didn't see it)

polipen avatar Sep 28 '22 13:09 polipen

Are you sure its not rendering issue (like scaling from different distance), or conversion issue (like from jpg to bmp)?

AlexALX avatar Sep 28 '22 14:09 AlexALX

Also make sure you didn't enabled "Compression" in any kind when save bmp. it should be 32/24/16/8/4/1 bits without compression. Also doesn't support RTL or something like this called, not remember already.

AlexALX avatar Sep 28 '22 15:09 AlexALX