Author Topic: imod help  (Read 1364 times)

0 Members and 1 Guest are viewing this topic.

Offline mich1103

  • Flagrunner
  • ****
  • Posts: 557
  • Did you say chocolate ? O.o
    • ZoMbIe-DeStRoYeR pk server
imod help
« on: February 15, 2010, 06:59:23 pm »
Do you want i run imod in my server ???
(1)i need a good weapon ini to put in the server.
(2)i need to know if the script i have is correcly.
(3)if you have some map to suggest i will probably add it .
the script is here ;D
« Last Edit: February 15, 2010, 08:57:03 pm by mich1103 »

DarkCrusade

  • Guest
Re: imod help
« Reply #1 on: February 15, 2010, 08:52:38 pm »
Script was already released, no need to post it here. If you want to host imod tell us where you would host it
1) your pc
2) a server

If you downloaded the current version it should be correct.

Stick with the default maps :P

Offline mich1103

  • Flagrunner
  • ****
  • Posts: 557
  • Did you say chocolate ? O.o
    • ZoMbIe-DeStRoYeR pk server
Re: imod help
« Reply #2 on: February 15, 2010, 08:56:05 pm »
i run it at home and when i create a account that say account succsefuly created but when i loggin that say : no account named lol please create one
i dont have a accounts folder which add the save folder of the ppl
do i need to create one ???

Offline y0uRd34th

  • Camper
  • ***
  • Posts: 325
  • [i]Look Signature![/i]
Re: imod help
« Reply #3 on: February 16, 2010, 04:29:07 am »
Yes, and name it Accounts

DarkCrusade

  • Guest
Re: imod help
« Reply #4 on: February 16, 2010, 05:27:49 am »
You can even modify the accounts afterwards by opening the .txt file and editing values after you´ve created an account successfully.

Offline y0uRd34th

  • Camper
  • ***
  • Posts: 325
  • [i]Look Signature![/i]
Re: imod help
« Reply #5 on: February 16, 2010, 06:28:31 am »
When he knows what which number means what :p

DarkCrusade

  • Guest
Re: imod help
« Reply #6 on: February 16, 2010, 06:35:55 am »
On topic:

You don´t need any weapon mod for the server, iMod as it is tweaks the gameplay in a way you shouldn´t - or at least you are not supposed to - change it. If you are willing to host a server running the iMod script 24/7 I will for sure support you by playing on the server. iMod doesn´t only need a server, it needs players.

If you host it on your home pc there are more questions:
1) CPU
2) Bandwith
3) OS (Windows / Linux)
4) Will the server be hosted 24/7 or just a few hours a day


Offline mich1103

  • Flagrunner
  • ****
  • Posts: 557
  • Did you say chocolate ? O.o
    • ZoMbIe-DeStRoYeR pk server
Re: imod help
« Reply #7 on: February 16, 2010, 07:22:00 am »
i will run it 24/7
i run it on windwos vista
 do i need to place the default weapons ini of the soldat for the imod ???
« Last Edit: February 16, 2010, 07:25:02 am by mich1103 »

Offline y0uRd34th

  • Camper
  • ***
  • Posts: 325
  • [i]Look Signature![/i]
Re: imod help
« Reply #8 on: February 16, 2010, 07:58:12 am »
Yes use the default, also disable the minigun trough setting Weapon_10=0 in the soldat.ini :p
Do you run it on your PC or on a rented server?

Offline mich1103

  • Flagrunner
  • ****
  • Posts: 557
  • Did you say chocolate ? O.o
    • ZoMbIe-DeStRoYeR pk server
Re: imod help
« Reply #9 on: February 16, 2010, 07:58:47 am »
PC
 ;D  ;D

DarkCrusade

  • Guest
Re: imod help
« Reply #10 on: February 16, 2010, 08:05:44 am »
What CPU do you have?
What bandwith? (speed of connection)
Where do you live? (!)

Offline mich1103

  • Flagrunner
  • ****
  • Posts: 557
  • Did you say chocolate ? O.o
    • ZoMbIe-DeStRoYeR pk server
Re: imod help
« Reply #11 on: February 16, 2010, 08:07:29 am »
okayy i try to create an account i have succsefuly cerate but when i connect that say no such account exist
can you give me the good script i think my script didn't work ...

DarkCrusade

  • Guest
Re: imod help
« Reply #12 on: February 16, 2010, 08:23:45 am »
Your script works and you got help already that you even replied to. Just create a folder in "ServerFolder/Scripts/" that you name "Accounts" and it should work.

Offline dnmr

  • Camper
  • ***
  • Posts: 315
  • emotionally handicapped
Re: imod help
« Reply #13 on: February 16, 2010, 11:42:56 am »
Your script works and you got help already that you even replied to. Just create a folder in "ServerFolder/Scripts/" that you name "Accounts" and it should work.
no.


Code: (pascal) [Select]
procedure SaveAccount(Name,Pass: string; PrimWep,MaxPower,Kills,SecWep,SMaxPower,SKills:byte; StickedTo:string; Status,Warned:byte;ShowPower,ShortenText,OnHitFlash,OnShootFlash:boolean);
begin
WriteFile('Accounts\'+Name+AccEnd,Pass+' '+inttostr(PrimWep)+' '+inttostr(MaxPower)+' '+inttostr(Kills)+' '+inttostr(SecWep)+' '+inttostr(SMaxPower)+' '+inttostr(SKills)+' '+iif(StickedTo<>'',StickedTo,'0')+' '+inttostr(Status)+' '+inttostr(Warned)+' '+iif(ShowPower,'1','0')+' '+iif(ShortenText,'1','0')+' '+iif(OnHitFlash,'1','0')+' '+iif(OnShootFlash,'1','0')+' ');
end;
create a folder "Accounts" in soldat server folder, NOT IN /Scripts/

DarkCrusade

  • Guest
Re: imod help
« Reply #14 on: February 16, 2010, 12:00:00 pm »
Sorry for my bad advice.

Offline mich1103

  • Flagrunner
  • ****
  • Posts: 557
  • Did you say chocolate ? O.o
    • ZoMbIe-DeStRoYeR pk server
Re: imod help
« Reply #15 on: February 16, 2010, 03:57:00 pm »
okayyy now that work i need a maplist of a default map to put on my server
and do i need to disable all weapon ??? ???

Offline y0uRd34th

  • Camper
  • ***
  • Posts: 325
  • [i]Look Signature![/i]
Re: imod help
« Reply #16 on: February 17, 2010, 05:28:38 am »
Enable all weapons except the minigun, disable it through setting Weapon_10=0 in the soldat.ini

Offline mich1103

  • Flagrunner
  • ****
  • Posts: 557
  • Did you say chocolate ? O.o
    • ZoMbIe-DeStRoYeR pk server
Re: imod help
« Reply #17 on: February 17, 2010, 06:19:41 am »
my server is on now :P