Jump to content

brndx

Members
  • Posts

    56
  • Joined

  • Last visited

Everything posted by brndx

  1. if self.target==nil then return end if hoverplayer ~= 1 then self.distance = 0.8 self.pickradius = 0.2 local originalcamerapos = self.entity:GetPosition(true) local targetpos = self.target:GetPosition(true) local newcamerapos = self.target:GetPosition(true) targetpos.y = targetpos.y+camheight self.entity:SetPosition(targetpos) self.entity:Move(0.4,0,-self.distance) local targetpickmode = self.target:GetPickMode() jill.script.target:SetPickMode(0) newcamerapos = self.entity:GetPosition() local pickinfo = PickInfo() if (self.entity.world:Pick(Vec3(targetpos.x+0.1,targetpos.y,targetpos.z),self.entity:GetPosition(),pickinfo,self.pickradius,true)) then if pickinfo.entity:GetCollisionType() ~= 4 and pickinfo.entity:GetCollisionType() ~= 0 then newcamerapos = pickinfo.position jill.script.target:Hide() newcamerapos.x = Math:Curve(originalcamerapos.x,newcamerapos.x,100/Time:GetSpeed()) newcamerapos.y = Math:Curve(originalcamerapos.y,newcamerapos.y,100/Time:GetSpeed()) newcamerapos.z = Math:Curve(originalcamerapos.z,newcamerapos.z,100/Time:GetSpeed()) self.entity:SetPosition(newcamerapos) else jill.script.target:Show() end jill.script.target:SetPickMode(targetpickmode) end end
  2. The collision type is prop and getting the distance will not do as the problem is with the camera passing through the door rather than interaction. The raycast works fine here as the info box and interaction are working: and here the camera passes through the door when it doesn't for the models included with leadwerks:
  3. Almost all of the door models are not detected when performing a raycast unless they are the sliding doors included with Leadwerks. This occurs despite the same script operating on each door and every material having pick mode enabled. Any help would be greatly appreciated.
  4. There are now two trees / rocks placed at each position with one having collisions enabled which will disappear and the other without collisions which will always be visible.
  5. I think it is but I've found a workaround anyway so it's no longer a problem for me.
  6. When a tree has collisions enabled and the map containing terrain is not the first to be loaded the entire vegetation layer becomes invisible.
  7. brndx

    Website Updated

    The new design is ok but nothing will ever top this timeless look.
  8. brndx

    Enshrouded World

    The flickering and graininess comes from a shader I used to convey a current of electricity passing through the geodesic domes so there's a strong feeling of artificiality in the environment and repulsion. It's much less noticeable in the actual game as the fog conceals most of it.
  9. Enshrouded World is a vehicular combat experience that features non-linear progression and survival elements not seen in the genre until now. These features complement each other and work to build a strong relationship between player and hovercraft that must be maintained in order to survive. The Story So Far The 21st century saw the dwindling of resources, large scale extinction and an overpopulation crisis that led to a desperate final effort to prevent further destruction to Earth‘s ecosystem. Rapid progression in the field of virtual reality offered the opportunity to escape from the increasingly dire conditions on Earth; an attractive proposition that saw millions migrate to a series of underground facilities. These facilities were provided with an independent oxygen supply generated by artificial environments housing a wide range of flourishing fauna and flora. Tensions rose between the limited law enforcement institutions on the surface and the disgruntled masses leading to the establishment of an autocratic entity known as the Watchdog. The Watchdog erected small police states that ensured the safety and security of the underground facilities providing them with the most sophisticated and lethal security devices available. As time passed and the Earth began to heal more rapidly habitable zones were established and now the time has come for everyone to return to the surface. Players assume the role of Jill, a botanist who has been plucked from a Watchdog police state and placed within a team overlooking the exodus from an oxygen production facility. The Watchdog’s intentions with Jill aren’t as simple or innocent as they may seem and while Jill’s life prior to Watchdog subsumption has been buried it’s beginning to catch up with her. Gameplay Outline Enshrouded World breathes new life into vehicular combat, a genre consisting mostly of action orientated racing games by incorporating survival elements and a unique approach to the way in which the player progresses through the world. The key components of Enshrouded World’s gameplay are combat, exploration, survival and management which are intertwined by a central relationship between the player and their hovercraft. Resources important to the player’s survival are scattered throughout environments that may only be scavenged outside the safety of the hovercraft. In this vulnerable state the player must manage their time wisely as a finite amount of oxygen and dramatically decreased defense against enemies await the player. The player always has a number of options when it comes to survival, confrontations with enemies can be evaded and focusing on obtaining certain items will offer more paths that lead to a greater amount of supplies in the long term. Since each environment in the game is connected to another in a web as opposed to a straight line there are many branching paths the player can take to progress in a non-linear way at the pace they want.
  10. It looks like I'm able to package the project correctly now. Thanks for your help.
  11. https://1drv.ms/u/s!AryDFYsgH1rciwn-VBLkv1k4XviD
  12. I've just checked the data archive file and I receive an "Unexpected end of archive" message.
  13. Hi, Upon launching the standalone executable for my project I'm met with an unable to locate error.lua and main.lua error and so the game crashes.
  14. Thank you so much your comment means the world to me. Its been quite a long journey at almost two years now and I've had several incarnations of the game miss the mark but I feel that now with feedback such as yours that I have finally made it. If you wish to find out more about the project you can visit its page under standalone games: http://www.leadwerks.com/werkspace/page/games/_/enshrouded-world-r67
  15. Here are a couple of screenshots for your viewing pleasure.
  16. SOLVED: A simple animated shader issue Hi, as you can see in the screenshot the mesh does not follow the bones. Does anyone know why this happens? The vertices were already assigned to the necessary bones in fragmotion.
  17. I've just finished some models for my game. The tentacles work to propel the alien weapon which is only one of many at your disposal in my shooter + stealth + strategy + exploration mash-up. http://www.leadwerks.com/werkspace/page/games/_/enshrouded-world-r67
×
×
  • Create New...