-
Posts
1582 -
Joined
-
Last visited
About Mr.Rocket
-
Rank
Senior Member
Recent Profile Visitors
4617 profile views
-
Love this port, someone please make a network model for this..
-
Yeah, in coop of course. I like the concept where if you're in coop with bots, that the bots have helper dogs too. ;) A quick example: -opengl -iwad "E:\Doomports\IWADS\doom2.wad" +map MAP01 -skill 2 +addbot +addbot +addbot +dogs_cnt 6 +dogjump 1 +monkeys 1 -file dogs.wad This is adding 3 bots and 6 dogs in a sp/coop game, map01 of Doom2 via command line. The bots will attack the dogs and kill them likely before shooting monsters, since it seems the bots assume the dogs are monsters too. It's pretty heart breaking.. Could the bots assume that the MBF dogs are other players instead? Also since I bring this up, notice that adding 3 bots to the game from command line, I have to add +addbot 3 times while it's much easier to add 6 dogs with a single parameter (+dogs_cnt 6). It would be nice to have the same sort of parameter for the bots as well. eg (+bots_cnt 3) if that would be possible. Thanks
-
Is there a command to keep Bots from killing MBF Dog helpers? If not, there needs to be, heh.
-
Hi, I've downloaded the new 1.48.14 version from SF.net. But when I run the program it says its 1.48.12 (rev.1642) :\
-
Custom decorations clipping through floor in game and builder
Mr.Rocket replied to soss's question in Editing Questions
Was gonna say, it's probably your offsets.. -
Sure, send me some $$$ and I'll get started. :P
-
Door only moves an inch and doesn't open
Mr.Rocket replied to Oweniyo's question in Editing Questions
It's likely getting stuck due to the surrounding sector heights. If you wanna have a sort of arch kind of structure in front and behind the door, you'll want to make the door as it's own thing, in its own sector areas and not have the arch sectors actually touching the door, if you know what I mean. ;) ~ this will ensure that the door always works as expected. -
What are the reasons to play other ports except GZDOOM?
Mr.Rocket replied to Croaker's topic in Source Ports
Agreed.. :P -
What are the reasons to play other ports except GZDOOM?
Mr.Rocket replied to Croaker's topic in Source Ports
Well, I think G(ZDoom) is still a good source engine and people tend to like it, but I totally agree, it depends on what you're trying to capture, if it's an original feel, Choco is the one. I've been digg'n the new Managed Doom port lately too! DosBox Doom works pretty well too if you have some preconfigured confs and a quick way to launch them, created on launch time etc. Anyway, going back to OP. I think the main reason would be map development, aside of casual play, but that kind of goes for most source ports (I suppose). I tend to play them all, but not all the time.. -
Could possibly have a translucent 3d floor slightly above a reflective flat surface? ~ the 3dfloor could also float/bob.
-
What are the reasons to play other ports except GZDOOM?
Mr.Rocket replied to Croaker's topic in Source Ports
I think that most people and or mappers that chose different ports is specific to the map they plan on making, at least in a lot of a cases. ~ and a good chunk of the community are mappers. Edit: Even though the above makes since, almost.. I was somewhat drunk when I typed that last night.. :P Either way, even Romero decided to use GZ for map making recently, from what I recall. -
I haven't downloaded it from there, either way, it shouldn't be that complicated to edit or at least look at a wad, i'm getting the impression that the archive is possibly corrupt?
-
Are you trying to access the wad with Slade while it's still compressed? ~ only reason I'd figure it would give an access denied..
-
Help! Phasing through walls of any new geometry I create (Boom format)
Mr.Rocket replied to phoo's question in Editing Questions
It's hard to comment without looking at the map myself, but you might try checking all that has recently been added. I'd start with checking all the vertices and making sure nothing is over lapping, eg see if everything is actually connected. Requires moving each new vert one by one and making sure all sectors are closed.