Jump to content
The Dark Mod Forums

OrbWeaver

Active Developer
  • Posts

    8725
  • Joined

  • Last visited

  • Days Won

    81

Posts posted by OrbWeaver

  1. I have to agree with obscurus to an extent. Much as I dislike the censorship and oppression of the Chinese government, I hate the lies and hypocrisy of western governments a whole lot more.

     

    Plus, at least the Chinese government implements its policies because it believes them to be in the national interest of China, rather than the US and UK governments that implement policies because they benefit corporate America.

  2. I don't suppose it will be long before some corporate turd decides that turning off AutoPlay is illegal.

     

    Not that they will get anywhere. As far as I know the DMCA has gone to court twice in the USA - once by Lexmark, attempting to prevent other companies from refilling their cartridges, and once by a garage door manufacturer who wanted to outlaw the sale of replacement remote controls for their doors.

     

    Both lost.

  3. The funny thing is, America with its Bill of Rights still ends up as one of the most draconian regimes in the western world. I think there are two main things that prevent the UK from going too far down that road, even though there is no formal Bill of Rights.

     

    1) Very good media, such as the BBC, that is not afraid to attack the government where necessary. The jingoistic fuming of Fox News and the like simply don't happen over here to any notable extent.

    2) The parliamentary system which requires all new laws to be debated (not just voted for - properly debated) several times before they can be passed, allowing compromises to be made following criticism from the opposition (or even the government's MPs). There is also no special power granted to the Prime Minister - no veto or anything like that.

     

    I guess things like the EU and the European Court of Human Rights help to some extent as well.

  4. I wonder if it would be possible to write a program/driver/service that would ensure that anything launched via AutoPlay would run with reduced privileges, under a special sandbox userid. There could then be an option to run the program with normal/Admin privileges if the user actually needed to (such as when installing a program).

  5. Most of the 9-5 tools are being oppressed from useful thought by being conditioned throughout life to get an education for a job in which they repeat the same meaningless cycle everyday and only spend their offtime recovering or entertaining themselves and giving no effort to expand their mind or change their wasted life.

     

    Of course. Why do you think the government is so keen to introduce more "vocational" qualifications, and dumb down the entire education system with stupid league tables that nobody wants?

     

    Because an uneducated populace with no capacity for rational thought does not present an obstacle to the government's desire to extend its power.

  6. Obscurus: I tend to agree, when I see what the Australian government does I actually feel quite positive about the British one.

     

    sparhawk: Yep, that is a well-known tactic used by salesman, called the "door-in-your-face" technique. Basically you ask for something absolutely outrageous, then after the inevitable response you back down, say "I agree that was over the top, how about this?" and present something slightly less outrageous that was what you wanted all along. You get what you want, and your opponents thing they have accomplished something by getting you to "concede", even though you actually did nothing of the sort.

  7. Is this really what you wantß

     

    No. But we all know the British government doesn't give a monkey's about what anybody wants except themselves. This is after all the country where you can be convicted for typing in a URL.

     

    I expect a lot of this stuff would get struck down by the courts if it was ever used, but that still takes time and some poor sod has to suffer by being the test case.

  8. If there is no god, it doesnt affect me in any way.

     

    Bingo.

     

    Nobody can ever know whether there is a god or not, and any guesses about the god's qualities that you care to make are more likely to be wrong than right (due to simple probability).

  9. Yes, but the effect of smoothing is achieved by modifying the normal vector - standard Gouraud shading for example calculates the lighting at the vertices (based on vertex normals) and then interpolates the shading over the face to create a smooth effect.

     

    It is already possible to modify the way the vertex normals are calculated (with the unsmoothedTangents global keyword), so it is not beyond the realms of possibility that the algorithm could be further modified by a property in the mesh.

  10. I guess a smoothing angle would be the amount that the normal vector is rotated as it approaches the edge of a face - if there is no smoothing it is always perpendicular, if it is fully smoothed it is averaged over the adjacent faces, and if it is a little bit smoothed (20%) it is rotated slightly towards the edge but not enough to produce complete smoothing.

     

    I know nothing about how the Doom 3 engine calculates normal vectors though, so this is just speculation.

  11. Personally, I find the idea of eternal life truly horrifying, and most typical depictions of heaven are places I would find quite unpleasant (though strangely, I find the typical depiction of Hell somewhat agreeable). I wouldn't mind reincarnation, provided I had absolutely no memory of my previous life, and I wouldn't mind living for a bit longer than the average human lifespan or uploading my mind into a robotic shell if I can find something to kep me occupied, but at some point I will just want everything to end.

     

    I agree entirely. The best part of life in my view is the knowledge that it won't last forever.

     

    As for reincarnation, if it is assumed that you will have no memory of your previous life (which it generally is - even those who believe in reincarnation don't generally remember what happened the last time around), then there is no distinction whatsoever between reincarnation and death.

  12. no, it doesn't. i just gave it a try. if i export an unsmoothed ASE from max, it will look just as unsmooth in doom. if i add smoothing groups it is smoothed.

     

    I guess that depends on how the smoothing is implemented. If exporting from Blender you have to physically unweld points that must not be smoothed.

     

    It is possible that this is due to the exporter, but I am fairly sure the script does export a MESH_SMOOTHING key based on the setting for each vertex.

  13. IT doesn't auto smooth them, you set the smoothing angle in your 3d app.

     

    It does if you use ASE models. For LWO things may be different.

     

    THe problem is always the edges or rounded objects, they always look like shit. Especially something like a plate, if you want to make a plate look like a smooth circle from a top view, you really need a hell of a lot of polygons, amd no amout of smoothing will help it. You could use an alpha map to make it look perfectly circular, but then you can't give it any depth.

     

    True. If the model is actually meant to be round when viewed by the player, then you need about 32 sides to make it look convincing.

  14. Dont forget the most important ingrediant of all, the burning desire for proof of an afterlife.

     

    There is that, as well as the dim lighting, sound effects, group hysteria and I wouldn't be surprised if they burned some sort of hallucinogenic incense as well.

  15. That is one thing I really miss about the T3Ed version of doing things rather than the Doom 3 way.

     

    In T3Ed, everything is based on properties. A light is just a set of default lighting properties, but you can make any object emit light by adding the necessary light-emitting properties to it, and then create your object as an archetype that you can subclass as required.

     

    D3 uses a much more limited system whereby the fundamental behaviour of an object depends on its "root class" (the idSpawnClass or whatever it's called) which cannot be changed once the object is created. This means that if you want an object to emit light you have to create the light first and then give it the model as a property, rather than adding light properties to an already-existing object.

     

    What you can do is create an entity based on your model that automatically spawns a light via a script, but then you cannot see in the editor what the light is going to look like or adjust any of its properties.

×
×
  • Create New...