Aide - Recherche - Membres - Calendrier
Version complète : Jeux FPS 3D gratuit
iClan, le clan Mac > Public > Jeux
Acid
Bonjour,

Voici une liste de jeux FPS gratuits. La plupart ne sont que pour PC (ou via bootcamp bien sur) et en particulier Fear Combat (Multiplayer).
Pour les Mac (pur et dur) il y a le jeu Cube 2.

@+
Diurn
FEAR combat j'y ai passé du temps à l'époque ou c'était sorti. Vraiment incroyable qu'ils ont donné ça pour rien !
sinon, j'ai ma clé CoD si quelqu'un la veut vu que je ne risque pas d'y jouer..
CantKillemAll
Fear Combat, c'est le multiplayer de F.E.A.R ? Si oui, j'y ai joué pour tester, c'est pas mal.
C'est hyper rapide et assez violent (mais on n'est pas des chochottes ici tongue.gif)
Pierpo
Je vous conseille très fortement Tremulous tongue.gif
J'y ai beaucoup joué pendant un moment et je ne me suis vraiment pas ennuyé (FPS mélangé avec constructions de base, c'est pas courant dans un FPS).

Bah oui je réponds que maintenant, mais j'étais en vacances donc assez occupé pour tout regarder sur le forum biggrin.gif

(Tremulous est sur Mac, mais y a-t-il d'autres jeux pour lesquels c'est pas marqué? Ou il faut installer Windows?)

(Ah ouais ok, ils marquent aucun jeu pour mac sad.gif )
Someone
Hello world smile.gif

Désolé de remonter ce sujet mais je souhaitais juste faire un p'tit coup de pub pour Nexuiz, un FPS en 3D libre et multiplateforme. Actuellement c'est une petite communauté et pourtant c'est un jeu excellent ! Nexuiz dispose d'un mode solo pour ceux qui désirent s'entraîner, mais l'ambiance en réseau est super et il y a un large choix de serveurs. Basé sur une version améliorée du moteur de Quake 1, ce jeu mérite totalement sa place au sein des FPS de qualité. Bref, je ne vous en dis pas plus mais sachez qu'on attend plus que vous ! biggrin.gif

Si ça vous intéresse :
- http://alientrap.org/nexuiz/ (site officiel)
- http://www.nexuiz-france.com (forum francophone)

Have fun.
DBSor
Merci de l'info, c'est à tester effectivement smile.gif
#TiPiaKk#
J'y joue de temps en temps au boulot... et c'est pas mal effectivement, même si on est toujours dans le style Quake ou UT.
Pierpo
Woaw, il a bien évolué depuis la version que j'ai...
#TiPiaKk#
Effectivement, je suis entrain de le récupérer pour tester cette nouvelle version...
imacnop
Salut a tous,
je trouve Nexuiz génial de plus gratuit,j aimerais bien creer un serveur public mais je ne comprend pas l'anglais dans le fichier server.cfg
CODE

// A setting needs to be surrounded with " if it contains special
// characters like space, semicolon (seperates commands) or starts
// with // (begins a comment for the rest of the line or next
// semicolon). While just "" means 'no/empty setting".

/////////////////////////////////////////////////////////////////////
// Everything has some sensible defaults so you do NOT really need to
// change anything. But here are some settings you SHOULD change to
// make it 'YOUR' server. IF so remove the // from the line start and
// change them to your liking.

//sv_public 1 // 0 if the server should not be on the public servers list
//hostname "Nexuiz Server OsXpTEAM" // this name will appear on the server list
//sv_motd "" // this message (unless "") is displayed to players on connect
//maxplayers 8 // number of players allowed on the server
//port 26000 // the port used by the server
//log_file server.log // server console output will also be copied to this file

// List of maps to play on the server. Set to "" to autodetect (which would enumerate ALL maps. Maps that don't support the current game mode will be skipped, so you don't need to remove them here.
//g_maplist "aggressor aneurysm basement basementctf bleach bloodprison bloodprisonctf bluesky darkzone dieselpower dismal downer evilspace farewell final_rage reslimed ruiner runningman_1on1remix runningman runningmanctf silvercity skyway slimepit soylent starship stormkeep strength toxic warfare"
//g_maplist_shuffle 1 // 0 always selects the next map out of g_maplist (but then better set g_maplist_votable 0 below to prevent repetitive votes), 1 will select random maps each time
//g_maplist_mostrecent_count 3 // number of maps that have to be played before a map can be repeated

