Page 1 of 3

ONS-GanjasRoom

Posted: Fri Mar 04, 2022 9:32 pm
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.

Re: ONS-GanjasRoom

Posted: Fri Mar 04, 2022 9:57 pm
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!

Re: ONS-GanjasRoom

Posted: Sat Mar 05, 2022 12:05 am
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?

Re: ONS-GanjasRoom

Posted: Sat Mar 05, 2022 12:07 am
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

Re: ONS-GanjasRoom

Posted: Sat Mar 05, 2022 12:46 am
by captainsnarf
Lol, that is your 421 post Enyo. Almost :mrgreen:

Re: ONS-GanjasRoom

Posted: Sat Mar 05, 2022 11:10 pm
by pooty
lol missed it by 1...

Let me know when you think its ready for the server.

Re: ONS-GanjasRoom

Posted: Sun Mar 06, 2022 7:33 am
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 :)

Re: ONS-GanjasRoom

Posted: Sun Mar 06, 2022 10:46 pm
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


Re: ONS-GanjasRoom

Posted: Mon Mar 07, 2022 12:27 am
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

Re: ONS-GanjasRoom

Posted: Mon Mar 07, 2022 12:33 am
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)