Kind of surprised to see this post near the top of this section again! Can't edit the top post any more, probably due to the fact that this thread is ~11 years old now... oof, where did the time go...
Starting to get back into Open Arena so I -might- start working on this map again, though I probably should create a new thread if I do. For now, here's the links.
https://8bitworld.us.to/Other_Stuff/OpenArena/maps/ctf_spaceship/ctf_spaceship.zip
https://8bitworld.us.to/Other_Stuff/OpenArena/maps/ctf_spaceship/Pics
These are the final set of files that I released back in '08, so no changes at the moment.
![]() |
|
News: Future of OA |
61
on: June 20, 2019, 09:39:37 PM
|
||
Started by Pyrarrows - Last post by Pyrarrows | ||
62
on: June 05, 2019, 12:52:56 PM
|
||
Started by Neon_Knight - Last post by Neon_Knight | ||
Cleaned up ai_team.c
This should allows us to take a better look at how the bots are organized in team matches. |
63
on: June 05, 2019, 04:55:31 AM
|
||
Started by Neon_Knight - Last post by andrewj | ||
I am working on my own fork too, but it is not ready to go public yet.
|
64
on: June 05, 2019, 04:51:10 AM
|
||
Started by Neon_Knight - Last post by andrewj | ||
When I thought about this idea some months ago it would be within UI3 but i'm not too sure about writing .c files it can't do a pure check given that ease... If you're talking about an in-game editor, then you could skip the .c files and send the bot characteristics directly from client to the server via some new command(s) implemented in the game qvm.Quote from: Neon_Knight In order to make the tool simple and easy to use, it should request only two values per attribute, one expected when skill=1 (the "minimum", which in some cases would be the "maximum") and another expected when skill=5 (vice-versa). The current bots already skip skills 2 and 3, they don't exist in the .c files, they are interpolated from skills 1 and 4. You could in theory skip skill 4 too and just interpolate between 1 and 5 -- see BotLoadCharacter() function in game/ai_char.c |
65
on: June 05, 2019, 02:53:21 AM
|
||
Started by The_cheeki_breeki - Last post by Gig | ||
Are you sure the "Servers" field on the top says "internet"? Did you try to stop scan (spacebar) and try again (click "refresh" button on bottom)?
The first time you launched the game, Windows should have asked you if you wanted to allow network access for openarena.exe, and you had to allow for all networks. If you didn't and the popup window does not appear anymore, you should allow it through Windows Firewall Advanced settings. If you wish, before going into Advanced settings, you may temporarily disable the firewall completely and try again, just to be sure the problem is with your firewall. Note: you might be using a firewall bundled with some third party anti-malware software instead of Windows Defender Firewall, in that case you should check in that firewall settings. |
66
on: June 04, 2019, 07:25:16 PM
|
||
Started by The_cheeki_breeki - Last post by fromhell | ||
Yeah, if you compile this particular SDL 1.2 fork
https://github.com/vanfanel/SDL-1.2.15-raspberrypi and this https://github.com/OpenArena/engine/ it should be able to start (while using the GL kms driver) |
67
on: June 04, 2019, 06:27:39 PM
|
||
Started by The_cheeki_breeki - Last post by The_cheeki_breeki | ||
Edit: Im running 8.8.8
|
68
on: June 04, 2019, 05:55:25 PM
|
||
Started by The_cheeki_breeki - Last post by The_cheeki_breeki | ||
Hello. Whenever I get on OpenArena and select multiplayer, the screens says " No Servers Found". What do I do? My friend is using linux while I am using windows, and his works fine. the version I am using is 8.5.1 if that helps.
Thanks in advance, -The_cheeki_breeki |
69
on: June 04, 2019, 05:51:55 PM
|
||
Started by The_cheeki_breeki - Last post by The_cheeki_breeki | ||
I was wondering if anybody here has gotten OpenArena to work on a raspberry pi. I know that the pi can work for servers but i'm not sure for actual gameplay. I got a raspberry pi last week so i was going to use it for open source projects. If anybody has any answers that would be coolio.
thanks in advance, -The_cheeki_breeki |
70
on: June 04, 2019, 04:43:09 PM
|
||
Started by Neon_Knight - Last post by fromhell | ||
When I thought about this idea some months ago it would be within UI3 but i'm not too sure about writing .c files it can't do a pure check given that ease...
I do find making individual bot .c files a little tedious and would rather make one set of sliders and have the other skills modulate from that... |