Smooth Doom [WIP 2.0 TEST? WOWIE ZOWIE]

Projects that alter game functions but do not include new maps belong here.
Forum rules
The Projects forums are only for projects. If you are asking questions about a project, either find that project's thread, or start a thread in the General section instead.

Got a cool project idea but nothing else? Put it in the project ideas thread instead!

Projects for any Doom-based engine (especially 3DGE) are perfectly acceptable here too.

Please read the full rules for more details.
User avatar
Pardo
Posts: 27
Joined: Sun May 03, 2015 2:16 pm

no reply to bug reports

Post by Pardo »

I reported a bug on this mod and got absolutely no reply.
Why?
Is the creator deliberately ignoring what I posted?
At least you could try acknowledge the existence of said bug.
User avatar
Lycaon
Posts: 232
Joined: Thu Sep 11, 2014 11:24 pm
Location: Argentina

Re: no reply to bug reports

Post by Lycaon »

Pardo wrote:I reported a bug on this mod and got absolutely no reply.
Why?
Is the creator deliberately ignoring what I posted?
At least you could try acknowledge the existence of said bug.
Who do you think you are and why is he obliged to answer to you? Get outta here lol this people is doing this for free.
User avatar
DoomKrakken
Posts: 3489
Joined: Sun Oct 19, 2014 6:45 pm
Location: Plahnit Urff
Contact:

Re: no reply to bug reports

Post by DoomKrakken »

Pardo wrote:I reported a bug on this mod and got absolutely no reply.
Why?
Is the creator deliberately ignoring what I posted?
At least you could try acknowledge the existence of said bug.
Wow. Such arrogance.

Dude, you might as well get used to the fact that you WILL NOT BE RESPONDED TO ALL OF THE DAMN TIME.

The guy could have been too busy to read it. The guy could have read it and not have responded. Maybe he read it, acknowledged it, but didn't want to say anything until it got fixed in the next version. There's no telling what had actually happened unless he actually responds. BUT HEY, it's not the end of the world if you're not responded to immediately (or in 3+ months). It happens. Calm yer tatas.
User avatar
Lycaon
Posts: 232
Joined: Thu Sep 11, 2014 11:24 pm
Location: Argentina

Re: no reply to bug reports

Post by Lycaon »

DoomKrakken wrote:
Wow. Such arrogance.

Dude, you might as well get used to the fact that you WILL NOT BE RESPONDED TO ALL OF THE DAMN TIME.

The guy could have been too busy to read it. The guy could have read it and not have responded. Maybe he read it, acknowledged it, but didn't want to say anything until it got fixed in the next version. There's no telling what had actually happened unless he actually responds. BUT HEY, it's not the end of the world if you're not responded to immediately (or in 3+ months). It happens. Calm yer tatas.
It's not even about the reason why he wasn't responded to, he doesn't had any "rights" to be responded to in the first place. It's not like the creators of Smooth Doom wronged us by delivering a bugged mod and need to "straighten it up". This is a community project given out for free, made by people who love this. This guy "Pardo" Is simply out of reason.
User avatar
Devianteist
Posts: 945
Joined: Wed Sep 24, 2014 4:07 pm
Location: Creating a SPACE HULK conversion!
Contact:

Re: Smooth Doom

Post by Devianteist »

To add something a bit more constructive to the discussion for Gifty;

You could add the Doom64 Plasma Rifle to this, using the one found in Doom32 by zrrion the insect; http://www.mediafire.com/download/m7cvp ... eapons.zip

Obviously, you'd have to ask them beforehand, but a suggestion is simply that, a suggestion. Do with it what you will.

EDIT: Weasel to the rescue! :)
Last edited by Devianteist on Tue Sep 22, 2015 6:55 am, edited 1 time in total.
User avatar
wildweasel
Posts: 21706
Joined: Tue Jul 15, 2003 7:33 pm
Preferred Pronouns: He/Him
Operating System Version (Optional): A lot of them
Graphics Processor: Not Listed
Contact:

Re: Smooth Doom

Post by wildweasel »

Lycaon, DoomKrakken, I feel like a better way to handle this was through politeness.

Pardo, I'm sorry that your previous post was missed, and I'm sorry that these two people have seen fit to lash out at you instead of trying to assist with your problem. If I knew anything about the mod, I'd assist you myself, but as I haven't downloaded a version of it in quite a while, I'm not really qualified. I may see about it later, but I can't make any guarantees.
Blue Shadow
Posts: 5046
Joined: Sun Nov 14, 2010 12:59 am

Re: Smooth Doom

Post by Blue Shadow »

The issue does happen on my end as well. It occurs if smooth bobbing, visual recoil and black gloves are all enabled.
User avatar
faslrn
Posts: 516
Joined: Tue Mar 24, 2015 3:43 pm
Location: Steam: faslrn
Contact:

Re: Smooth Doom

Post by faslrn »

Pardo wrote:Hello, I have recently installed a new version, tested it out in ultimate doom, everything seems to work fine, i set the weapons and the pickups to look like doom64 but i noticed a problem with the chainsaw.
The wepon sprite when on the floor looks like the doom64 chainsaw, and this is fine, i pick it up and the weapon idle animation is indeed the one of doom64 but when i use it the sprites revert back to the classic doom chainsaw.
This didnt happen in a previous release.

Screenshots in the spoiler
Spoiler:
Blue Shadow wrote:The issue does happen on my end as well. It occurs if smooth bobbing, visual recoil and black gloves are all enabled.
Happens because there is a line missing for the final Saw64 check in Melee.txt for the bobBLRecoilFire state for the chainsaw. It needs to have this entered at the beginning:

Code: Select all

bobBLRecoilFire:
		TNT1 A 0 A_JumpIf(CallACS("64SawToggle")==1, "bob64RecoilFire")
		...
That resolves the issue.
User avatar
Pardo
Posts: 27
Joined: Sun May 03, 2015 2:16 pm

Re: Smooth Doom

Post by Pardo »

faslrn wrote:
Happens because there is a line missing for the final Saw64 check in Melee.txt for the bobBLRecoilFire state for the chainsaw. It needs to have this entered at the beginning:

Code: Select all

bobBLRecoilFire:
		TNT1 A 0 A_JumpIf(CallACS("64SawToggle")==1, "bob64RecoilFire")
		...
That resolves the issue.
Thank you very much, I added that in SLADE and now it works as it used to in the previous versions.
User avatar
Pardo
Posts: 27
Joined: Sun May 03, 2015 2:16 pm

Re: Smooth Doom

Post by Pardo »

wildweasel wrote:Lycaon, DoomKrakken, I feel like a better way to handle this was through politeness.

Pardo, I'm sorry that your previous post was missed, and I'm sorry that these two people have seen fit to lash out at you instead of trying to assist with your problem. If I knew anything about the mod, I'd assist you myself, but as I haven't downloaded a version of it in quite a while, I'm not really qualified. I may see about it later, but I can't make any guarantees.
Retards that jump on people like those two imbeciles should be banned, just so you know.
User avatar
wildweasel
Posts: 21706
Joined: Tue Jul 15, 2003 7:33 pm
Preferred Pronouns: He/Him
Operating System Version (Optional): A lot of them
Graphics Processor: Not Listed
Contact:

Re: Smooth Doom

Post by wildweasel »

I'm sorry, Pardo, but I'm not the kind of moderator that will instantly ban people for single offenses. They've been warned not to do it again, so hopefully this won't happen in the future.
User avatar
Lycaon
Posts: 232
Joined: Thu Sep 11, 2014 11:24 pm
Location: Argentina

Re: Smooth Doom

Post by Lycaon »

I do not consider what I said an "offense". He was the one being disrespectful and I just pointed that out. Now he called me a retard and you still don't acknowledge that he is the one being arrogant. The most "offensive" thing I said was "get outta here". We are grown ups, i'm sure he didn't understand that literally.
User avatar
wildweasel
Posts: 21706
Joined: Tue Jul 15, 2003 7:33 pm
Preferred Pronouns: He/Him
Operating System Version (Optional): A lot of them
Graphics Processor: Not Listed
Contact:

Re: Smooth Doom

Post by wildweasel »

Okay, everybody just stop it, please, or there actually might be temp-bans in order. I don't like seeing people argue about things like this.
User avatar
DoomKrakken
Posts: 3489
Joined: Sun Oct 19, 2014 6:45 pm
Location: Plahnit Urff
Contact:

Re: Smooth Doom

Post by DoomKrakken »

wildweasel wrote:Lycaon, DoomKrakken, I feel like a better way to handle this was through politeness.
Agreed.

He shouldn't be acting like he's the center of the universe, though. I understand his frustration (ok, I should have said that then...) as I hate being ignored myself, but I can't help but be angered when someone asks such a question.
wildweasel wrote:Pardo, I'm sorry that your previous post was missed, and I'm sorry that these two people have seen fit to lash out at you instead of trying to assist with your problem. If I knew anything about the mod, I'd assist you myself, but as I haven't downloaded a version of it in quite a while, I'm not really qualified. I may see about it later, but I can't make any guarantees.
And I apologize that I wasn't more polite. I still stand by what I said before, though I acknowledge that I could have said it better.

I would have liked to help, but I don't know if I could have helped, especially because you didn't say what this problem of yours was. Rather than complain about how you were being ignored, you could have turned to the other people who are on this forum for help. Why didn't you?
Pardo wrote:Retards that jump on people like those two imbeciles should be banned, just so you know.
I'll pretend I didn't see that. I forgive you. :)
User avatar
Gifty
Posts: 615
Joined: Sat Jun 15, 2013 8:21 pm

Re: Smooth Doom

Post by Gifty »

Ah jeez, sorry if my absence stirred anybody. I do actually check the thread every day, I just try not to post unless I have something useful. Some really exciting music-related stuff has been going on for me recently which has been taking up an awful lot of my time, so I haven't gotten a lot of work done on the mod. I do read all the posts, sorry if my selective replies have left anyone feeling ignored.
Post Reply

Return to “Gameplay Mods”