Author Topic: A few questions  (Read 4631 times)

A few questions
« 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. :-\
« Last Edit: December 29, 2014, 02:20:50 pm by Pudge »

JovankaB

  • Guest
Re: Help me with the creation / installation of the admin panel
« Reply #1 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.

Re: A few questions
« Reply #2 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?

JovankaB

  • Guest
Re: A few questions
« Reply #3 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.

Re: A few questions
« Reply #4 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?

Re: A few questions
« Reply #5 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                                           

Offline Wipe

  • Rotator
  • Random is god
Re: A few questions
« Reply #6 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 ;)
Games are meant to be created, not played...

Re: A few questions
« Reply #7 on: December 30, 2014, 07:50:32 pm »
I logged in, but the problem with the menu ... I can't install ...
« Last Edit: December 30, 2014, 08:08:42 pm by Pudge »

JovankaB

  • Guest
Re: A few questions
« Reply #8 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.
« Last Edit: December 30, 2014, 10:37:16 pm by JovankaB »

Re: A few questions
« Reply #9 on: December 31, 2014, 06:20:59 am »
Right? What is next step? ;D

JovankaB

  • Guest
Re: A few questions
« Reply #10 on: December 31, 2014, 12:30:58 pm »
The next step is to put GMTbuttons.txt and FOnline2238.cfg in CLIENT FOLDER.
« Last Edit: December 31, 2014, 12:33:07 pm by JovankaB »

Re: A few questions
« Reply #11 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.
« Last Edit: January 01, 2015, 06:38:52 pm by Pudge »

JovankaB

  • Guest
Re: A few questions
« Reply #12 on: January 01, 2015, 08:57:32 pm »
Did you authenticate with admin password in game using ~getaccess command?

Re: A few questions
« Reply #13 on: January 02, 2015, 06:43:54 pm »
Shure, ~getaccess admin [password]

JovankaB

  • Guest
Re: A few questions
« Reply #14 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.