The Still New What Did You Last Do Thread

If it's not ZDoom, it goes here.
User avatar
DoomKrakken
Posts: 3482
Joined: Sun Oct 19, 2014 6:45 pm
Location: Plahnit Urff
Contact:

Re: The New What Did You Last Do Thread

Post by DoomKrakken »

Using newer GZDoom builds, I'm finding this error in many places...

"Self pointer used in ambiguous context; VM execution may abort!"

When going to the affected lines, I'm seeing that they have something to do with setting user variables, or jumping based on a user variable's value.

What does it mean?

Then there's also "Truncation of floating point constant <float>". What does this mean? :?
User avatar
Hellsmith1
Posts: 913
Joined: Sat Jan 17, 2015 12:17 am
Location: Jasper county Indiana
Contact:

Re: The New What Did You Last Do Thread

Post by Hellsmith1 »

I need some help figuring out how to make a puzzle work in my map.

I'm trying to make a movable block puzzle or objects just like in tomb raider. How can I make a block movable or objects movable?
User avatar
Dancso
Posts: 1906
Joined: Wed Oct 11, 2006 10:39 am
Location: at home.. Status: lazy like hell

Re: The New What Did You Last Do Thread

Post by Dancso »

If you're looking to animate actual world geometry, try look up polyobjects in the wiki. If simple 2d things suffice, try the +PUSHABLE flag in decorate.
If tutorials aren't your thing, Xaser's turbo charged arcade made use of polyobjects quite a bit to animate Hitler, you could try snooping into its scripts if they are accessible at all.
User avatar
DoomKrakken
Posts: 3482
Joined: Sun Oct 19, 2014 6:45 pm
Location: Plahnit Urff
Contact:

Re: The New What Did You Last Do Thread

Post by DoomKrakken »

I just learned that there exist the rarest bars of chocolate in the world... so rare, only 100 of them are made per year, and each individual two-ounce bar costs $343, and is wrapped in literal silver foil, and then packaged in a Spanish Elm wood box with a unique serial code for the bar itself. (facepalm)

It even comes with tongs, because apparently, you're not supposed to eat the bar with your bare hands. (double facepalm)

And then I see a guy sniffing it up, bringing in the aroma, while he goes on to explain that this is an experience.

Oh, the aristocracy...

All I'm saying is that if you're gonna be really into a bar of chocolate like that, calling it an "experience", one could assume that the bar is loaded with some super dank kush...





... just sayin'. 8-)
User avatar
Caligari87
Admin
Posts: 6174
Joined: Thu Feb 26, 2004 3:02 pm
Preferred Pronouns: He/Him
Contact:

Re: The New What Did You Last Do Thread

Post by Caligari87 »

See, even though I know that kind of exclusivity is completely artificial and in the end it's probably "just chocolate", I always wonder if indeed it would taste as good as it implies. For that kind of money, a fingernail-sized nibble better give me multiple orgasms and some kind of religious out-of-body experience.

8-)
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49071
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Re: The New What Did You Last Do Thread

Post by Graf Zahl »

DoomKrakken wrote:Using newer GZDoom builds, I'm finding this error in many places...

"Self pointer used in ambiguous context; VM execution may abort!"

When going to the affected lines, I'm seeing that they have something to do with setting user variables, or jumping based on a user variable's value.

What does it mean?

Then there's also "Truncation of floating point constant <float>". What does this mean? :?
It means that you are trying to access user variables from a weapon state. This was insufficiently checked in DECORATE and could cause crashes, but it's not reliably detectable so the compiler emits a warning when it thinks that it could lead to problems.
User avatar
DoomKrakken
Posts: 3482
Joined: Sun Oct 19, 2014 6:45 pm
Location: Plahnit Urff
Contact:

Re: The New What Did You Last Do Thread

Post by DoomKrakken »

Graf Zahl wrote:
DoomKrakken wrote:Using newer GZDoom builds, I'm finding this error in many places...

"Self pointer used in ambiguous context; VM execution may abort!"

When going to the affected lines, I'm seeing that they have something to do with setting user variables, or jumping based on a user variable's value.

