Advertisement
Guest User

Untitled

a guest
Jul 26th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. [15:17] <@ImQ009> eihrul, I have idea for an entity, Sound muter. The sound it's linked to fades out as you come closer the the muter. Could be pretty cool to get rid of wind/rain/etc. sounds as you get into a building etc
  2. [15:17] <@ImQ009> Please, think about it :)
  3. [15:19] <@eihrul> meh, means i would have to do work
  4. [15:19] <@eihrul> i don't like work
  5. [15:20] <@ImQ009> Please =3
  6. [15:21] <@ImQ009> eihrul, You know it's that easy even I could code it
  7. [15:21] <Theotherhiveking> Then do it.
  8. [15:21] <@Hirato> ImQ009: thank you, send patches, we'll be waiting
  9. [15:22] <@ImQ009> Hirato, Hmm... MKEH
  10. [15:22] <@Hirato> I thought you said it was "easy" and that you could "do it" :P
  11. [15:22] <@eihrul> adding new ents is work even beyond the code
  12. [15:23] <@eihrul> because it means invalidating the map format and shit like that and i hate doing that
  13. [15:23] <@ImQ009> Hirato, MKEY = Okay
  14. [15:24] <@Hirato> increasing the version and doing some sort of if(hdr.version <= some_version && e.type >= E_MUTER) e.type++; doesn't seem too difficult
  15. [15:25] <@Hirato> (assuming this entity goes into /shared/ents.h)
  16. [15:25] <@eihrul> it's annoying still
  17. [15:26] <@Hirato> can't disagree there
  18. [15:26] <@Hirato> but it doesn't seem at all prohibitive
  19. [15:26] <@eihrul> i prefer to only add ents that have a really fundamental utility
  20. [15:26] <@eihrul> even spotlights were sort of pushing it :P
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement