OpenArena Message Boards

OpenArena => General => Topic started by: SharpestTool on April 22, 2009, 02:02:14 PM



Title: Is Gullible in the dictionary? (News Stuff Questions)
Post by: SharpestTool on April 22, 2009, 02:02:14 PM
So yeah,

I'm probably being gullible for some of the jokes in the little news feeds by the search box...but...

What's the stuff about merging with Nexuiz and using sdlquake2?



Title: Re: Is Gullible in the dictionary? (News Stuff Questions)
Post by: Graion Dilach on April 22, 2009, 02:05:34 PM
They were added on April's Fools Day and they haven't been deleted since.

(Although I'd gladly play that OpenArena Dating Sim...)


Title: Re: Is Gullible in the dictionary? (News Stuff Questions)
Post by: pulchr on April 22, 2009, 05:20:37 PM
and they really should be removed by now - looks silly...


Title: Re: Is Gullible in the dictionary? (News Stuff Questions)
Post by: fromhell on April 22, 2009, 10:17:35 PM
yeah I completely forgot about the news header. Oops.
It's the least I could do at the time when I couldn't ftp to my site dir.

fun fact: In 2007 i was making a 3d dating sim, but ran into technical limitations with DarkPlaces (particularly involving model collision, and skeletal animation issues). I'm unsure if I should take on this idea one more time, with too many SHOOTIN projects on the line ATM.


Title: Re: Is Gullible in the dictionary? (News Stuff Questions)
Post by: SharpestTool on April 23, 2009, 05:01:19 PM
OpenArena dating sim eh?

blahahaha....

here's a bit of code that would show up...

in bg_public.h

typdef enum{
  TEAM_RED,
  TEAM_BLUE,
  TEAM_FREE,
  TEAM_SPECTATOR,
  TEAM_NUM_TEAMS
} team_t;

would change to...

typedef enum{
  TEAM_GAY,
  TEAM_STRAIGHT,
  TEAM_BI,
  TEAM_VOYEUR,
  TEAM_NUM_TEAMS
} team_t;

and somewhere in the game code...
void AskSexualOrientation( gentity_t *ent, gentity_t *targ)
{
   
if(targ->client->sess.sessionTeam == TEAM_BI)
    {
           G_Printf("I go both ways....");
    }