Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

models magically loading and not loading from time to time #7

Open
sebdamememan opened this issue Sep 19, 2023 · 8 comments
Open

models magically loading and not loading from time to time #7

sebdamememan opened this issue Sep 19, 2023 · 8 comments

Comments

@sebdamememan
Copy link

sebdamememan commented Sep 19, 2023

this has become a recurring problem and I really dont see an answer to it, whenever I have an obj loaded in game, or when I get the opportunity to load one in, sometimes i can load it completely normal. then I open up the game again and suddenly "poof" failed to find 'Content-Range' header, I say "weird flex", open the game again and then "poof" object back to normal. any good ideas onto WHY it may be doing this from time to time?

@edunad
Copy link
Owner

edunad commented Sep 20, 2023

what url host is the model using?

@sebdamememan
Copy link
Author

sebdamememan commented Sep 20, 2023

The model itself , as well as its texture is being hosted on google drive, here:

Model:https://drive.google.com/file/d/1W_QBEGzxWjhHaYdNNhg6MEz658w_t5Dg/view?usp=drivesdk

Material:https://drive.google.com/file/d/1ZUzVCI2p-xbi-WE1ep5h0G-6dl67bKSU/view?usp=drivesdk

If for some reason i shouldnt be using google drive, or in the case that any other services like dropbox work better pls do tell

@edunad
Copy link
Owner

edunad commented Sep 23, 2023

Seems to be google driving limiting the requests, can you try dropbox or pastebin?

I've added prop_mesh_ignoreContentRange to disable content range checking, this will make users / server download unlimited size files, so it's not really a good idea to disable it.

#8

@sebdamememan
Copy link
Author

sebdamememan commented Sep 23, 2023

Seems to be google driving limiting the requests, can you try dropbox or pastebin?

I've added prop_mesh_ignoreContentRange to disable content range checking, this will make users / server download unlimited size files, so it's not really a good idea to disable it.

#8

sadly, changing the link to drop box nor paste bin made it download constantly, it keeps on doing it one time, and then failing the other, also on another note, for some reason the in game console is not recognizing prop_mesh_ignoreContentRange as a valid command to use on multiplayer servers started on the single player menu

@edunad
Copy link
Owner

edunad commented Sep 24, 2023

did you update the addon? i pushed the update to workshop yesterday

@sebdamememan
Copy link
Author

100% sure

this is a screenshot of a multiplayer local server game started on the single player tab

Captura de pantalla 2023-09-25 005737

and this is a pic of the same command being recognized by a server console from a server on the multiplayer tab

Captura de pantalla 2023-09-25 010130

@edunad
Copy link
Owner

edunad commented Sep 25, 2023

100% sure

this is a screenshot of a multiplayer local server game started on the single player tab

Captura de pantalla 2023-09-25 005737

and this is a pic of the same command being recognized by a server console from a server on the multiplayer tab

Captura de pantalla 2023-09-25 010130

On singleplayer did you at least select local server and a min of players? The addon does not work on pure singleplayer

@sebdamememan
Copy link
Author

Yes, local server and a minimum of 4 players was selected, I am aware that the addon doesnt work on pure single player games, even with all of that the console aint loading up the command

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants