jweigelt / swbf2admin

Star Wars Battlefront II (2005) server management application
GNU General Public License v3.0
51 stars 18 forks source link

Enabling !applymods commands #34

Closed ForceFlowingYoda closed 4 years ago

ForceFlowingYoda commented 4 years ago

I downloaded the latest revision of SWBF2 ADMIN 1.2.8 with the updated xml file. I dragged the contents of the Gamedata Folder into (.server folder) I enabled runtime, and the server starts on Webadmin. When I type !applymods enable no_force on the web admin chat it says Admin: Applied no_force in game then I have my user logged in through /admin /login password I type /admin /endgame to reset the game. I also have tried just !endgame in Webadminchat The No Force mod still not seeming to work. Force Push and Pull are still working.

I am confused by what you mean by (Simply copy the contents of _LVL_PC from the old server package to ./server/_LVL_PC ...) Take the _LVL_PC folder from the GOG files, and copy the entire folder into the server folder? or the contents inside folder only?, Or The Opposite? What is old server package? (GOG)?

Also how you use !applymods inside of game,I don't know the exact phrase right after I hit the T button to type, I tried these. After being logged in through /admin /login password !applymods enable no_force /admin !applymods enable no_force /admin /applymods enable no_force /admin /!applymods enable no_force

all said command not found and how do I get !gimmeadmin to work inside of game? what is the exact phrase I type, I also tried that command as the same format as above

I'm pretty new to this all, I'm trying to understand. And most of all to get the No Force Mod to work. I have looked at #32 . But I am not clear on what I am doing to get it to work.

jweigelt commented 4 years ago

The mods were designed to work on textureless data files and will likely not work on standard game files. Textureless files were included in the old server package that can be found through a bit of research: (https://www.moddb.com/games/star-wars-battlefront-ii/downloads/star-wars-battlefront-ii-v11-dedicated-server)

(This means download and install the old package, and copy the contents of <old package server dir>.../data/_lvl_pc to ./server/data/_lvl_pc. If done right, this should effectively overwrite the current .lvl files.)

Ingame commands do not require being logged in and have to be entered without /admin prefix. (see https://github.com/jweigelt/swbf2admin#ingame-commands)

ForceFlowingYoda commented 4 years ago

Thank you, The server no force mod now works.

Still haven't got !gimmeadmin to work, but I'll look into that more.

jweigelt commented 4 years ago

!gimmeadmin works by just joining the server and typing !gimmeadmin in chat.

A few things to consider:

ForceFlowingYoda commented 4 years ago

Okay, I have been running a server with over 20 players. I disabled it by putting the setting to false.

Also is it possible to add a Time Limit to Mos Eisley Assault (Heroes v Villans) at this time? Time limit on ELI or ASS on the Webadmin do not work to put a time limit on that map and mode.

And are there plans to implement a chat filter into the game at this moment?

Also what is the difference between "simultaneous, separate, one team, cycle"? and what was that setting on default for the game for Enable Heroes Section on the Webadmin.

I know I ask many questions, thank you for your time and dedication to this project.

jweigelt commented 4 years ago

To my knowledge assault mode does not support setting a timer (at least the gameserver does not provide any setting for it...). I am not that familiar with how gameplay is affected by various settings (also what their default values are), since this is all handled internally by the game and not the server manager. People who actively played the game more than I did may have better anwers on that.

My position on chat autokick is still the same as in #33.