ONS-GanjasRoom

Discuss and provide feedback on Maps.
User avatar
captainsnarf
Posts: 2631
Joined: Tue Jul 06, 2021 1:51 pm
Location: Washington
Server Sponsor: Yes
Server Admin: Yes
Contact:

ONS-GanjasRoom

Post by captainsnarf »

This is an ONS conversion of DM-{420}-Ganjas-Room.

Image
Image
Image


Video here

Download here ONS-GanjasRoom.zip

The readme file with the original map says you cannot use it as a base for another map without permission.
I didn't get permission (I can't find the guy) so if anybody complains we'll just need to take it down I guess.
User avatar
TotalBurn
Posts: 153
Joined: Wed Jun 09, 2021 10:46 am

Re: ONS-GanjasRoom

Post by TotalBurn »

Very nice! While I only played one match I havent had any issues. Smooth play and action is good. Love the green + weed theme. Nice work!
User avatar
pooty
Posts: 4351
Joined: Sat Apr 03, 2021 10:22 am
Location: Michigan
Server Sponsor: Yes
Server Admin: Yes

Re: ONS-GanjasRoom

Post by pooty »

The readme file with the original map says you cannot use it as a base for another map without permission.
I didn't get permission (I can't find the guy) so if anybody complains we'll just need to take it down I guess.
Yep. Only rule is don't steal maps from active servers (eg. CEONSS, DW, etc.) but if you find it on the internet its fair game... if they come here and don't want it we will remove it, but really what map designer would want that?
User avatar
Enyo
Posts: 1622
Joined: Mon Apr 05, 2021 11:27 pm
Server Sponsor: Yes
Server Admin: Yes

Re: ONS-GanjasRoom

Post by Enyo »

captainsnarf wrote: Fri Mar 04, 2022 9:32 pm This is an ONS conversion of DM-{420}-Ganjas-Room.

Image
Image
Image
Video here

Download here ONS-GanjasRoom.zip

The readme file with the original map says you cannot use it as a base for another map without permission.
I didn't get permission (I can't find the guy) so if anybody complains we'll just need to take it down I guess.
Looks like my college dorm room
“Never argue with stupid people, they will drag you down to their level and then beat you with experience.”
― Mark Twain
User avatar
captainsnarf
Posts: 2631
Joined: Tue Jul 06, 2021 1:51 pm
Location: Washington
Server Sponsor: Yes
Server Admin: Yes
Contact:

Re: ONS-GanjasRoom

Post by captainsnarf »

Lol, that is your 421 post Enyo. Almost :mrgreen:
User avatar
pooty
Posts: 4351
Joined: Sat Apr 03, 2021 10:22 am
Location: Michigan
Server Sponsor: Yes
Server Admin: Yes

Re: ONS-GanjasRoom

Post by pooty »

lol missed it by 1...

Let me know when you think its ready for the server.
User avatar
captainsnarf
Posts: 2631
Joined: Tue Jul 06, 2021 1:51 pm
Location: Washington
Server Sponsor: Yes
Server Admin: Yes
Contact:

Re: ONS-GanjasRoom

Post by captainsnarf »

New version, download here ONS-GanjasRoom_1.1.zip

Changes
- Add regular health packs
- Add a small wall in front of the core so you cant hit it from far away

I think it's ready :)
User avatar
pooty
Posts: 4351
Joined: Sat Apr 03, 2021 10:22 am
Location: Michigan
Server Sponsor: Yes
Server Admin: Yes

Re: ONS-GanjasRoom

Post by pooty »

Relevant Log entries from the server on here...maybe they help fix the issues?
Did you do a fresh rebuild of it?

Code: Select all

Warning: SpawnActor failed because class Pawn is abstract
ScriptLog: Couldn't spawn player of type XGame.xPawn at ONS-GanjasRoom.PlayerStart19
Warning: SpawnActor failed because class Pawn is abstract
ScriptLog: Couldn't spawn player of type XGame.xPawn at ONS-GanjasRoom.PlayerStart18
Warning: SpawnActor failed because class Pawn is abstract
ScriptLog: Couldn't spawn player of type XGame.xPawn at ONS-GanjasRoom.PlayerStart19
Warning: SpawnActor failed because class Pawn is abstract
ScriptLog: Couldn't spawn player of type XGame.xPawn at ONS-GanjasRoom.PlayerStart19
Warning: SpawnActor failed because class Pawn is abstract
ScriptLog: Couldn't spawn player of type XGame.xPawn at ONS-GanjasRoom.PlayerStart19
Warning: xPawn ONS-GanjasRoom.xPawn (Function XGame.xPawn.ServerChangedWeapon:00EC) Accessed None 'Weapon'
...
ScriptLog: Warning - PATHS NOT DEFINED or NO PLAYERSTART with positive rating

User avatar
captainsnarf
Posts: 2631
Joined: Tue Jul 06, 2021 1:51 pm
Location: Washington
Server Sponsor: Yes
Server Admin: Yes
Contact:

Re: ONS-GanjasRoom

Post by captainsnarf »

It's my custom power node code. They are easy to link and kill compared to normal nodes (like masterbath)

Here is the fixed version (tested on a server). ONS-GanjasRoom_1.2.zip


before

Code: Select all

function PostBeginPlay()
{ 
    DamageCapacity=NodeHealth;
    super.PostBeginPlay();
}
after

Code: Select all

function PostNetBeginPlay()
{ 
    DamageCapacity=NodeHealth;
    super.PostNetBeginPlay();
}
pretty dumb
User avatar
captainsnarf
Posts: 2631
Joined: Tue Jul 06, 2021 1:51 pm
Location: Washington
Server Sponsor: Yes
Server Admin: Yes
Contact:

Re: ONS-GanjasRoom

Post by captainsnarf »

Here is a video of where the cross room portals are and also how to get the SSR (without cheating in a raptor heh)
Post Reply