Pages: 1 2 [3] 4 5 ... 11
  Print  
Author Topic: SVN Commits  (Read 356818 times)
fromhell
Administrator
GET A LIFE!
**********

Cakes 35
Posts: 14520



WWW
« Reply #50 on: October 27, 2008, 02:16:12 PM »

Not committing ridiculously sized icons. I have some concerns over the use of video memory here you know.
Logged

asking when OA3 will be done won't get OA3 done.
Progress of OA3 currently occurs behind closed doors alone

I do not provide technical support either.

new code development on github
cosmo
Member


Cakes 18
Posts: 372


on a dead horse


WWW
« Reply #51 on: October 30, 2008, 12:21:56 PM »

Thanks for your patience. Wink
I zipped new arenas file and ctf_gate1:

http://cosmo.spaceboyz.net/openarena/cosmoFor081.zip (save target as...) or download via attached file

As time is short I was not able to write a script that goes through all botfiles and generates a nice overview of their abilities. I guess this could be done for next release.
Logged

- HUNT HIGHSCORES - mapping - xmpp://cosmo@spaceboyz.net
Graion Dilach
Member


Cakes 12
Posts: 403



« Reply #52 on: November 09, 2008, 10:16:52 AM »

Fixed SMarine shader, for use with any client of OpenArena.
Logged

One shall remind what have he left behind... to actually realize that it's still cool.
PsYthe
Lesser Nub


Cakes 8
Posts: 133


Obey 37.


« Reply #53 on: December 01, 2008, 09:25:48 PM »

ps9ctf:
http://openarena.ws/board/index.php?topic=2530.0
Logged

9
PsYthe
Lesser Nub


Cakes 8
Posts: 133


Obey 37.


« Reply #54 on: December 16, 2008, 04:13:22 PM »

ps37ctf updated. Much more effecient brushes, caulking, new levelshot (not high res) and a few other minor changes.

pk3 is in zip.
Logged

9
Neon_Knight
In the year 3000
***

Cakes 49
Posts: 3775


Trickster God.


« Reply #55 on: January 06, 2009, 08:38:00 PM »

Well, I can't wait.

1) Icons for One Flag CTF & Harvester (Attached on that post)



2) Hydronex2 - Download link and screenshots in the post.
« Last Edit: January 06, 2009, 08:40:10 PM by Neon_Knight » Logged


"Detailed" is nice, but if it gets in the way of clarity, it ceases being a nice addition and becomes a problem. - TVT
Want to contribute? Read this.
jackthompson
Half-Nub


Cakes 1
Posts: 51



« Reply #56 on: January 17, 2009, 07:50:46 PM »

more_crosshairs.shader

replaces the tga's

http://openarena.ws/board/index.php?topic=2729.0
Logged
Neon_Knight
In the year 3000
***

Cakes 49
Posts: 3775


Trickster God.


« Reply #57 on: January 17, 2009, 08:35:18 PM »

am_galmevish2

Changes since version 1:
- Detail
- Weapon spawn markers
- Redone pit
- Redone teleporters
Logged


"Detailed" is nice, but if it gets in the way of clarity, it ceases being a nice addition and becomes a problem. - TVT
Want to contribute? Read this.
jessicaRA
Lesser Nub


Cakes 16
Posts: 115


Wild pony spotted derping around oasago2.


« Reply #58 on: January 20, 2009, 10:00:23 PM »

adding a clamp for cg_errordecay because at high values it can be used like a wallhack.  try it, walk up against a wall and rocket splash yourself on it then walk back up to it.  if cg_errordecay is at something like 99999 you will see right through the wall and stay offset from your character like that for some time.  it seems to not be reproduced offline because it relies on prediction error like when playing online to work.

code/cgame/cg_main.c in the function "void CG_UpdateCvars( void )" directly after the last "//unlagged - client options" line of that function.

Code:
else if ( cv->vmCvar == &cg_errorDecay ) {
CG_Cvar_ClampInt( cv->cvarName, cv->vmCvar, 0, 250 );
}

another addition which i think would be a good idea and possibly most others think so(all i asked like the idea of any change to the demo menu).  a change to the demo menu to make it a single list you can scroll up and down with the mouse wheel on.  replacing code/ui/ui_demo2.c with the file in the zip should do it.  left is now up and right is now down though but their images and locations are changed to match and it works lol.  maybe later allow more demos to be listed?  i can see people playing with auto record collecting 100's fast.
« Last Edit: January 21, 2009, 05:55:24 PM by jessicaRA » Logged
kit89
Member


Cakes 6
Posts: 636


Shoot him..


« Reply #59 on: January 26, 2009, 04:16:59 AM »

Improved performance of oa_minia.

Modified the SkyBox so it doesn't render as many vertices.  Significant performance gains.

http://www.savefile.com/files/1981895  * Fixed version.

File contains modified .bsp & .map files.
« Last Edit: January 26, 2009, 04:42:33 AM by kit89 » Logged
Neon_Knight
In the year 3000
***

Cakes 49
Posts: 3775


Trickster God.


« Reply #60 on: January 29, 2009, 10:52:19 AM »

am_galmevish redone:

- Replaced teleporters with cosmo's ctf_compromise ones.
- Hinting of the map.
- Changed map structure: added weaponbases, and the sideways should look better now.
- Made players start with Rail & Rocket.
- Replaced torches with czest1dm lights.

Download link

This should replace am_galmevish, as hydronex2 should replace hydronex.
I'm finishing q3dm6ish and lava* series.
Logged


"Detailed" is nice, but if it gets in the way of clarity, it ceases being a nice addition and becomes a problem. - TVT
Want to contribute? Read this.
Neon_Knight
In the year 3000
***

Cakes 49
Posts: 3775


Trickster God.


« Reply #61 on: January 30, 2009, 06:13:44 AM »

New post here, I'll be deleting the other.

q3dm6ish-ctf
q3dm6ishv3

Repack of q3dm6ish-ctf due to missing model.
Also packed q3dm6ishv3.

Info & screens

PS: Could it be possible to rename Hydronex2-b2 to Hydronex2? I forgot to do that ^_^ยบ
« Last Edit: February 01, 2009, 08:34:05 AM by Neon_Knight » Logged


"Detailed" is nice, but if it gets in the way of clarity, it ceases being a nice addition and becomes a problem. - TVT
Want to contribute? Read this.
Neon_Knight
In the year 3000
***

Cakes 49
Posts: 3775


Trickster God.


« Reply #62 on: January 31, 2009, 06:17:59 PM »

All my mistakes. -.-
Reposting, since I forgot to add an important detail to those maps: the nodrop zone, without it flags will stay at lava pools and bots will keep on committing suicide. Sorry. :/ I promise it'll never happen again. :/

am_lavaarena-b2
am_lavactf-b3
am_lavactfxl-b2

Thread


Also committing Hydronex2, which should replace Hydronex and b2 in the SVN: DL Link; and new Team Icons for Missionpack.

Sorry for all the inconveniences again. Sad
« Last Edit: February 06, 2009, 11:13:18 AM by Neon_Knight » Logged


"Detailed" is nice, but if it gets in the way of clarity, it ceases being a nice addition and becomes a problem. - TVT
Want to contribute? Read this.
Neon_Knight
In the year 3000
***

Cakes 49
Posts: 3775


Trickster God.


« Reply #63 on: February 06, 2009, 11:14:51 AM »

Hydronex2-final... it replaces Hydronex.

D/L Link

Sorry again for the inconveniences. U_U
Logged


"Detailed" is nice, but if it gets in the way of clarity, it ceases being a nice addition and becomes a problem. - TVT
Want to contribute? Read this.
Neon_Knight
In the year 3000
***

Cakes 49
Posts: 3775


Trickster God.


« Reply #64 on: February 10, 2009, 03:24:37 PM »

Fix for skies/moonsky shader which isn't visible with r_detailtextures 0
This sky is used on maps like oa_minia, oa_rpg3dm1 and hydronex (both 0.8.1 one and my own hydro2)

EDIT: The file is oasky.shader without the detail line at the quoted shader.
Logged


"Detailed" is nice, but if it gets in the way of clarity, it ceases being a nice addition and becomes a problem. - TVT
Want to contribute? Read this.
jute
Lesser Nub


Cakes 2
Posts: 104


« Reply #65 on: February 15, 2009, 12:02:43 PM »

Here is a lot of music:
http://www.jeshimoth.com/jutegyte/OA01a.ogg
http://www.jeshimoth.com/jutegyte/OA02a.ogg
http://www.jeshimoth.com/jutegyte/OA03.ogg
http://www.jeshimoth.com/jutegyte/OA04.ogg
http://www.jeshimoth.com/jutegyte/OA05.ogg
http://www.jeshimoth.com/jutegyte/OA06.ogg
http://www.jeshimoth.com/jutegyte/OA07.ogg
http://www.jeshimoth.com/jutegyte/OA08.ogg
http://www.jeshimoth.com/jutegyte/OA09.ogg
http://www.jeshimoth.com/jutegyte/OA10.ogg
http://www.jeshimoth.com/jutegyte/OA11.ogg
http://www.jeshimoth.com/jutegyte/OA12.ogg
http://www.jeshimoth.com/jutegyte/OA13.ogg
http://www.jeshimoth.com/jutegyte/OA14.ogg

And here is the source audio (uncompressed wavs):
http://www.jeshimoth.com/jutegyte/oa_music_src.zip
Logged
zed
Nub


Cakes 0
Posts: 5


« Reply #66 on: February 24, 2009, 12:21:38 PM »

I took the initiative and repaired the good old void4.map. Additionally, I created new textures based upon existing OA art. Hopefully, this eventually leads to the recommission of this fine map.

http://uploaded.to/?id=d0h5mo

levelshots/void4_1.jpg
maps/void4_1.bsp
maps/void4_1.aas
maps/void4_1.map
maps/void4_1/lm_0000.tga ... maps/lm_0009.tga
scripts/void4_1.arena
scripts/q3map2_void4_1.shader
scripts/nograpple.shader         
textures/oquartz/swire3_512.jpg            (based on oquartz/swire3)
textures/oquartz/lava_oa_logo.jpg         (based on acc_dm3/concrt, proto2/panel04trim2b, and mc-oa-dm04/anodm2_oalogo)
textures/oquartz/baloneydoor_512.jpg    (based on base_wall/rusted)
textures/oquartz/tsl_tower1_512.jpg       (based on evil8_wall/e8crete03e, gothic_trim/metalsupport4i, and base_wall/rusted)
textures/oquartz/tsl_stuff2_512.jpg         (based on gothic_block/blocks11b and gothic_block/blocks18b)
textures/oquartz/tsl_side5_512.jpg         (based on blocks18b)

edit4: added even more detailed textures, fixed the errors sago mentions in his post below, compiled with lightmaps, skyboxed the map (grapple restrictions)
« Last Edit: March 04, 2009, 03:40:30 AM by zed » Logged
sago007
Posts a lot
*

Cakes 62
Posts: 1664


Open Arena Developer


WWW
« Reply #67 on: February 25, 2009, 04:21:33 PM »

@zed
Your void4 does still have some visible overlapping brushes (in the doors). The textures on the buttons in the tower are also too small.
Logged

There are nothing offending in my posts.
fromhell
Administrator
GET A LIFE!
**********

Cakes 35
Posts: 14520



WWW
« Reply #68 on: February 25, 2009, 11:11:33 PM »

technical issues prevent me from committing anything right now, FYI.

Logged

asking when OA3 will be done won't get OA3 done.
Progress of OA3 currently occurs behind closed doors alone

I do not provide technical support either.

new code development on github
andrewj
Member


Cakes 24
Posts: 584



« Reply #69 on: March 19, 2009, 08:15:10 PM »

I have finished re-texturing Vondur's map NEMESIS for OA.

Download link: http://glbsp.sourceforge.net/files/oa_nemesis_final.pk3
Logged
Neon_Knight
In the year 3000
***

Cakes 49
Posts: 3775


Trickster God.


« Reply #70 on: March 20, 2009, 03:26:19 PM »

Read this post for the mappack.
« Last Edit: May 31, 2009, 09:48:09 PM by |TXC| Neon_Knight » Logged


"Detailed" is nice, but if it gets in the way of clarity, it ceases being a nice addition and becomes a problem. - TVT
Want to contribute? Read this.
De@thByBl@st
Half-Nub


Cakes 0
Posts: 67


« Reply #71 on: March 29, 2009, 04:21:02 AM »

I keep getting errors saying I already submitted my post when trying to post here, so:

http://openarena.ws/board/index.php?topic=1113.0
Logged
fromhell
Administrator
GET A LIFE!
**********

Cakes 35
Posts: 14520



WWW
« Reply #72 on: April 08, 2009, 11:05:22 PM »

And here is the source audio (uncompressed wavs):
just committed. As for the oggs I haven't committed those yet, since i've yet to pick the songs they should subsitute

i'll try to commit the rest in this thread as i'm able to commit again.
Logged

asking when OA3 will be done won't get OA3 done.
Progress of OA3 currently occurs behind closed doors alone

I do not provide technical support either.

new code development on github
jute
Lesser Nub


Cakes 2
Posts: 104


« Reply #73 on: April 09, 2009, 09:49:18 PM »

Great!
Logged
kit89
Member


Cakes 6
Posts: 636


Shoot him..


« Reply #74 on: April 13, 2009, 05:57:10 AM »

The modified version of oa_minia.

Modifications:
- Some walls look destroyed.
- Added Two new doors to middle of map.
- Clipped edges
- Moved some weapons about
- Moved Ammo to encourage movement.
- Modified some ground textures
- Added pillar to one of the small sections of the map.
- Re-compiled with patch shadows
- Adjusted lighting so grounds textures weren't overly bright.
-Re-compiled .aas
-improved performance

Files:
maps/oa_minia.bsp
maps/oa_minia.aas
levelshots/oa_minia.tga
sources/oa_minia.map

Link:
http://www.savefile.com/files/2075850
Logged
Pages: 1 2 [3] 4 5 ... 11
  Print  
 
Jump to: