Samsara - No longer under active development.
-
- Posts: 8265
- Joined: Wed Jul 28, 2004 8:21 am
- Preferred Pronouns: He/Him
- Location: WATR HQ
Re: Samsara - 0.3 - I can't drive at .30, man.
In a nutshell, the duke taunts work by dealing a special damage type to the monsters that, when they die from this damage, gives the player a counter that it then uses to figure out what category of taunts to play from, if there's been enough time/kills/whatever other conditions that need t obe met before Duke shoots his mouth off again. It's as you said, a complete mess.
-
- Posts: 1625
- Joined: Mon Nov 09, 2009 3:08 pm
Re: Samsara - 0.3 - I can't drive at .30, man.
Yeah, Samsara is officially on the backburner. There's no real one specific reason, but a whole slew of niggles and problems have accumulated up over time that can't be really properly tackled to where I think it's just best to move on to more fruitful endeavors.Gez wrote:Isn't Samsara kinda dead anyway? Term moved on to like a half-dozen newer projects since.
That final update was primarily to troll tournament players who insisted that Corvus was the absolute worst in DM and nothing could salvage him.
Yeah, the code is a complete and total mess. Back when I started I was generally very inexperienced with Decorate and ACS and had no idea how to make anything work, and would generally slap things together--this comes through in the worst possible way in that the entire engine is held together with chewing gum and a prayer, somehow still working. I don't even know what half of anything does anymore.Onar4241 wrote:Though when I opened the archive to see how the code works... It was a complete mess. I even wonder how you happen to work with this code, it is way too confusing and I didn't understand any of it (I wanted to know how the Duke taunts work).
While I'm still hardly a "professional" at this, the entire codebase is a mishmash of various systems written by tens of different people with different design philosophies, all slapped together with ducttape. If I had infinite amounts of free time (and motivation), the best thing to do would probably be to rewrite the entire thing. And that's obviously not an option, so suffice to say it was a wonderful lesson to me in the importance of team management and a design direction.
-
- Posts: 272
- Joined: Wed Apr 11, 2012 10:31 am
- Preferred Pronouns: He/Him
- Operating System Version (Optional): Windows 10 Pro 21H1
- Graphics Processor: nVidia with Vulkan support
- Location: St. Louis, MO
Re: Samsara - 0.3 - I can't drive at .30, man.
Well, that's a bummer. It was fun while it lasted, though.TerminusEst13 wrote:Yeah, Samsara is officially on the backburner. There's no real one specific reason, but a whole slew of niggles and problems have accumulated up over time that can't be really properly tackled to where I think it's just best to move on to more fruitful endeavors.
-
-
- Posts: 16891
- Joined: Tue Oct 02, 2012 2:20 am
- Location: An ancient Escape Shuttle(No longer active here anymore)
Re: Samsara - 0.3 - I can't drive at .30, man.
Oh, i almost forgot to ask, No samsara update; no naraka update as well...?
-
- Posts: 3489
- Joined: Sun Oct 19, 2014 6:45 pm
- Location: Plahnit Urff
Re: Samsara - 0.3 - I can't drive at .30, man.
Captain J, Brutal Doomguy does seem very similar to Vanilla Doomguy, except for some things...
- Fists are MUCH faster
- Kicks can be implemented
- Melee combo system
- No pistol: uses assault rifle
- Plasma Gun and BFG-9000 deal 2x damage
- Berserk powerup grants "Rip and Tear!" mode, which allows the player to gain health from killing foes with his fists...
- Et cetera (I bet you know all the other changes, so I'm not going to list them unless requested)
And the Archvile wouldn't exactly be using guns... if you look at Eriance's Demon Eclipse mod, in Episode 2, Doomguy picks up a bunch of organic/magical weapons, which use ammo like hellfire orbs, blood, bones, venom, and soul orbs.
Would anyone be willing to point me toward any tutorials for how to combine gameplay mods in a similar fashion to Samsara?
- Fists are MUCH faster
- Kicks can be implemented
- Melee combo system
- No pistol: uses assault rifle
- Plasma Gun and BFG-9000 deal 2x damage
- Berserk powerup grants "Rip and Tear!" mode, which allows the player to gain health from killing foes with his fists...
- Et cetera (I bet you know all the other changes, so I'm not going to list them unless requested)
And the Archvile wouldn't exactly be using guns... if you look at Eriance's Demon Eclipse mod, in Episode 2, Doomguy picks up a bunch of organic/magical weapons, which use ammo like hellfire orbs, blood, bones, venom, and soul orbs.
Would anyone be willing to point me toward any tutorials for how to combine gameplay mods in a similar fashion to Samsara?
-
- Posts: 296
- Joined: Sun Aug 03, 2014 9:41 am
- Location: New York
Re: Samsara - 0.3 - I can't drive at .30, man.
Goddamn. I happen to have the same thing too when I didn't know a thing about modding. Anyway, do you know how the Duke taunts work? A simple trick I did to make automatic taunts is when a monster dies it gives to the player a custom point, which after an specific amount, Duke speaks. Though I have randomized that with A_Jump.TerminusEst13 wrote: Yeah, the code is a complete and total mess. Back when I started I was generally very inexperienced with Decorate and ACS and had no idea how to make anything work, and would generally slap things together--this comes through in the worst possible way in that the entire engine is held together with chewing gum and a prayer, somehow still working. I don't even know what half of anything does anymore.
While I'm still hardly a "professional" at this, the entire codebase is a mishmash of various systems written by tens of different people with different design philosophies, all slapped together with ducttape. If I had infinite amounts of free time (and motivation), the best thing to do would probably be to rewrite the entire thing. And that's obviously not an option, so suffice to say it was a wonderful lesson to me in the importance of team management and a design direction.
-
- Posts: 8265
- Joined: Wed Jul 28, 2004 8:21 am
- Preferred Pronouns: He/Him
- Location: WATR HQ
Re: Samsara - 0.3 - I can't drive at .30, man.
Pretty sure it works about the same. As I said above:
In a nutshell, the duke taunts work by dealing a special damage type to the monsters that, when they die from this damage, gives the player a counter that it then uses to figure out what category of taunts to play from, if there's been enough time/kills/whatever other conditions that need t obe met before Duke shoots his mouth off again. It's as you said, a complete mess.
-
- Posts: 296
- Joined: Sun Aug 03, 2014 9:41 am
- Location: New York
Re: Samsara - 0.3 - I can't drive at .30, man.
Thanks for the information! Do you know how kicking works in Duke, too?DoomRater wrote:In a nutshell, the duke taunts work by dealing a special damage type to the monsters that, when they die from this damage, gives the player a counter that it then uses to figure out what category of taunts to play from, if there's been enough time/kills/whatever other conditions that need t obe met before Duke shoots his mouth off again. It's as you said, a complete mess.
-
- 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
Re: Samsara - 0.3 - I can't drive at .30, man.
Given how similar functions work in other mods, I'd imagine the Flash state is being heavily abused.Onar4241 wrote:Thanks for the information! Do you know how kicking works in Duke, too?
-
- Posts: 47
- Joined: Wed Jul 23, 2008 7:49 am
- Location: Who gives a beep from where I am? :)
Re: Samsara - 0.3 - I can't drive at .30, man.
Guys, if anyone has Corridor 7's add-on for Samsara, then could you, please, re-upload it? Link from Addons on SamsaraDevs' page seems to be dead...
-
- Posts: 970
- Joined: Tue Jul 15, 2003 5:43 pm
-
- Posts: 8265
- Joined: Wed Jul 28, 2004 8:21 am
- Preferred Pronouns: He/Him
- Location: WATR HQ
Re: Samsara - 0.3 - I can't drive at .30, man.
As far as I know it was never implemented officially. Instead the altfire produced a shove kick that couldn't be used separately from fire.wildweasel wrote:Given how similar functions work in other mods, I'd imagine the Flash state is being heavily abused.Onar4241 wrote:Thanks for the information! Do you know how kicking works in Duke, too?
-
- Posts: 347
- Joined: Thu Apr 18, 2013 5:04 am
- Preferred Pronouns: He/Him
- Operating System Version (Optional): Windows 10
Re: Samsara - 0.3 - I can't drive at .30, man.
It was officially implemented; it was just implemented in a version that's never coming out.DoomRater wrote:As far as I know it was never implemented officially. Instead the altfire produced a shove kick that couldn't be used separately from fire.wildweasel wrote:Given how similar functions work in other mods, I'd imagine the Flash state is being heavily abused.Onar4241 wrote:Thanks for the information! Do you know how kicking works in Duke, too?
Grab the latest GitHub here (warning, don't deathmatch with it): https://github.com/SamsaraDevs/samsaraJunk
-
- Posts: 8265
- Joined: Wed Jul 28, 2004 8:21 am
- Preferred Pronouns: He/Him
- Location: WATR HQ
Re: Samsara - 0.3 - I can't drive at .30, man.
Well fork me sideways...
-
- Posts: 1625
- Joined: Mon Nov 09, 2009 3:08 pm
Re: Samsara - 0.3 - I can't drive at .30, man.
http://www.**LINK_DISABLED**.org/download?file= ... 1-beta.pk3 - Zandro beta here. "Never coming out" means "has been out for, like, a year".Untitled wrote:It was officially implemented; it was just implemented in a version that's never coming out.DoomRater wrote:As far as I know it was never implemented officially. Instead the altfire produced a shove kick that couldn't be used separately from fire.wildweasel wrote: Given how similar functions work in other mods, I'd imagine the Flash state is being heavily abused.
Grab the latest GitHub here (warning, don't deathmatch with it): https://github.com/SamsaraDevs/samsaraJunk
(Also, warning, the shoot n' boot code will make you want to stab something. Fair warning)