-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 5d41bde
Showing
122 changed files
with
79,715 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Auto detect text files and perform LF normalization | ||
* text=auto |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
map "jota" | ||
longname "Jota 1.2" | ||
type "tremulous" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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% | ||
} | ||
} | ||
|
Oops, something went wrong.