bubbles

Counter-Strike CS
bubbles by Boban
Posted 6 months ago2023-10-12 16:30:37 UTC • Examples • Counter-Strike
Loading...
Screenshot Thumbnail
Name
bubbles
By
Boban Boban
Type
Map
Engine
Goldsource
Game
Counter-Strike
Category
Examples
Included
BSP, RMF/VMF
Created
6 months ago2023-10-12 16:30:37 UTC
Updated
6 months ago2023-10-12 16:30:37 UTC
Views
323
Downloads
255
Comments
0
Download (83.05kb)

Wanted to add bubbles in a map but didn't know how, figured out and now want to share what i learned.
This map includes:
  • Different variations of env_bubbles entity.
  • Model from the original game "pipe_bubbles.mdl"
  • env_shooter shooting bubbles.
  • func_conveyer with scroll texture of bubbles.
Quick resume of env_bubbles variations:
  • With this entity, bubbles can't go downwards nor horizontally.
  • To have vertical bubbles, set speed of current to 0 (Yaw doesn't matter in that case).
  • Speed of current isn't just setting speed of bubbles but also angle which they go on. That means you can't have 2 different speeds on same angle. (for example vertical bubbles speed can't be changed)
  • Having negative speed of current will technically just change Yaw by 180.

Comments

You must log in to post a comment. You can login or register a new account.