fodev.net

FOnline Development => Questions and Answers => Topic started by: Pudge on December 28, 2014, 04:26:25 pm

Title: A few questions
Post by: Pudge on December 28, 2014, 04:26:25 pm
Hello everyone, help me to make visual admin panel for 2238 SDK to make test in real time with using username admin on the server. I need the commands like "Critter Kill", "Respawn critter", "Teleport to player / Critter" , "Check id" and another....
Already before I saw somewhere this. There you press the mouse wheel to target and small panel appears. :-\
Title: Re: Help me with the creation / installation of the admin panel
Post by: JovankaB on December 28, 2014, 08:57:51 pm
http://fodev.net/forum/index.php/topic,29382.msg258184.html

The panel thing is explained in the second post.
Title: Re: A few questions
Post by: Pudge on December 29, 2014, 02:27:15 pm
Thank you, actually I have more questions ;D , How to fast check ID of random critter?, How to change weapon characteristics?
Title: Re: A few questions
Post by: JovankaB on December 29, 2014, 03:27:01 pm
If I remember correctly ctrl+click or alt+click or some other combination like that shows ID of the clicked critter.
Also GMT's on screen display should show it, if you have it enabled (see my previous post).

You can't change weapon stats in the game, you have to edit proto files. Best use Object Editor to do it.
Title: Re: A few questions
Post by: Pudge on December 30, 2014, 09:45:14 am
Check it please
If I understood correctly
Access to a file GetAссess.сfg
And in another menu right? GMTbuttons.cfg
In 2238 sdk is not working for me, I mean when I tried to display the menu(CTRL+Click, Alt+Click).
I missed something?
Title: Re: A few questions
Post by: Koniko on December 30, 2014, 02:43:42 pm
First set password in getaccess.cfg to later get admin status in game with ~getaccess admin password.  Then open your Fonline2238.cfg in client and make sure u got it like this
                                       
After doing that when u enter game get access and Ctrl click you should have GMT active. I                                           
Title: Re: A few questions
Post by: Wipe on December 30, 2014, 06:49:49 pm
I missed something?
GetAccess.cfg is server-sided, it only defines if you can get requested access level. In short, it's a replacement of access entries in FOnlineServer.cfg

GMTbuttons.txt is client-sided, it only defines how your menu will look like after server give you an access. It must be in root client directory, just where .exe is.

As you noticed, there's zero warning messages if you do something wrong - i didn't want to give players any hints that whole thing even exists ;)
Title: Re: A few questions
Post by: Pudge on December 30, 2014, 07:50:32 pm
I logged in, but the problem with the menu ... I can't install ...
Title: Re: A few questions
Post by: JovankaB on December 30, 2014, 10:29:13 pm
You put the whole [GMT] section in GetAccess.cfg, this is wrong. It should be in client config file: FOnline2238.cfg, like Koniko said.

GMTbuttons.txt with the menu setup looks OK, but it should be in the client folder, like Wipe said.
Title: Re: A few questions
Post by: Pudge on December 31, 2014, 06:20:59 am
Right? What is next step? ;D
Title: Re: A few questions
Post by: JovankaB on December 31, 2014, 12:30:58 pm
The next step is to put GMTbuttons.txt and FOnline2238.cfg in CLIENT FOLDER.
Title: Re: A few questions
Post by: Pudge on January 01, 2015, 04:40:47 pm
Still not working... please help. Ctrl+Click to display it? Because Alt+Click is commands for followers.
Title: Re: A few questions
Post by: JovankaB on January 01, 2015, 08:57:32 pm
Did you authenticate with admin password in game using ~getaccess command?
Title: Re: A few questions
Post by: Pudge on January 02, 2015, 06:43:54 pm
Shure, ~getaccess admin [password]
Title: Re: A few questions
Post by: JovankaB on January 03, 2015, 01:25:58 am
Then I'm out of ideas sorry.

Well one thing maybe, I just saw you put some spaces in front of [GMT] in FOnline2238.cfg. I would remove them.
Not sure if it matters or not, but it might.
Title: Re: A few questions
Post by: Pudge on January 03, 2015, 11:57:00 am
Anyway, thank you :'(