News:

One Minute Game Review by The Happy Friar: https://ugetube.com/@OneMinteGameReviews
Also on Rumble: https://rumble.com/c/c-1115371

idTech 4 (aka Doom 3 tech) Discord Server! https://discord.gg/9wtCGHa

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - Cyber8

#1
Hello,
I have an animated model with multiple meshes and now I can't figure out what can I do to put it in single mesh to export.
Whenever I edit mesh and attach all parts the rigging gets messed up. Tried rerigging every mesh one by one, but still parts happen to offset from their original position.
Any clue what can I do?
#2
Hey there,
As much as I don't have any trouble making geometry for the map, i sure find texturing to be very annoying. Mainly due to the fact that textures in Doom 3 are not very categorised.
For textures you mainly have few folders named walls/floor/ceiling/(specific stage), and that's it. Another thing that doesn't help is the fact that the texture browser shows the list of all textures, if I want to see the texture I have to click on it first, then it shows in the "recently used" tab, where I can actually see what texture I'm picking.

Is there any way/setting, to make texturing a lot easier? I thought of making my own folders and segregate textures myself, but what can be done with texture browser, so it displays textures like in recent tab?
#3
id Tech 4 Textures / Collision texture on ASE
August 10, 2017, 08:23:50 PM
Hello, I'm trying to make a world model for my chaingun.
As we know, it needs an object mesh and collision mesh.
Whenever i assign textures and export to ASE, the chaingun model
is invisible. Seems like collision texture overtakes whole mesh.
Am I missing something?
Im using 3ds max.
#4
Haunting of Deck 12 / Enormous damage
August 10, 2017, 03:45:33 PM
Hello, I have this really strange issue with damage on shotgun.
The shotgun is for some reason dealing too much damage. In the .def file, damage, velocity, mass, are pretty much equal on SSG.
Even with damage set to 0 it kills pinky with 2 projectiles hit. The SSG still takes few shots to kill with all projectiles.
Are there any other factors that affect damage on shotgun?
EDIT: I also replaced def and script with original ones and it still does that.
#5
id Tech 4 Scripting / Quake 1 grenade physics
August 07, 2017, 08:11:41 PM
Hi, the D3 handgrenades have really bizarre physics, bouncing and jittering on the floor like it was made of rubber.
I want to achieve the physics from Q1, so only things I'd like to know are, how collision model looks for Q1 grenades, and what do those mean?
entityDef projectile_grenade {
"spawnclass" "idProjectile"
"mins" "-3 -3 0"
"maxs" "3 3 11"
"cylinder" "6"

I know it has something to do with collisions for the projectile but I can't figure out what those numbers do.
#6
id Tech 4 Textures / DDS TGA sorcery
August 04, 2017, 01:27:53 PM
Hello, I made a custom texture for a chaingun and noticed that even with tga and dds textures being almost the same, dds seems to take a different hue.

DDS - High quality setting

TGA - Ultra quality setting


Is there a way to fix the DDS or force TGA on lower graphic settings?
#7
id Tech 4 Scripting / "Use" feature
June 12, 2017, 08:02:06 PM
Hello everyone, as we know, Doom 3 uses fancy GUIs to make player interact with environment. It doesn't feature the [Press "key" to use].
I want to make that feature, however I don't fully know the structure of Doom 3 files. I don't know where to start, where that feature should be added.
The player must simply approach, point at the brush, press the "key" and the brush will do it's func. For now setting the "key" would be under "bind" command.
I just want to ask, where do I add the custom trigger option?