Author Topic: FOnline Vault 112  (Read 19252 times)

Offline wladimiiir

  • Rotator
  • Independent FOnline developer
FOnline Vault 112
« on: June 19, 2013, 10:20:50 pm »
Hello guys,
I would like to introduce my personal project I have been working on for last half a year or so. I feel like now is the good time to announce it even if the project is (absolutely) not finished. This project is mostly focused on those of you who are having their own projects and would like have some knowledge base.
My idea was to create an open-source project of FOnline, where people (scripters, mappers, dialogue writers...) could submit their work and ideas to share it (and to share fun) with others.
So, if you expect another running FOnline server, let me stop you there, so you don't get too excited about it, because there is no server running, only repository with source codes (additions to default TLA SDK). But that definitely should not stop you before trying the server and seeing for yourself if there is something you might enjoy. ;)

More information as well as link to repository can be found here:
FOnline Vault 112

Cheers,
wladimiiir
« Last Edit: June 29, 2013, 04:25:11 pm by wladimiiir »

Offline Gob

  • The Good
Re: FOnline Vault 112
« Reply #1 on: June 19, 2013, 10:26:26 pm »
I still have some maps from my old project, I can share them no problem as I'm not going to start working on it too soon.

Offline wladimiiir

  • Rotator
  • Independent FOnline developer
Re: FOnline Vault 112
« Reply #2 on: June 19, 2013, 10:39:45 pm »
I still have some maps from my old project, I can share them no problem as I'm not going to start working on it too soon.
Thanks, if you have Git account I can make you a contributor an you can submit it there. :)

Offline Wipe

  • Rotator
  • Random is god
Re: FOnline Vault 112
« Reply #3 on: June 19, 2013, 10:52:28 pm »
Hell yeah! Great to finally see your creation alive :)

Some fast oh-gods-so-minor thoughs:
- you don't really need need void InitLibrary() to enforce loading library, same thing can be accomplished by simply binding SERVER()/CLIENT()/MAPPER(), which are present in every .dll/.so (as long it's using fonline.h ofc :))
- SetSendParameter( ST_CURRENT_HP/ST_MAX_LIFE, true );  >>> if server gonna be online/multiplayer one, and use Awareness perk, i'd change it to check for the perk before sending to client; "self-made" awareness "mod" is not really a hard thing to do without that

Gonna check it next week in more detail, glad to see open FOnline, whole brahmin of kudos for you! ;>
Games are meant to be created, not played...

Offline JovankaB

  • Rotator
  • JovankaB
Re: FOnline Vault 112
« Reply #4 on: June 19, 2013, 11:12:00 pm »
Nice! The VR idea with as little restrictions as possible is very intriguing.
« Last Edit: June 19, 2013, 11:19:18 pm by JovankaB »

Offline wladimiiir

  • Rotator
  • Independent FOnline developer
Re: FOnline Vault 112
« Reply #5 on: June 20, 2013, 09:38:27 am »
Thanks for the tips :D
- you don't really need need void InitLibrary() to enforce loading library, same thing can be accomplished by simply binding SERVER()/CLIENT()/MAPPER(), which are present in every .dll/.so (as long it's using fonline.h ofc :))
Can you be more specific? I actually don't know what you mean. ::)
- SetSendParameter( ST_CURRENT_HP/ST_MAX_LIFE, true );  >>> if server gonna be online/multiplayer one, and use Awareness perk, i'd change it to check for the perk before sending to client; "self-made" awareness "mod" is not really a hard thing to do without that
I need those to values even if player has no Awareness. In such a case you will see health bar over the critter's head. And even in default TLA SDK, when you look on (click on) critter (client_main@critter_description) you need those to get info about critter's state (Unhurt, Wounded...). Or did you mean something else?

Offline Mike Crosser

  • Gambling: 60%
Re: FOnline Vault 112
« Reply #6 on: June 20, 2013, 10:57:41 am »
Any chance we find out the setting?

Since V112 was a coast away.
This is just for specific map details (IE vegetation,landmarks,etc.)

Offline wladimiiir

  • Rotator
  • Independent FOnline developer
Re: FOnline Vault 112
« Reply #7 on: June 20, 2013, 11:46:11 am »
Any chance we find out the setting?

Since V112 was a coast away.
This is just for specific map details (IE vegetation,landmarks,etc.)
World map is based on F3 map, so the setting of V112 should be in the exact spot as in F3, as part of Capital Wasteland. But currently there is only V112 location on WM.
« Last Edit: June 20, 2013, 11:50:00 am by Mike Wall »

Offline JovankaB

  • Rotator
  • JovankaB