// LIMITS: how long a match will last before the next map starts (-1 means use the map default, 0 = unlimited, please note that the variables fraglimit/timelimit can NOT be globally used for this but only DURING a match is being played)
//timelimit_override -1 // global timelimit for all maps and gametypes
//fraglimit_override -1 // global frag/point limit for all maps and gametypes
//g_ctf_capture_limit -1 // frag/capture limit for CTF
//g_domination_point_limit -1 // frag/point limit for DOM
//g_runematch_point_limit -1 // frag/point limit for RUNE
//g_keyhunt_point_limit -1 // frag/point limit for KH

// GAME MODE: what type of server do you want to host? Only uncomment ONE of these.
//g_dm 1 // deathmatch
//g_tdm 1 // team deathmatch
//g_ctf 1 // capture the flag
//g_domination 1 // domination
//g_runematch 1 // runematch
//g_lms 1 // last man standing
//g_arena 1 // arena
//g_keyhunt 1 // key hunt

// enable some mutators you'd like
//g_cloaked 0 // set to 1 for transparent hard to see players
//g_footsteps 0 // set to 1 to enable footsteps
//g_grappling_hook 0 // set to 1 to enable the hook
//g_laserguided_missile 0 // set to 1 for laser guided missiles in the RL
//g_midair 0 // set to 1 to make only midair damage count
//g_vampire 0 // set to 1 to give players the damage they cause as health
//sv_gravity 800 // for low gravity, set this somewhere between 50 and 400

// select AT MOST one of these arena mutators
//g_instagib 0 // set to 1 to make the Nex the only weapon
//g_minstagib 0 // set to 1 for MinstaGib
//g_nixnex 0 // set to 1 for No Items Nexuiz
//g_nixnex_with_laser 0 // set to 1 to always give players the laser in NixNex
//g_rocketarena 0 // set to 1 to make the rocket launcher the only weapon

/////////////////////////////////////////////////////////////////////
// Some settings you MIGHT want to change. Again IF so remove the //
// from the line start and change them to your liking.

//rcon_password "" // you can use rcon if this password is set. you need to set the same password in your client if you want to issue rcon commands
//rcon_restricted_commands "" // commands a "restricted" rcon user may use, seperated by space
//rcon_restricted_password "" // put here the password for a "restricted" rcon user

//bot_number 0 // number of bots to add
//skill 1 // the bots skill level
//minplayers 0 // add bots if less then that number of players playing. MAKE SURE ITS LESS THEN maxplayers or people will get blocked by bots!
//bot_prefix [BOT] // prepend this to all botnames
//bot_suffix "" // append this to all botnames

//g_maplist_votable 5 // number of maps to vote between. set to 0 to disable the map voting screen (please enable g_maplist_shuffle above when this is enabled, or votes will be repetitive)
//g_maplist_votable_suggestions 2 // number of suggestions to accept using the suggestmap command
//g_maplist_votable_abstain 0 // when 1, people get a "don't care" selection in the vote screen
//g_maplist_votable_nodetail 0 // when 1, people can't see how many voted for what (to thwart abusive "influential" first votes)

//sv_vote_commands "restart timelimit fraglimit chmap gotomap g_grappling_hook sv_defaultplayer_fbskin_green sv_defaultplayer_fbskin_red sv_defaultplayer_fbskin_orange sv_defaultplayer_fbskin_off" // players can vote for those commands or use them if they are masters
//sv_vote_call 1 // 0 will disable the normal voting
//sv_vote_master 1 // 0 will disable voting to become masters
//sv_vote_master_password "" // when set, vdo login master will allow you to run votable commands directly using vdo
//sv_vote_simple_majority 0 // 1 will make votes succeed if there are more yes than no votes. with 0 (default), more than half of the players have to say yes
//sv_vote_majority_factor 0.5 // 0.667 will require a 2/3 majority instead of a regular 1/2 one

/////////////////////////////////////////////////////////////////////
// Some more advanced settings. You probably are not interested in changing them at all.

// select one of these:
//g_balance_rocketlauncher_detonatedelay 0 // rocket detonation at any time
//g_balance_rocketlauncher_detonatedelay 0.2 // rocket detonation at least 0.2s after it was shot (reduces rocket boosting)
//g_balance_rocketlauncher_detonatedelay -1 // rocket detonation only if the rocket is out of range of the owner (prevents rocket boosting, makes rockets "safer")