What does it mean?

Then there's also "Truncation of floating point constant <float>". What does this mean? :?
It means that you are trying to access user variables from a weapon state. This was insufficiently checked in DECORATE and could cause crashes, but it's not reliably detectable so the compiler emits a warning when it thinks that it could lead to problems.
Except these are CustomInventory items that are showing the warning (more specifically, Propane Tanks and gold coins dropped from Midas statues in Guncaster). Do those also count?
Caligari87 wrote:See, even though I know that kind of exclusivity is completely artificial and in the end it's probably "just chocolate", I always wonder if indeed it would taste as good as it implies. For that kind of money, a fingernail-sized nibble better give me multiple orgasms and some kind of religious out-of-body experience.

8-)
In the chocolate bar's defense... the bars are made from some extremely rare cacao bean... so rare, people thought it was actually extinct, up until a few years ago. I forget the name of the cacao bean... but it's apparently well-known for being very aromatic and fragrant.
User avatar
Vostyok
Posts: 1666
Joined: Sat Jan 17, 2015 8:54 am
Preferred Pronouns: No Preference
Location: Discord: Vostyok#3164
Contact:

Re: The New What Did You Last Do Thread

Post by Vostyok »

At the end of the day, it is the exclusiveness you are paying for as well. Not everyone can obtain it, the rarity is prohibitive, etc. The price rises as the supply dwindles, or those who buy increasingly see the item as a luxury for "those who can obtain it".
If there is a big food shortage coming up though, things like this will be the first to sink.

And I'm more of a biscuit man myself :p
User avatar
DoomKrakken
Posts: 3482
Joined: Sun Oct 19, 2014 6:45 pm
Location: Plahnit Urff
Contact:

Re: The New What Did You Last Do Thread

Post by DoomKrakken »

I LOVE BISCUITS!!!! :D

Then again, I love a whole bunch of food... :D

Temporarily changing subject... do any of you know if there's a thread where we can ask questions about (G/Q)ZDoom? I'd hate to keep spamming this thread with questions about sourceport engines (though they do happen to be the topic of what I was last doing XD).
User avatar
DoomRater
Posts: 8265
Joined: Wed Jul 28, 2004 8:21 am
Preferred Pronouns: He/Him
Location: WATR HQ
Contact:

Re: The New What Did You Last Do Thread

Post by DoomRater »

Ther'es the How do I... Thread if you want to use it.
User avatar
DoomKrakken
Posts: 3482
Joined: Sun Oct 19, 2014 6:45 pm
Location: Plahnit Urff
Contact:

Re: The New What Did You Last Do Thread

Post by DoomKrakken »

I've used that a lot. I'm not sure they do too many "What Does This Mean...?" questions...
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: The New What Did You Last Do Thread

Post by wildweasel »

If that's not the place for your question, you might just start a thread in General. It doesn't matter that it's just a small question.
User avatar
DoomKrakken
Posts: 3482
Joined: Sun Oct 19, 2014 6:45 pm
Location: Plahnit Urff
Contact:

Re: The New What Did You Last Do Thread

Post by DoomKrakken »

Yeah, I would like to do that... I wanted to see if there was already a thread up for "What Does This Mean?" questions, so I don't create a redundant thread.
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: The New What Did You Last Do Thread

Post by wildweasel »

Well, I meant a thread specifically for your question...
User avatar
DoomKrakken
Posts: 3482
Joined: Sun Oct 19, 2014 6:45 pm
Location: Plahnit Urff
Contact:

Re: The New What Did You Last Do Thread

Post by DoomKrakken »

Ah.

I'm not too fond of creating threads for every specific question I have. I find it horribly inefficient. However, if you think that's the best way to go, then I shall do it. :)

EDIT: I found a whole folder of handless versions of Neccronixis's weapons in my sprite folder... it was hiding in plain sight, and I had been waiting almost a whole year for something I already had!

Goodness gracious, I am inept! My apologies for continuously asking for handless versions...

(facedesk)
Post Reply

Return to “Off-Topic”