Re: FOnline Vault 112
« Reply #8 on: June 20, 2013, 12:12:23 pm »
So if understood well the concept, there is a real world with Vault 112 where you can go and enter "virtual reality mode" which is some separate locations with their own rules, pretty much anything you want and if you leave it, you lose items, statistics and other things that you gained in VR? I think the idea is pretty damn neat :)
« Last Edit: June 20, 2013, 12:15:58 pm by JovankaB »

Offline Wipe

  • Rotator
  • Random is god
Re: FOnline Vault 112
« Reply #9 on: June 20, 2013, 12:14:56 pm »
Can you be more specific? I actually don't know what you mean. ::)
Just that https://github.com/wladimiiir/vault112/blob/master/Server/scripts/_defines.fos#L1493 can be replaced with #pragma bindfunc "void someDummyName() -> cam.dll SERVER", no need for fake init functions ;)

I need those to values even if player has no Awareness. In such a case you will see health bar over the critter's head. And even in default TLA SDK, when you look on (click on) critter (client_main@critter_description) you need those to get info about critter's state (Unhurt, Wounded...).
Unhurt etc. can be calculated server-side and sent as additional param, but heh, with health bar there's no much point in doing that indeed.

Btw, talking to overseer never updates quest status, it always stays at "talk to dr.braun" stage, no matter how hard i wanna push it forward; as a bonus, mr. gyro doesn't even start any dialog :P
Games are meant to be created, not played...

Offline wladimiiir

  • Rotator
  • Independent FOnline developer
Re: FOnline Vault 112
« Reply #10 on: June 20, 2013, 12:42:07 pm »
So if understood well the concept, there is a real world with Vault 112 where you can go and enter "virtual reality mode" which is some separate locations with their own rules, pretty much anything you want and if you leave it, you lose items, statistics and other things that you gained in VR? I think the idea is pretty damn neat :)
Well, there is no direct support for that (via some API), but it would be possible. My first idea was to create some Hinkley-like area, where players could PvP or even PvE. This is possible for try out (if I did not screw anything meanwhile :) ) using VR terminal in Vault 112. There is also admininstator there who sells stuff you can use in VR (weapons, armor, drugs) for Digital Credit (DC). But at the moment, there is no way to obtain DC, as dialogues are not ready. :P

Just that https://github.com/wladimiiir/vault112/blob/master/Server/scripts/_defines.fos#L1493 can be replaced with #pragma bindfunc "void someDummyName() -> cam.dll SERVER", no need for fake init functions ;)
Oh, I see now, good to know. :)
Btw, talking to overseer never updates quest status, it always stays at "talk to dr.braun" stage, no matter how hard i wanna push it forward; as a bonus, mr. gyro doesn't even start any dialog :P
Yeah, I wish everything was in working state at least to be able to use VR properly. But I have too little time to work on it, so I decided, that I won't be waiting for its finished state (could be Months) and share stuff I have got with you.

If someone feels a desire to improve the project, I am ready (and will be happy) to provide contributor rights. ;) Or you can create your own closed-source project based on this one, as I don't really care. :P
All I want is to share some ready-to-use solutions that are present in the project and/or maybe start some real first open-source FOnline project as I see people creating too many small projects (with no future?), that could be merged to one big one. :)

Re: FOnline Vault 112
« Reply #11 on: June 20, 2013, 01:42:25 pm »
Can you upload ftrobots.bos and fov112.zip?

Offline Surf

  • Moderator
  • это моё.
Re: FOnline Vault 112
« Reply #12 on: June 20, 2013, 02:47:21 pm »
Hey, that sounds good and you look like a reasonable fella, best of luck to your project!

Offline wladimiiir

  • Rotator
  • Independent FOnline developer
Re: FOnline Vault 112
« Reply #13 on: June 20, 2013, 02:49:31 pm »
Can you upload ftrobots.bos and fov112.zip?
fov112.zip is there in Client folder. ftrobots.bos as well as fallout.dat (and others) from TLA SDK won't be uploaded, because of copyrights (I think it is Interplay/Bethseda's stuff).
Sorry for the inconvenience.
« Last Edit: June 20, 2013, 02:52:08 pm by Mike Wall »

Offline Gob

  • The Good
Re: FOnline Vault 112
« Reply #14 on: June 20, 2013, 06:26:02 pm »
So its like the player actually lives in the vault, but they are able to use the VR machines to visit the outside world in VR. And I belive players will need to pay each time they use the VR and when they die they will respawn back in the Vault next to the VR they were in. And how will we aquire credits, are going to have to do small quests in the Vault and to get credits?