A solution to searching prototypes in natural language
Re: A solution to searching prototypes in natural language
Well, I'm glad my dumb idea got the ball rolling. Thanks Rseding.
- eradicator
- Smart Inserter
- Posts: 5211
- Joined: Tue Jul 12, 2016 9:03 am
- Contact:
Re: A solution to searching prototypes in natural language
Just for the record: Requesting all item/recipe/technology names from a player in on_player_joined_game acts as a ping of death and makes it impossible to join a headless server. As soon as you join the game after catching up you can't move and drop a second later.
Author of: Belt Planner, Hand Crank Generator, Screenshot Maker, /sudo and more.
Mod support languages: 日本語, Deutsch, English
My code in the post above is dedicated to the public domain under CC0.
Mod support languages: 日本語, Deutsch, English
My code in the post above is dedicated to the public domain under CC0.
Re: A solution to searching prototypes in natural language
Yes, don't do that.eradicator wrote: ↑Sat Nov 09, 2019 5:42 pm Just for the record: Requesting all item/recipe/technology names from a player in on_player_joined_game acts as a ping of death and makes it impossible to join a headless server. As soon as you join the game after catching up you can't move and drop a second later.
If you want to get ahold of me I'm almost always on Discord.
- eradicator
- Smart Inserter
- Posts: 5211
- Joined: Tue Jul 12, 2016 9:03 am
- Contact:
Re: A solution to searching prototypes in natural language
Do you have any suggestions on what would be a save number of requests to batch? (I.e. "send 10, wait for answer -> repeat").Rseding91 wrote: ↑Sat Nov 09, 2019 7:14 pmYes, don't do that.eradicator wrote: ↑Sat Nov 09, 2019 5:42 pm Just for the record: Requesting all item/recipe/technology names from a player in on_player_joined_game acts as a ping of death and makes it impossible to join a headless server. As soon as you join the game after catching up you can't move and drop a second later.
Author of: Belt Planner, Hand Crank Generator, Screenshot Maker, /sudo and more.
Mod support languages: 日本語, Deutsch, English
My code in the post above is dedicated to the public domain under CC0.
Mod support languages: 日本語, Deutsch, English
My code in the post above is dedicated to the public domain under CC0.