FragsAreUs I figured it out. It was a scripting error on my part. Didn't have onPlayerspawn pointing towards setupPerks thread correctly.
Spiszy
Posts
-
Problems editing _weapons.gscApr 16, 2021, 3:25 AM -
Problems editing _weapons.gscApr 16, 2021, 3:10 AMyeah, its main_shared\maps\mp\gametypes
-
Problems editing _weapons.gscApr 15, 2021, 10:58 PMI'm trying to put some custom scripts inside of _weapons.gsc (essentially the same way I would on Cod4). I get no errors compiling it into a mod, however launching the mod doesnt have any changes with the code I have put in.
For example, I have a script to remove players guns if a sniper is not selected, and give them a springfield, essentially for an SL mod. However, none of the changes take effect.
I've placed the _weapons.gsc into my raw folder, my mod, and the main_shared, with no luck. The odd thing, is restricting perks by editing _class.gsc and placing it in the main_shared folder works.
Anyone had a similar problem that they've fixed?
Below is some of the code I'm trying to use for perk setup. -
Stucking on "sending heartbeat" when a mod is added to my server.Apr 15, 2021, 2:23 AMXerxes You're a genius. I forgot it redirects towards a URL to load waypoints. Manually adding them fixed it. Tysm
-
Stucking on "sending heartbeat" when a mod is added to my server. -
Stucking on "sending heartbeat" when a mod is added to my server.Apr 15, 2021, 1:38 AMOnly just realized that before it gets to sending heartbeat, it is now saying "server shutdown"
I'm not sure why this is happening, as I'd imagine this is whats causing my problems. Anyone have this happen? Again, when not using a mod, this does not occur.
-
Stucking on "sending heartbeat" when a mod is added to my server.Apr 15, 2021, 1:20 AMWhenever I host a vanilla server, the server goes up completely fine, no issues. However, when trying to add a bot mod to my server, it get's stuck at "sending heartbeat". Only thing I've changed in my start server .bat is changing set mod="" to set mod="mods/mp_bots". I'm not entirely sure why I'm having this issue. Anyone have this happen to them/know how to fix?
-
Server not showing up on server listApr 10, 2021, 4:47 AMTo be fair, this is my first time trying to get a dedicated server running. I thought I had everything set up properly, however my server does not show up on the server list. My dedicated server .bat shows "heartbeat successful", so I'm not exactly sure where I'm messing up. If any info is needed I can provide anything if anyone wants to help try and walk me through this.