Author Topic: Server  (Read 6021 times)

Tremunous

  • Posts: 12
  • Turrets: +2/-3
Server
« on: October 03, 2009, 01:47:52 pm »
sry Idon't speak good english
//
Ineed video toturial of how to make a server and how to work cmd admin.dat
//
Ihave win . plzz in video tea me how to open port ...
:'(

No IQ Dude

  • Posts: 23
  • Turrets: +1/-2
Re: Server
« Reply #1 on: October 04, 2009, 11:10:31 am »
this is the 2nd time you wanted a video clip of how to make a server
I reccomend reading the stickeys of how to make a server  :police:

http://tremulous.net/forum/index.php?topic=3586.0

there is one
You can read.. right?
« Last Edit: October 04, 2009, 11:12:12 am by No IQ Dude »

Kiwi

  • Posts: 859
  • Turrets: +29/-9
Re: Server
« Reply #2 on: October 05, 2009, 12:18:31 am »
What language do you speak/read the best?

Tremunous

  • Posts: 12
  • Turrets: +2/-3
Re: Server
« Reply #3 on: October 05, 2009, 04:16:18 pm »
thx me creat server
//
but Ineed how to add cmds !cp and !register and !warn ....

Tremunous

  • Posts: 12
  • Turrets: +2/-3
Re: Server
« Reply #4 on: October 05, 2009, 05:02:46 pm »
+
plzz Ineed this programme


ThunderBolt

  • Posts: 31
  • Turrets: +0/-4
Re: Server
« Reply #5 on: October 07, 2009, 02:00:12 am »
ME TOO THAT WILL FACILITE ADMIN.DAT!!! //// if i have time il create a video =o
« Last Edit: October 07, 2009, 02:03:25 am by ThunderBolt »
Exec BOLTX.exe .....
INITIALIZING.... BOLTX OPEN AND READY TO USE!!!

Tremunous

  • Posts: 12
  • Turrets: +2/-3
Re: Server
« Reply #6 on: October 08, 2009, 12:49:39 am »
Thank's . you to wait :D

Kiwi

  • Posts: 859
  • Turrets: +29/-9
Re: Server
« Reply #7 on: October 09, 2009, 03:16:24 am »
I wouldn't use a pre-built program like the one you showed in your pictures.  Every game.qvm has there own set of commands you can use, so reading their readme and creating your own admin.dat will give you the most control over your admin.dat.

Also, what language do you speak best?  Perhaps someone could give you instructions in the language you read best?

Tremunous

  • Posts: 12
  • Turrets: +2/-3
Re: Server
« Reply #8 on: October 09, 2009, 12:43:20 pm »
Ispeak arabic :-\

Kiwi

  • Posts: 859
  • Turrets: +29/-9
Re: Server
« Reply #9 on: October 09, 2009, 10:43:14 pm »
Well lets assume you use windows as your operating system.  If so, read http://www.tinyurl.com/ykoo9s6.  Its just a translated page of the methods best used to set up a tremulous server, in Arabic.  And feel free to post any questions you have about playing/running tremulous or a tremulous server.  And don't be discouraged by the language barrier between us :D

-------------------------------------------------------------------------------------------------------------------------------

كذلك لنفترض أنك تستخدم النوافذ ونظام التشغيل الخاص بك. إذا كان الأمر كذلك ، وقراءة http://www.tinyurl.com/ykoo9s6. ومجرد ترجمة صفحة من أفضل الطرق المستخدمة لإعداد ملقم مرتعد ، باللغة العربية. وتتردد في ما بعد لديك أي أسئلة عن اللعب / أو تشغيل مرتعد خادم مرتعد. ولا تثبط من حاجز اللغة بيننا :D

Tremunous

  • Posts: 12
  • Turrets: +2/-3
Re: Server
« Reply #10 on: October 09, 2009, 10:58:12 pm »
Iknow this topic ,but Ineed video or how and Ineed this programme

Kiwi

  • Posts: 859
  • Turrets: +29/-9
Re: Server
« Reply #11 on: October 10, 2009, 02:24:35 am »

Tremunous

  • Posts: 12
  • Turrets: +2/-3
Re: Server
« Reply #12 on: October 10, 2009, 10:05:56 am »
no Iknow how to make a server ,but Idon't know how to add commands And Iadd flag but no workin
Ihave DM FLAGS: No ?
« Last Edit: October 10, 2009, 11:48:00 am by Tremunous »

DraZiLoX

  • Posts: 844
  • Turrets: +24/-24
Re: Server
« Reply #13 on: October 10, 2009, 05:56:56 pm »
You can add commands adding theses to admin.dat

Code: [Select]
[command]
command = bp400
exec = exec bp400.cfg
desc = Sets buildpoints to 400.
levels = 4 5

and in bp400.cfg

Code: [Select]
set g_alienBuildPoints "400"
set g_humanBuildPoints "400"


Kiwi

  • Posts: 859
  • Turrets: +29/-9
Re: Server
« Reply #14 on: October 11, 2009, 07:30:34 pm »
I am most likely running a different tremed than you, so my flags won't work with yours.  But make sure you give yourself level 5 (highest admin on the default config).  To do this, use
Code: [Select]
/rcon [your_rcon] !setlevel [your_name] 5
If you don't know [your_rcon], you need to first declare it in the server.cfg file I showed you yesterday.