//sv_ready_restart 0 // 1 to allow players to restart the map when all of them press the ready button
//sv_autoscreenshot 0 // 1 will force a screenshot for all clients when the map ends. Useful for competitions or the ladder.

//g_antilag 1 // 0 to disable the antilag feature

//sys_ticrate 0.05 // how long a server frame is. 0.05 = 20 fps, 0.02 = 50 fps. Lower settings makes things smoother but create much more traffic
//sv_maxrate 1000000 // limits client connexions to this rate in bytes/seconds

// see Docs/mapdownload.txt for more info
//sv_curl_defaulturl http://www.nexuiz.com/contentdownload/getmap.php?file= //fallback download URL

//sv_defaultcharacter 0 // 1 will force a specific model for all players
//sv_defaultplayermodel models/player/nexus.zym // this model will be used
//sv_defaultplayerskin 0 // this skin number will be forced for all players
//g_fullbrightplayers 0 // 1 to make players fullbright
//g_fullbrightitems 0 // 1 to make items fullbright

//g_balance_teams 1 // 0 will show players the team selection menu after joining instead of automaticly putting them on the smaller team
//g_balance_teams_force 0 // 1 to automaticly balance teams even during a game

Tous ce que j ai compris ses hostname "Nexuiz Server OsXpTEAM" le reste comprend pas si quelqu un aurrais deja un fichier server.cfg
que je modifie de plus quand je lance le fichier nexuiz-osx-dedicated il me dit qui na pas de maps je suis perdu .

merci d'avance a vous
DBSor
Je pense que sur Google, tu devrais trouver la signification de toutes ces variables.
Par exemple ici, mais c'est vrai que beaucoup de doc semble être en anglais, il va falloir t'y mettre wink.gif Bon courage.
imacnop
Très gentil de m'avoir répondu mais j ai déja lus mais pas simple
j ai une erreur quand je lance le serveur mais comprend pas ce que sa veux dire




Merci quand meme je vais encore chercher et je vous tiens au courrant peu etre pour un test
sur mon futur serveur

@+ blink.gif pleure.gif
imacnop
Encore moi j ai trouver sa http://delight.vapor.com/ on prendre les server.cfg
mais sa ne fonctionne pas comprend rien je pense que je vais laisser faire les pro

@+
imacnop
bonne et heureuse année 2009 mais surtout bonne santé teehee.gif

Me re voila avec Nexuiz ,bonne nouvel j ai reussi de creer mon propre serveur si sa vous dit un Test dite moi ce que vous voulez jouer DM-TDM-CTF ect ....
pour que je puise faire les motifs .
PS: j ai commander mon COD4 pour quelque partie avec des macosiens w00t.gif

@+
fre2x3
Donne nous toute les coordonnées de ton serveur.
Sinon j'aime bien tous les modes à objectif (CTF, SD, DOM, HQ.....)
Heimdal50
Ça ressemble beaucoup à UT wink.gif
imacnop
CITATION(fre2x3 @ 8 Jan 2009, 15:49) <{POST_SNAPBACK}>
Donne nous toute les coordonnées de ton serveur.
Sinon j'aime bien tous les modes à objectif (CTF, SD, DOM, HQ.....)



Ben voila Donc le noms du serveur "osxp-fr/be-CTF" ou dans la consol connect 213.49.65.14:26000 il y pas de mot de pass serveur de 10 joueurs,pas e boots,anti triche activer Tous les armes il y encore des option que je n ai pas mis car je ne connais pas .
Normalement il y a un vote map le serveur est ouvert mais je le coupe ce soir vers 20h30 car le pc tourne dans la chambre de mon fils qui me sert de bureau pour le moment pleure.gif .

Merci a vous de tester et de me dire ce que vous en pensez regards.gif

CONFIG SERVEUR
Quad E6600 2,4 mhz 4gb DDR2 geforce 9800GTX+ et il tourne sous vista 64bits (comme je n ai pas arriver a créer le serveur avec mon imac 17"),Ligne ADSL belge
Ceci est une version "bas débit" de notre forum. Pour voir la version complète avec plus d'informations, la mise en page et les images, veuillez cliquer ici.
Invision Power Board © 2001-2025 Invision Power Services, Inc.