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

Offline codave

  • Professional Noob Trainer
Re: FOnline SDK - Question
« Reply #285 on: October 01, 2012, 03:30:16 am »
NVM, figured it out...
« Last Edit: October 01, 2012, 07:59:08 am by codave »

Offline Fizzle

  • *Inactive* - Working on a Project.
    • Fizzle's  dreamland of  exploding teddies.
Re: FOnline SDK - Question
« Reply #286 on: October 08, 2012, 06:51:27 pm »
How do you delete the flippin tiles?

Like as in: I misplace a tile that is not wanted there, hence the want to delete it/ remove it from where it was laid.
« Last Edit: October 08, 2012, 06:57:22 pm by Fizzle »
For those about to die I salute you with Honor and Respect.
If your going through Hell keep on going, no shit i dont wanna be luciphers bitch.
*Accused for tent raping when inactive* - Great.

Re: FOnline SDK - Question
« Reply #287 on: October 08, 2012, 07:17:54 pm »
You click it and hit "del".

Offline Fizzle

  • *Inactive* - Working on a Project.
    • Fizzle's  dreamland of  exploding teddies.
Re: FOnline SDK - Question
« Reply #288 on: October 08, 2012, 08:00:35 pm »
You click it and hit "del".

Hasn't worked for me yet.
For those about to die I salute you with Honor and Respect.
If your going through Hell keep on going, no shit i dont wanna be luciphers bitch.
*Accused for tent raping when inactive* - Great.

Re: FOnline SDK - Question
« Reply #289 on: October 08, 2012, 09:54:56 pm »
Place another tile over the unwanted one?

Offline jan0s1k

  • If it bleeds we can kill it...
    • Chosen Soldiers
Re: FOnline SDK - Question
« Reply #290 on: October 11, 2012, 08:13:30 am »
How do you delete the flippin tiles?

Like as in: I misplace a tile that is not wanted there, hence the want to delete it/ remove it from where it was laid.

If you place a tile over another, it will not delete the previous tile, but only the top one will be visible. Of course you don't need the bottom one, so just use #ClearTiles command to get rid of it.


Offline barter1113

  • New Vegas fanatic =)
Re: FOnline SDK - Question
« Reply #291 on: October 14, 2012, 11:39:16 am »
Is fonline.ru shutdown?

Offline Mayck

  • Rotator
  • ...shhhh...
Re: FOnline SDK - Question
« Reply #292 on: October 14, 2012, 01:33:12 pm »
I heard there are some problems with hosting.

Offline barter1113

  • New Vegas fanatic =)
Re: FOnline SDK - Question
« Reply #293 on: October 14, 2012, 02:40:09 pm »
Oh, but I hope they won't gonna die.

Re: FOnline SDK - Question
« Reply #294 on: October 18, 2012, 07:31:43 pm »
How to enable the possibility of killing NPCs (380 revision)?

Re: FOnline SDK - Question
« Reply #295 on: October 24, 2012, 11:24:12 am »
Hello Dev's and others
I started a fonline on my localhost, all work fine but i have a little problem.



How remove this weird line, behind the npc.

Thx.
« Last Edit: October 24, 2012, 11:28:00 am by Sex Apile »
Enjoy with right people.

Offline Gob

  • The Good
Re: FOnline SDK - Question
« Reply #296 on: October 25, 2012, 02:41:05 pm »
How to enable the possibility of killing NPCs (380 revision)?

you mean the ones in towns? u gotta disable it in config.fos:

  __NoPvpMaps                 = true;     <--- change to false

Offline codave

  • Professional Noob Trainer
Re: FOnline SDK - Question
« Reply #297 on: November 02, 2012, 12:18:18 am »
you mean the ones in towns? u gotta disable it in config.fos:

  __NoPvpMaps                 = true;     <--- change to false

Also, the maps which PvP is blocked are defined in nopvp_maps.fos, so if you wish to keep certain areas NoPvP, you can define exactly which maps you want.  It's right near the top of the script.

const uint[] noPvpMaps =
{

}

Offline Gob

  • The Good
Re: FOnline SDK - Question
« Reply #298 on: November 05, 2012, 08:13:43 am »
how can i make my game use critter.dat and master.dat?

Offline Wipe

  • Rotator
  • Random is god
Re: FOnline SDK - Question
« Reply #299 on: November 05, 2012, 05:03:01 pm »
how can i make my game use critter.dat and master.dat?

Just add them to DataFiles.cfg, see 2238 config (note that it's stored in separated file to not overwrite user settings when new file is added to list).
« Last Edit: November 05, 2012, 05:06:16 pm by Wipe »
Games are meant to be created, not played...