Author Topic: FOnline SDK - Question  (Read 147962 times)

Re: FOnline SDK - Question
« Reply #45 on: October 04, 2010, 06:34:00 pm »
Ok.my server is done,now how can people join my server?

Offline jan0s1k

  • If it bleeds we can kill it...
    • Chosen Soldiers
Re: FOnline SDK - Question
« Reply #46 on: October 04, 2010, 06:51:56 pm »
Ok.my server is done,now how can people join my server?
lolz.. Are you Vedaras or Steve_Zizouza?
just give them your ip...


Re: FOnline SDK - Question
« Reply #47 on: October 08, 2010, 06:10:36 pm »
It is possible to make other respawn zone?

Offline Surf

  • Moderator
  • это моё.
Re: FOnline SDK - Question
« Reply #48 on: October 08, 2010, 06:11:41 pm »
Ofcourse.

Re: FOnline SDK - Question
« Reply #49 on: October 08, 2010, 06:39:16 pm »
Thank you. I will search how. Can I search in www.fonline.ru

JovankaB

  • Guest
Re: FOnline SDK - Question
« Reply #50 on: October 08, 2010, 09:11:48 pm »
Better search in *.fos not in fonline.ru :) Respawn code is inside the replication.fos file, function ReplicateCritter.
« Last Edit: October 08, 2010, 09:21:01 pm by JovankaB »

Offline wreese2u

  • Been walking these streets since last night...
Re: FOnline SDK - Question
« Reply #51 on: November 26, 2010, 05:26:47 am »
How do i update my sdk, when i try to update it says:
Begin checking...
Server responce fail.
Checking end.
And the fonline server says:
FOServer::processes - connection timeout, client kicked, maybe bot.

Offline barter1113

  • New Vegas fanatic =)
Re: FOnline SDK - Question
« Reply #52 on: November 29, 2010, 08:43:35 am »
How can I turn off bounty hunters in my server? I can't find anything about it in scripts.

Offline Ghosthack

  • Rotator
  • Bytecruncher
Re: FOnline SDK - Question
« Reply #53 on: December 12, 2010, 02:58:57 am »
How can I turn off bounty hunters in my server? I can't find anything about it in scripts.

An easy way if you're unfamiliar with programming is opening town_supply.fos and replace the function bool IsValidForSupply(Critter& victim, Critter& hostile) with

bool IsValidForSupply(Critter& victim, Critter& hostile) { return false; }

This is of course not the best way, but works, and you can enable it again by reverting this.

Offline db2

Re: FOnline SDK - Question
« Reply #54 on: December 12, 2010, 07:53:14 pm »
hi i have been wondering is it possable to change the port in the SDK from 4000 to 2238 every time i change it in the server CFG file it keeps logging on the TLA port i mean everything that needs to be done has been done

Re: FOnline SDK - Question
« Reply #55 on: December 15, 2010, 12:20:44 pm »
hi i have been wondering is it possable to change the port in the SDK from 4000 to 2238 every time i change it in the server CFG file it keeps logging on the TLA port i mean everything that needs to be done has been done
SDK is from TLA, not 2238. I have a question. Are 3d models van buren in sdk?

Offline db2

Re: FOnline SDK - Question
« Reply #56 on: December 17, 2010, 10:48:35 pm »
SDK is from TLA, not 2238. I have a question. Are 3d models van buren in sdk?
I got it running on 2238 server for about 5 minutes then computer shutdown....
and I dont think the 3D models are in the SDK if that helps

How to add power armor to my server?
« Reply #57 on: December 26, 2010, 10:32:58 am »
How can i introduce the power armor to the server so it can be crafted?Or to recive it by a quest?

Merged /Wipe
« Last Edit: December 26, 2010, 10:36:00 am by Wipe »

Re: FOnline SDK - Question
« Reply #58 on: December 26, 2010, 11:10:38 am »
I have a problem.I can't seem to be able to make an account and connect to the server.Why is that?

Re: FOnline SDK - Question
« Reply #59 on: December 26, 2010, 01:34:48 pm »
Solved.