Guest User

Untitled

a guest
Jan 16th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. 18:52 < ensiform> btw, RE_AddRefEntityToScene says >= ENTITYNUM_WORLD which is 1022 when in reality it should be MAX_ENTITIES or w/e it is in cg_public.h
  2. 18:52 < ensiform> (1023)
  3. 18:52 < ensiform> Tr3B fixed it in xreal
  4. 18:53 < ensiform> otherwise that last entity slot cannot be used
  5. 18:53 < ensiform> (1022)
  6. 18:54 < ensiform> ;o
  7. 18:56 < Harekiet> better just have limitless entities
  8. ...
  9. 18:58 < ensiform> Harekiet: probably but still
  10. ...
  11. 19:03 <@Timbo> ensiform: wouldn't changing to MAX_ENTITIES allow you to set the world entity?
  12. 19:03 < ensiform> no, thats not those types of entities
  13. 19:03 < ensiform> thats like uhm
  14. 19:03 < ensiform> refentities
  15. 19:03 < ensiform> in cgame
  16. 19:03 < ensiform> which allows 1023
  17. 19:04 < ensiform> or rather the array size is 1023
  18. 19:04 < ensiform> but for some reason they decided
  19. 19:04 < ensiform> >= 1022
  20. 19:04 < ensiform> which excludes 1022
  21. 19:04 < ensiform> (the last item in array)
  22. 19:04 < Amanieu|France> That would be the world entity
  23. 19:04 <@Timbo> so you're saying the renderer has no notion of the world entity?
  24. 19:04 < ensiform> There is no world entitiy
  25. 19:04 < ensiform> in cgame
  26. 19:05 < ensiform> backEndData[0/1]->entities has nothing to do with real game entities afaik
  27. 19:05 <@Timbo> yeah, ok
  28. 19:05 < ensiform> it only points to the refEntities coming from cgame
  29. 19:05 < ensiform> to be rendered
  30. 19:05 < ensiform> courtesy of tr3b not me btw
Add Comment
Please, Sign In to add comment