Wolf3d Haven Forum

Please log in or register. Smile

Join the forum, it's quick and easy

Wolf3d Haven Forum

Please log in or register. Smile

Wolf3d Haven Forum

Would you like to react to this message? Create an account in a few clicks or log in to continue.
Wolf3d Haven Forum

A friendly Wolfenstein 3D community, about Wolfenstein 3D, the game that gave birth to first person shooters...


3 posters

    Problem with one border...

    azotic
    azotic
    Freshmen
    Freshmen


    Number of posts : 10
    Age : 42
    Registration date : 2010-01-23

    Problem with one border... Empty Problem with one border...

    Post by azotic Sun Feb 28, 2010 3:29 am

    I've a problem with the following:
    Can anybody tell me how to change the border of the debug screens (the ones that appear when you press the Tab+[key] combination)? When I changed the font, the border turned from blue into colourful one, which i don't like. Here's an example:
    Problem with one border... Wolf11
    Doesn't look good, eh? Please, good people, help.
    Andy
    Andy
    Seasoned Wolfer
    Seasoned Wolfer


    Number of posts : 280
    Registration date : 2007-12-22

    Problem with one border... Empty Re: Problem with one border...

    Post by Andy Sun Feb 28, 2010 4:25 am

    This happens to me when I edit the VGAGRAPH sometimes. To fix it, go into ChaosEdit, open the VGAGraph tab, then click on the load VGAGraph editor button (9th one down, with the landmass pictue on it). Choose "load tile8s", which is what these dialog frames really are. Then open the Tile 8s tab to see what's going on. You'll recognize what is what when you see it.

    You'll have to export them from a clean new VGAGraph and then import them into yours. Just make note of the position on each "tile8" and import them into the same order.
    If you can't figure out what the buttons in ChaosEdit do, just "hover" over them to find out.

    Hope this helps,
    Andy
    azotic
    azotic
    Freshmen
    Freshmen


    Number of posts : 10
    Age : 42
    Registration date : 2010-01-23

    Problem with one border... Empty Re: Problem with one border...

    Post by azotic Sun Feb 28, 2010 10:59 am

    Thanks. I'll try to use the info you gave me.
    I have one little question, about L-I-M code. Can't find anywhere to change the functions of it, and change the text that appears after pressing these keys.
    jayngo26
    jayngo26
    Spear of Destiny
    Spear of Destiny


    Male
    Number of posts : 643
    Age : 143
    Location : Random
    Job : Partime Evil Semi-Genius Plotting To Take Over Half The World. Partime Undead Charged With Keeping the Darkness Dark
    Hobbie : Staying Out Of Sunlight
    Message : Wolfenstein:Umbrella Beginnings Episode 2 released! Download now!

    Registration date : 2008-08-09

    Problem with one border... Empty Re: Problem with one border...

    Post by jayngo26 Sun Feb 28, 2010 2:56 pm

    All the I-L-M Debug/Cheat stuff can be found in the souce code. WL_DEBUG.C. From there you can change what you want to say what you want.



    http://jayngoware.com/
    azotic
    azotic
    Freshmen
    Freshmen


    Number of posts : 10
    Age : 42
    Registration date : 2010-01-23

    Problem with one border... Empty Re: Problem with one border...

    Post by azotic Sun Feb 28, 2010 10:47 pm

    Yeah, that's what I assume. But I need more specific answer.
    jayngo26
    jayngo26
    Spear of Destiny
    Spear of Destiny


    Male
    Number of posts : 643
    Age : 143
    Location : Random
    Job : Partime Evil Semi-Genius Plotting To Take Over Half The World. Partime Undead Charged With Keeping the Darkness Dark
    Hobbie : Staying Out Of Sunlight
    Message : Wolfenstein:Umbrella Beginnings Episode 2 released! Download now!

    Registration date : 2008-08-09

    Problem with one border... Empty Re: Problem with one border...

    Post by jayngo26 Mon Mar 01, 2010 6:11 am

    Not sure what you mean. Do you know how to code/compile the Wolf3d source code? If so, you can change any of those cheats to say what you want. Here is an example for the Warp cheat code:

    Code:
    else if (Keyboard[sc_W])            // W = warp to level
        {
            CenterWindow(26,3);
            PrintY+=6;
    #ifndef SPEAR
            US_Print("  Warp to which level(1-10):");

    To change what it says onscreen when you push Tab-W you could change the wording within the parenthesis like this:

    Code:
    else if (Keyboard[sc_W])            // W = warp to level
        {
            CenterWindow(26,3);
            PrintY+=6;
    #ifndef SPEAR
            US_Print("  Transport to which level?(1-10):");



    http://jayngoware.com/
    azotic
    azotic
    Freshmen
    Freshmen


    Number of posts : 10
    Age : 42
    Registration date : 2010-01-23

    Problem with one border... Empty Re: Problem with one border...

    Post by azotic Mon Mar 01, 2010 9:20 am

    Yeah, that's what I know. These are codes concerning the Tab+[key] codes. And I mean the the box that appears after typing the MLI code, that is the box that says that "Now you have 100% health and 99 ammo...." and so on. Can't find it anywhere.
    jayngo26
    jayngo26
    Spear of Destiny
    Spear of Destiny


    Male
    Number of posts : 643
    Age : 143
    Location : Random
    Job : Partime Evil Semi-Genius Plotting To Take Over Half The World. Partime Undead Charged With Keeping the Darkness Dark
    Hobbie : Staying Out Of Sunlight
    Message : Wolfenstein:Umbrella Beginnings Episode 2 released! Download now!

    Registration date : 2008-08-09

    Problem with one border... Empty Re: Problem with one border...

    Post by jayngo26 Mon Mar 01, 2010 9:48 am

    Hmm. I know I saw that somewhere in the code. I will try and find it...



    http://jayngoware.com/
    Andy
    Andy
    Seasoned Wolfer
    Seasoned Wolfer


    Number of posts : 280
    Registration date : 2007-12-22

    Problem with one border... Empty Re: Problem with one border...

    Post by Andy Mon Mar 01, 2010 12:14 pm

    Believe it or not, it's in the FOREIGN.H file
    azotic
    azotic
    Freshmen
    Freshmen


    Number of posts : 10
    Age : 42
    Registration date : 2010-01-23

    Problem with one border... Empty Re: Problem with one border...

    Post by azotic Mon Mar 01, 2010 12:36 pm

    Aaaaaaaaaaaaah, indeed it is there. Thank you.
    And I finally coped with the border color. Now it looks gorgeous. Thanks a lot.
    jayngo26
    jayngo26
    Spear of Destiny
    Spear of Destiny


    Male
    Number of posts : 643
    Age : 143
    Location : Random
    Job : Partime Evil Semi-Genius Plotting To Take Over Half The World. Partime Undead Charged With Keeping the Darkness Dark
    Hobbie : Staying Out Of Sunlight
    Message : Wolfenstein:Umbrella Beginnings Episode 2 released! Download now!

    Registration date : 2008-08-09

    Problem with one border... Empty Re: Problem with one border...

    Post by jayngo26 Mon Mar 01, 2010 2:32 pm

    Andy wrote:Believe it or not, it's in the FOREIGN.H file

    Thank you! Didn't have time to go through the whole code today and that was really bugging me!



    http://jayngoware.com/
    avatar
    Guest
    Guest


    Problem with one border... Empty Re: Problem with one border...

    Post by Guest Mon Mar 01, 2010 4:54 pm

    Hi Gregory!


    Last edited by Chokster37 on Sat Feb 08, 2014 11:22 am; edited 1 time in total
    jayngo26
    jayngo26
    Spear of Destiny
    Spear of Destiny


    Male
    Number of posts : 643
    Age : 143
    Location : Random
    Job : Partime Evil Semi-Genius Plotting To Take Over Half The World. Partime Undead Charged With Keeping the Darkness Dark
    Hobbie : Staying Out Of Sunlight
    Message : Wolfenstein:Umbrella Beginnings Episode 2 released! Download now!

    Registration date : 2008-08-09

    Problem with one border... Empty Re: Problem with one border...

    Post by jayngo26 Mon Mar 01, 2010 6:19 pm

    Hehe. Chokster, Chokster, Chokster. Such simple, sound logic has no place on a forum such as this...



    http://jayngoware.com/
    avatar
    Guest
    Guest


    Problem with one border... Empty Re: Problem with one border...

    Post by Guest Tue Mar 02, 2010 2:39 pm

    Hi Joshua!


    Last edited by Chokster37 on Sat Feb 08, 2014 11:23 am; edited 1 time in total
    jayngo26
    jayngo26
    Spear of Destiny
    Spear of Destiny


    Male
    Number of posts : 643
    Age : 143
    Location : Random
    Job : Partime Evil Semi-Genius Plotting To Take Over Half The World. Partime Undead Charged With Keeping the Darkness Dark
    Hobbie : Staying Out Of Sunlight
    Message : Wolfenstein:Umbrella Beginnings Episode 2 released! Download now!

    Registration date : 2008-08-09

    Problem with one border... Empty Re: Problem with one border...

    Post by jayngo26 Tue Mar 02, 2010 6:28 pm

    Chokster37 wrote:
    jayngo26 wrote:Hehe. Chokster, Chokster, Chokster. Such simple, sound logic has no place on a forum such as this...
    Oops. I meant substitute each letter in the MLI message into this...

    Problem with one border... ASCII%28Table%29

    Then into this:
    Problem with one border... 600px-Unicode_Braille_table.svg

    Then read this:

    Quantum field theory (QFT)[1] provides a theoretical framework for constructing quantum mechanical models of systems classically described by fields or (especially in a condensed matter context) many-body systems. It is widely used in particle physics and condensed matter physics. Most theories in modern particle physics, including the Standard Model of elementary particles and their interactions, are formulated as relativistic
    quantum field theories. Quantum field theories are used in many
    circumstances, especially those where the number of particles
    fluctuates—for example, in the BCS theory of superconductivity.
    In perturbative quantum field theory, the forces between particles are mediated by other particles. The electromagnetic force between two electrons is caused by an exchange of photons. Intermediate vector bosons mediate the weak force and gluons mediate the strong force. There is currently no complete quantum theory of the remaining fundamental force, gravity, but many of the proposed theories postulate the existence of a graviton particle which mediates it. These force-carrying particles are virtual particles
    and, by definition, cannot be detected while carrying the force,
    because such detection will imply that the force is not being carried.
    In addition, the notion of "force mediating particle" comes from
    perturbation theory, and thus does not make sense in a context of bound
    states.
    In QFT photons are not thought of as 'little billiard balls', they are considered to be field quanta - necessarily chunked ripples in a field that 'look like' particles. Fermions,
    like the electron, can also be described as ripples in a field, where
    each kind of fermion has its own field. In summary, the classical
    visualisation of "everything is particles and fields", in quantum field
    theory, resolves into "everything is particles", which then resolves
    into "everything is fields". In the end, particles are regarded as
    excited states of a field (field quanta).
    In ordinary quantum mechanics, the time-dependent one-dimensional Schrödinger equation describing the time evolution of the quantum state of a single non-relativistic particle is
    Problem with one border... B33359c3c127ad2830d378056b937fec
    where m is the particle's mass, V is the applied potential, and Problem with one border... 605b44d27aad3e8e841b1dd43053faa1 denotes the quantum state (we are using bra-ket notation).
    We wish to consider how this problem generalizes to N particles. There are two motivations for studying the many-particle problem. The first is a straightforward need in condensed matter physics, where typically the number of particles is on the order of Avogadro's number (6.0221415 x 1023). The second motivation for the many-particle problem arises from particle physics and the desire to incorporate the effects of special relativity. If one attempts to include the relativistic rest energy into the above equation (in quantum mechanics where position is an observable), the result is either the Klein-Gordon equation or the Dirac equation. However, these equations have many unsatisfactory qualities; for instance, they possess energy eigenvalues which extend to –∞, so that there seems to be no easy definition of a ground state.
    It turns out that such inconsistencies arise from relativistic
    wavefunctions having a probabilistic interpretation in position space,
    as probability conservation is not a relativistically covariant
    concept. In quantum field theory, unlike in quantum mechanics, position
    is not an observable, and thus, one does not need the concept of a
    position-space probability density. For quantum fields whose
    interaction can be treated perturbatively, this is equivalent to
    neglecting the possibility of dynamically creating or destroying
    particles, which is a crucial aspect of relativistic quantum theory. Einstein's famous mass-energy relation
    allows for the possibility that sufficiently massive particles can
    decay into several lighter particles, and sufficiently energetic
    particles can combine to form massive particles. For example, an
    electron and a positron can annihilate each other to create photons. This suggests that a consistent relativistic quantum theory should be able to describe many-particle dynamics.
    Furthermore, we will assume that the N particles are indistinguishable. As described in the article on identical particles, this implies that the state of the entire system must be either symmetric (bosons) or antisymmetric (fermions)
    when the coordinates of its constituent particles are exchanged. These
    multi-particle states are rather complicated to write. For example, the
    general quantum state of a system of N bosons is written as
    Problem with one border... 56f7d90892a281095782da0f17dcefcf
    where Problem with one border... 2a0663a3edc837468423a869cce63e3f are the single-particle states, Nj is the number of particles occupying state j, and the sum is taken over all possible permutations p acting on N elements. In general, this is a sum of N! (N factorial) distinct terms, which quickly becomes unmanageable as N increases. The way to simplify this problem is to turn it into a quantum field theory.
    [edit] Second quantization

    Main article: Second quantization

    In this section, we will describe a method for constructing a quantum field theory called second quantization.
    This basically involves choosing a way to index the quantum mechanical
    degrees of freedom in the space of multiple identical-particle states.
    It is based on the Hamiltonian formulation of quantum mechanics; several other approaches exist, such as the Feynman path integral[3], which uses a Lagrangian formulation. For an overview, see the article on quantization.
    [edit] Second quantization of bosons


    For simplicity, we will first discuss second quantization for bosons, which form perfectly symmetric quantum states. Let us denote the mutually orthogonal single-particle states by Problem with one border... 4fbeee73f85820fe147dae5906a8bc7b and so on. For example, the 3-particle state with one particle in state Problem with one border... 8266e88e53c64ec74ecf099de64a5503 and two in stateProblem with one border... 38d7c5298635237f34c0dc3d8a31d9fa is
    Problem with one border... Bcf4b3959ab6a5fc63d7af3d82631509
    The first step in second quantization is to express such quantum states in terms of occupation numbers, by listing the number of particles occupying each of the single-particle states Problem with one border... 2d42aca37e4939db7a248d5f67738c8d etc. This is simply another way of labelling the states. For instance, the above 3-particle state is denoted as
    Problem with one border... B63e32cbc2e580eefd4eb973f38eee6a
    The next step is to expand the N-particle state space to include the state spaces for all possible values of N. This extended state space, known as a Fock space, is composed of the state space of a system with no particles (the so-called vacuum state),
    plus the state space of a 1-particle system, plus the state space of a
    2-particle system, and so forth. It is easy to see that there is a
    one-to-one correspondence between the occupation number representation
    and valid boson states in the Fock space.
    At this point, the quantum mechanical system has become a quantum
    field in the sense we described above. The field's elementary degrees
    of freedom are the occupation numbers, and each occupation number is
    indexed by a number Problem with one border... 3f4ccf6665b90366ba25b4fe9e2da78a, indicating which of the single-particle states Problem with one border... D3a326240f2cd2e07061dbb468c2733e it refers to.
    The properties of this quantum field can be explored by defining creation and annihilation operators, which add and subtract particles. They are analogous to "ladder operators" in the quantum harmonic oscillator
    problem, which added and subtracted energy quanta. However, these
    operators literally create and annihilate particles of a given quantum
    state. The bosonic annihilation operator a2 and creation operator Problem with one border... Ef71d57d6a5cdd55f6f7fdf4e09b2767 have the following effects:
    Problem with one border... 5ded3f39ab19f7ae022bc118a8db4bebProblem with one border... F180d7868abecfca34961e0dcffdde74
    It can be shown that these are operators in the usual quantum mechanical sense, i.e. linear operators acting on the Fock space. Furthermore, they are indeed Hermitian conjugates, which justifies the way we have written them. They can be shown to obey the commutation relation
    Problem with one border... 2d745f427d9a6ce0351d39932145d907
    where δ stands for the Kronecker delta. These are precisely the relations obeyed by the ladder operators for an infinite set of independent quantum harmonic oscillators,
    one for each single-particle state. Adding or removing bosons from each
    state is therefore analogous to exciting or de-exciting a quantum of
    energy in a harmonic oscillator.
    The Hamiltonian of the quantum field (which, through the Schrödinger equation,
    determines its dynamics) can be written in terms of creation and
    annihilation operators. For instance, the Hamiltonian of a field of
    free (non-interacting) bosons is
    Problem with one border... C18e28e4d31fe74f5ac3d56da68c07aa
    where Ek is the energy of the k-th single-particle energy eigenstate. Note that
    Problem with one border... 22a41db1fc65c1804fd77140d96b097b
    [edit] Second quantization of fermions


    It turns out that a different definition of creation and annihilation must be used for describing fermions. According to the Pauli exclusion principle, fermions cannot share quantum states, so their occupation numbers Ni can only take on the value 0 or 1. The fermionic annihilation operators c and creation operators Problem with one border... 68ab338315f4b27d1365556770e36314 are defined by their actions on a Fock state thus
    Problem with one border... 2063efc8b48e7ce1367ad4e450468f00Problem with one border... 7731ceaa5d6c3c7b09795e55258412ffProblem with one border... 0a42360f5acfe209bdc52550fffe87ceProblem with one border... 6396ba238e4b8583cdad03129694244b
    These obey an anticommutation relation:
    Problem with one border... 33ba9e37b7a15e6041598809ebfebc1a
    One may notice from this that applying a fermionic creation operator
    twice gives zero, so it is impossible for the particles to share
    single-particle states, in accordance with the exclusion principle.
    Feynman, R.P. (2001) [1964]. The Character of Physical Law. MIT Press. ISBN 0262560038.

    • Feynman, R.P. (2006) [1985]. QED: The Strange Theory of Light and Matter. Princeton University Press. ISBN 0691125759.
    • Gribbin, J. (1998). Q is for Quantum: Particle Physics from A to Z. Weidenfeld & Nicolson. ISBN 0297817523.
    • Schumm, Bruce A. (2004) Deep Down Things. Johns Hopkins Univ. Press. Chpt. 4.

    Introductory texts:

    • Bogoliubov, N.; Shirkov, D. (1982). Quantum Fields. Benjamin-Cummings. ISBN 0805309837.
    • Frampton, P.H. (2000). Gauge Field Theories. Frontiers in Physics (2nd ed.). Wiley.
    • Greiner, W; Müller, B. (2000). Gauge Theory of Weak Interactions. Springer. ISBN 3-540-67672-4.
    • Itzykson, C.; Zuber, J.-B. (1980). Quantum Field Theory. McGraw-Hill. ISBN 0-07-032071-3.
    • Kane, G.L. (1987). Modern Elementary Particle Physics. Perseus Books. ISBN 0-201-11749-5.
    • Kleinert, H.; Schulte-Frohlinde, Verena (2001). Critical Properties of φ4-Theories. World Scientific. ISBN 981-02-4658-7. http://users.physik.fu-berlin.de/~kleinert/re.html#B6.
    • Kleinert, H. (2008). Multivalued Fields in Condensed Matter, Electrodynamics, and Gravitation. World Scientific. ISBN 978-981-279-170-2. http://users.physik.fu-berlin.de/~kleinert/public_html/kleiner_reb11/psfiles/mvf.pdf.
    • Loudon, R (1983). The Quantum Theory of Light. Oxford University Press. ISBN 0-19-851155-8.
    • Mandl, F.; Shaw, G. (1993). Quantum Field Theory. John Wiley & Sons. ISBN 0-0471-94186-7.
    • Peskin, M.; Schroeder, D. (1995). An Introduction to Quantum Field Theory. Westview Press. ISBN 0-201-50397-2.
    • Ryder, L.H. (1985). Quantum Field Theory. Cambridge University Press. ISBN 0-521-33859-X.
    • Srednicki, Mark (2007) Quantum Field Theory. Cambridge Univ. Press.
    • Yndurain, F.J. (1996). Relativistic Quantum Mechanics and Introduction to Field Theory (1st ed.). Springer. ISBN 978-3540604532.
    • Zee, A. (2003). Quantum Field Theory in a Nutshell. Princeton University Press. ISBN ISBN 0-691-01019-6.
    And apply this:

    Problem with one border... Chapter5__18

    Multiplied by this:

    Problem with one border... The_standard_galactic_alphabet_with_keen_front_tshirt-p235698107716563224qd00_400

    To the power of this:

    Problem with one border... Java_code_for_State

    Divided by this:

    Problem with one border... Chant_vatican_notation

    And mix it with these marshmallows:

    Problem with one border... Marsh

    Where you should get something like this:

    Problem with one border... Scry3


    Thanks for shopping Wolf3d Haven.

    Hehe. Now that's more like it. Problem with one border... Drunken_smilie

    P.S. Thought I would quote the entire post for emphasis' sake.



    http://jayngoware.com/
    azotic
    azotic
    Freshmen
    Freshmen


    Number of posts : 10
    Age : 42
    Registration date : 2010-01-23

    Problem with one border... Empty Re: Problem with one border...

    Post by azotic Wed Mar 03, 2010 9:13 am

    OK, now tell me one more thing that interests me. I saw this trick in Spear Revisited. When you pick up an item or kill somebody, the information appears in the top corner, saying "You picked up an ammo clip" or "You killed a guard". How can I get this effect?
    jayngo26
    jayngo26
    Spear of Destiny
    Spear of Destiny


    Male
    Number of posts : 643
    Age : 143
    Location : Random
    Job : Partime Evil Semi-Genius Plotting To Take Over Half The World. Partime Undead Charged With Keeping the Darkness Dark
    Hobbie : Staying Out Of Sunlight
    Message : Wolfenstein:Umbrella Beginnings Episode 2 released! Download now!

    Registration date : 2008-08-09

    Problem with one border... Empty Re: Problem with one border...

    Post by jayngo26 Wed Mar 03, 2010 12:49 pm

    WSJ In Game Messages Tutorial. Use that. Worked like a charm for me. Just make sure you use WSJ code. About halfway down the post.



    http://jayngoware.com/
    jayngo26
    jayngo26
    Spear of Destiny
    Spear of Destiny


    Male
    Number of posts : 643
    Age : 143
    Location : Random
    Job : Partime Evil Semi-Genius Plotting To Take Over Half The World. Partime Undead Charged With Keeping the Darkness Dark
    Hobbie : Staying Out Of Sunlight
    Message : Wolfenstein:Umbrella Beginnings Episode 2 released! Download now!

    Registration date : 2008-08-09

    Problem with one border... Empty Re: Problem with one border...

    Post by jayngo26 Sat Mar 27, 2010 8:56 pm

    Andy wrote:This happens to me when I edit the VGAGRAPH sometimes. To fix it, go into ChaosEdit, open the VGAGraph tab, then click on the load VGAGraph editor button (9th one down, with the landmass pictue on it). Choose "load tile8s", which is what these dialog frames really are. Then open the Tile 8s tab to see what's going on. You'll recognize what is what when you see it.

    You'll have to export them from a clean new VGAGraph and then import them into yours. Just make note of the position on each "tile8" and import them into the same order.
    If you can't figure out what the buttons in ChaosEdit do, just "hover" over them to find out.

    Hope this helps,
    Andy

    It took me a while to understand this, but I too was able to fix my borders. They had been messed up ever since I first added to the VGAGraph almost 2 years ago. Thanks! It's something minor, but now that small problem is off my mind!



    http://jayngoware.com/

    Sponsored content


    Problem with one border... Empty Re: Problem with one border...

    Post by Sponsored content


      Current date/time is Fri Apr 26, 2024 7:06 am