Jump to content

Christian Clavet

Members
  • Posts

    198
  • Joined

  • Last visited

Everything posted by Christian Clavet

  1. Hi, Core! Seen that you use Blender. Found a tutorial Youtube on how to make them. Good work on your models they look really nice!
  2. Hi, No this is called "Ambient Occlusion". This will make a "shadow" texture where there some parts that are naturally occlude themselves. This is calculated from light coming from all direction as it was coming from the ambient light. I use often a "skylight" in 3DS Max to simulate this. Here is a picture so you can see better what is a AO map: Some engines are using shaders to try to simulate this: SSAO (screen space ambient occlusion). I don't know if these shaders are available. If not you could bake if from your 3D modeling application.
  3. That's great! You almost have recreated the "physic wires" of Hammer there! It's a feature I'm missing a lot. Could it work with a chain texture? The only big downside is that Leadwerks cannot run a script segment in edit mode that would show you what you're doing.
  4. Hi, for generating terrain, I would not use randomized data. You could use function like voronoi noise that is based on fractals. Then the user data would be a modifier over that generated noise. I think they use an approach similar to this in No Man's sky to generate the planets and the terrain. So if you would be doing a multiplayer game over that terrain, everybody would see the same thing.
  5. Hi! Good news for the new engine, and keep up the work! Do you plan to have the new engine have it's own editor later, when the framework is made stable and most of the required features? Unfortunately I will never subscribe to anything. Dropped Adobe the minute they switched to this, and decided to use Krita and Manga studio instead of Photoshop... If you would later on, offer like for payments for a full year (5$ month x 12 = 60$), and pay for renewal, I would take this immediately! That's the only way I accepted to join and play with my friends on Eve Online. For me the problem with subscriptions and my low income, is that something could happen and I would be in problems. Paying "per year", would allow me to pay when I have sufficient funds and stay in control. Since Adobe, Autodesk, and others drive from way of transaction, it's really good idea to try this out. It just that this mode of payment is not for me.
  6. Please try also to look at your skinning weights. Something look strange there. There could be an issue on the skin weights on your model. If you export the model without any bones and skin it should not do this.
  7. I've got a lot of trouble using an old project when I updated last time. Started a new project fixed a lot of problems... With a new project I don't have the crash now.
  8. Cool! I will have to prepare more then for the next game tournament. For networking, you could check on "nat traversal method" (similar term as punch thru), that consist of the client to maintain the connection with the server. I looked a little about the theory about this for making SIP phone connecting correctly thru a router without having to do port redirection. Enjoy your trip there!
  9. Thanks for the info. I was not aware of this. So the scale distortion would probably come from the first reference frame. If you can do a test, remove all skinning and animation on the model, reset it again and do a test export to see if it maintain the scale. Then if it's ok, continue from there: Apply skinning (don't touch the first frame), the export before making any animation. If it still maintain, continue with the animation. (Keep a safe copy of the skinned model, and reuse it for each animation or animations)
  10. Thanks for posting your solution... I had a glitch with the script editor once, but never like that.
  11. You can animate the scale of your bones in the animations. Can you check your animation track and see if there are keys in the scale channel? I've seen that it's better that you have your reference pose with skinning untouched at the first frame. If you tweak the first frame, you could have a bad reference frame and get bogus values coming in, but that depend on how the importer will treat the data... As another note, if you had reset the transformations AFTER doing the skinning and animations could get problematic...
  12. Sometimes files get locked, and a computer reboot fix the problem by releasing the file lock. Is that what fixed your problem?
  13. Hi. I think you forgot to reset the transformations of your model BEFORE exporting. All the "root" items of a model need to have their rotation and scale reset before exporting. Have you done this?:
  14. Hi. The spline tool is MORE than useful! If Josh would add a new LUA/C++ method so you can put "editor" stuff in there (called in editor mode) and have an enabler in the menu (like VIEW menu -> enable editor scripts), then you would be able to have scripts interacting with the editor and even use the new GUI. That would be something I would like to have! There is a lot of use for having "scripted sequences" in any game! The only other method of doing that is doing it inside a 3D Application and create an animation using bones. If you move anything, you have to redo the whole animation. Doing it inside the editor is much more easier and less error prone! I was looking how they were doing "Star war Trilogy arcade" and it surely used spline paths to make move the ships and create the cutscenes, if you look closely, the user is able to "move" a little in offset on that spline path when he's targetting... So yes, I'm really interested to buy this script. I really enjoyed watching at all your videos! Thanks!
  15. Wow. If this get fixed, with the proper shader, we could also use it for a a river tool by animating the UV texture (from what I see this is only possible by creating a shader for a material).. I'll try to bookmark this thread.
  16. Hi, I've just seen this and I'm a bit late, but there what you could do: 1. As CrazyCarpet mentionned, you need to apply the proper shaders first and fix the materials (Particulary on this gun that use a lot of transparents materials for the FX) 2. This is a an animated model, and you need to make it compatible with the FPS Script, by doing this you will not use a lot of the animations that were done but at least make it work. I'd recommend that you check this video on youtube that should help:
  17. It should still work if you forward the 3074 port to your server no? Do you need to forward more ports?
  18. Hi! Have you tried STL from the export menu of Solidworks? You will have a really high density mesh once in that format. You would then need a polygon reduction tool to make it usable in a realtime application. You can check this link here: http://help.solidworks.com/2016/English/SolidWorks/sldworks/t_exporting_3D_print_files_impexp.htm
  19. Hi! I've just remarked that when the player is killed underwater the "corpse" seem to have some buoyancy and is floating over the water when dead. I have found a way to make the player move up when he is under the water elevation but it not as nice as when it's dead Still experimenting on that... Also is there a way to enable a post-FX shader by code so it might look like we are underwater? Thanks
  20. Hi! Is there a method (preferably LUA if possible) to enable/disable some of the post-process shaders that are used in a map. I don't seem to find something that is related to that in documentation. I would like to use that so that in the settings menu, I could offer a way to disable/enable "FX's" to keep game performance on lower end hardware...
  21. Hi Josh! Thanks again for looking at this! I never tested off the dock. When it first happened, in my old map, the player was getting outside a building (cube box with doors) by opening doors, and the zombies were downhill. On this map, I walked the dock to get to the crawler so I was inside the navmesh perimeter each time. The navmesh was generated with the default values. By enabling the collisions on the vegetation layer, it could affect the way the navmesh is processed? (BTW the navmesh was generated with the vegetation layer collision off) If you try the map again, and disable the collisions on the vegetation layer, you will see that there is there is no big update time when the crawler will detect the player. EDIT: For the map I've sent you, I moved the 5 NPC so you don't have to walk to far away... On my test with this map, I was in the middle of the island when the first NPC appear...
  22. The map that showing this the most is too big to sent (1Gb+ zipped). I've sent you a message with the link of a new map (new project) that I've enabled the collision on the vegetation and contain only the stock assets. It's the START.MAP. Thanks!
×
×
  • Create New...