1
Fan Art / Re: Cool and funny screens
« on: March 07, 2017, 02:40:13 pm »
Nice stats, don't you think?
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
bool s_ReceiveHolodisk(Critter& player, Scenery& terminal, int skill, Item@ item)
{
if(valid(item) || skill != -1)
return false;
GameVar@ var = GetLocalVar(LVAR_q_glow_holodisk, player.Id);
if(var.GetValue() != 1)
return false;
var = 2;
Item@ disk = player.AddItem(PID_HOLODISK, 1);
disk.HolodiskNumber = 666; // TODO
return true;
}
That makes multiplayer games so much fun. Now I have way more time to play than I did a few months ago, so it's not completely out of the question to play on the public server too. The other issue I have is that the public server is wiped every now and then and all the progress I've made gets lost. Once again it feels like a pointless waste of time to spend countless hours of my precious spare time on leveling characters and obtaining gear, only to have it all wiped away and being back to square one again. I guess I need to learn to enjoy the ride and just have fun without an army of high-level characters and super duper gear.
If i open FOnline2238.cfg as a note i see this thingand i can't make some bindings. Have somebode something like this?
Open the .CFG file in notepad and everything should be fine.