wiremod / wire

Garry's Mod add-on that allows users to wire up components in order to make more elaborate automatic and user-controlled contraptions.
http://www.wiremod.com
Apache License 2.0
551 stars 331 forks source link

fix data store after 11 years #2986

Closed sekta2 closed 7 months ago

sekta2 commented 7 months ago

Looks like I did something wrong, well the Data Store seemed to work correctly but it had no output data.

Denneisk commented 7 months ago

I don't understand what you're trying to do here. What you posted is functionally equivalent (although less likely to be optimized properly by the compiler).

thegrb93 commented 7 months ago

Does anyone know what this entity is supposed to do? Does it just store inputs and output them?

Vurv78 commented 7 months ago

Does anyone know what this entity is supposed to do? Does it just store inputs and output them?

https://web.archive.org/web/20160801175345/http://wiki.wiremod.com/wiki/Store

https://web.archive.org/web/20160801204010/http://wiki.wiremod.com/wiki/Transferer

Wiki pages were luckily archived:

So from what I got from the pages, the "transferer" is just a ranger that saves its inputs into the "storer" which the transferer can read from later. Feels like something that should be in wire extras..

thegrb93 commented 7 months ago

Either that or in the memory gates.

Vurv78 commented 7 months ago

I think memory gates already fulfill the purpose of these which is why nobody has used them after all this time.

It also feels weird to have something thats essentially just two existing components (ranger + memory gates)

thegrb93 commented 7 months ago

If they aren't working as well, then I vote we delete them.