Skip to content

Commit

Permalink
Jota release
Browse files Browse the repository at this point in the history
  • Loading branch information
Masmblr committed Oct 16, 2023
0 parents commit 5d41bde
Show file tree
Hide file tree
Showing 122 changed files with 79,715 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Auto detect text files and perform LF normalization
* text=auto
25 changes: 25 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Game:
*.autosave.map
*.bak
*.prt
*.srf
*.bsp
*.pk3

# OS:
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
desktop.ini
*.db

# Adobe:
*.psd
*.ai

# Misc:
*.7z
Binary file added 1.2/env/jota/jota_bk.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 1.2/env/jota/jota_dn.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 1.2/env/jota/jota_ft.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 1.2/env/jota/jota_lf.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 1.2/env/jota/jota_rt.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 1.2/env/jota/jota_up.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 1.2/levelshots/jota.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
78,209 changes: 78,209 additions & 0 deletions 1.2/maps/jota.map

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions 1.2/scripts/jota.arena
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
map "jota"
longname "Jota 1.2"
type "tremulous"
}
88 changes: 88 additions & 0 deletions 1.2/scripts/jota.particle
Original file line number Diff line number Diff line change
@@ -0,0 +1,88 @@
jota/air
{
ejector
{
particle
{
shader sync textures/jota/air
displacement 0 0 0 ~50
velocityType static
velocityDir linear
velocityMagnitude 1000
velocity -1 0 0 ~20
accelerationType static
accelerationDir linear
acceleration 0 0 1 ~5
accelerationMagnitude 25
radius 0 5 12
alpha 0 1 0.1
rotation 0 ~360 ~360
bounce 0
cullOnStartSolid
lifeTime 2600
}
count infinite
delay 0
period 20 - ~0%
}
}

jota/air2
{
ejector
{
particle
{
shader sync textures/jota/air
displacement 0 0 0 ~50

velocityType static
velocityDir linear
velocityMagnitude 1000
velocity 1 0 0 ~20
accelerationType static
accelerationDir linear
acceleration 0 0 1 ~5
accelerationMagnitude 25
radius 0 5 12
alpha 0 1 0.1
rotation 0 ~360 ~360
bounce 0
cullOnStartSolid
lifeTime 2600
}
count infinite
delay 0
period 20 - ~0%
}
}

jota/sparks
{
ejector
{
particle
{
displacement 0 0 0 ~3.0
velocityType static
velocityDir linear
velocity 0 0 -1 ~35
velocityMagnitude 200
accelerationType static
accelerationDir linear
acceleration 0 0 -1 ~25
accelerationMagnitude 600
dynamicLight 100 30 5 { .9 .7 0 }
bounce .3
radius 75 3 4
alpha 0 .5 .0
lifeTime 5000
childTrailSystem textures/jota/sparktrail
overdrawProtection
}
count ~3
delay 50
period 100 - ~50%
}
}

Loading

0 comments on commit 5d41bde

Please sign in to comment.