Jump to content

Slastraf

Developers
  • Posts

    705
  • Joined

  • Last visited

Everything posted by Slastraf

  1. added both fpsplayer and the map
  2. no , i made a complete new project and map only the prefabs in it, and its the same in the other project
  3. So I have been running in some trouble with leadwerks It is hard to describe but when I was programming yesterday it just began to run not properly. So when you make the fpsplayer (with its prefab) the camera is freezed at the starting point , you can run with the player itsef, the flashlight and picking up works, too and you may even pick up objects. I safed all the assets and scripts , deleted the projects folder and reinstalled leadwerks. Made a complete new fps player prefab project and (I just tested it again) it is still not working. the fpsplayer looks just right, it is just how it looks at the beginning. start.zip FPSPlayer.lua
  4. Oh thanks. I missed that and i am new to lua Here the story: after inserting the whole new App.lua i was wondering why it still doesnt work but then I understood that the next level has to be with the Fps player and not just a camera from the editor..
  5. nick.ace this still does not work, the code is exactly like this inside the App.lua and i checked it for mistakes but cant find any. When i want to load the next map leadwerks seems to freeze at the past frames that replay themselfes.
  6. I would be just fine with a short tutorial how to load a map after an other.
  7. ... function App:SwitchLevel(levelname) self.world:Clear() self.world = World:Create() self.mapFile = name self.world:Release() end ... function App:Loop() self:ShouldSwitchLevel() --If window has been closed, end the program if self.window:Closed() or self.window:KeyDown(Key.Escape) then return false end if (self.window:KeyHit(Key.C)) then self.world:Clear() self:SwitchLevel("Maps/Level01.map") end So I have been working on a new project and it always seemed to be no big deal to load a map but right now I dont know why its not loading at all. When i press c (test) it makes the .exe not respond http://www.artur-betz.de/sdsd..html here the full App.lua
  8. better than wasting money on CS:GO keys
  9. I would want to see things like "r" for rotating an model or "s" for scaling with the mouse other than just pressing a thing in the toolbar, a little bit like in blender so the overall is more smooth. I dont know if this was posted already or if you can access things like that in the settings.
  10. http://www.leadwerks.com/werkspace/page/viewitem_?fileid=430230701
  11. yeah there is a game that i made in a hour when i started using leadwerks, it was just testing the graphics the name is "slastraf horror"
  12. OK i am in. just make sure that you or your friend make a cloud online where we work on the project, so everything goes fine and how you guys want it to be, also it is very important that we can instant message ourselfes (trough steam) or any other program where we can send the data. I will be back at tuesday so i could start then theoretically. I say again that i am not experienced in lua so I cant make sure that I will really get everything done, if so you dont need to pay me a thing. go to my profile i have my steam account there.
  13. RPG is a good choice because it could have many features that can be useful in other games ,too.
  14. I have already read something like this (destroyable walls /props). Yougroove had something like this done already, his tutorial is lost on this site. theoretically I could explain how destructable props are working , I am not sure if I could make this in lua . In the fps player script its already added that you can throw items and stuff so it will be the focus on the props. Then there would be a flyable object Ai and other things that get heavyer to do the more complex they get. So basically I could help you with this . Right now I am on vacation til tuesday, but contact me via Steam. Ps : when you guys are working on the props , make them not one big prop, part it up so the game engine knows what the peaces are that break apart and become a prop itself. btw which modeling program are you using ? if blender then save the files both .fbx and .blend
  15. As seen in some other threads it is hard to find people via this way. But whatever My strengths are in modeling, general algorithm overview ( not in lua, but java), and I already got Leadwerks for a time. So I can help out . I am not that good at programming in Lua, http://www.artur-betz.de/index.html for example this is what I can do in html but I really have problems with Lua caused by its complexity and things to keep in view. If you need someone like me just message me on steam. If not I am here to help you out if you contact me. I have both Leadwerks standard and Indie
  16. The problem is that camrot...x is in an other script , I already asked Einlander personally. We wanted to make it via the flowgraph editor, he says he is going to make this for himself and then give it to me after much attempts. I will document it here when it is working
  17. when I use camRotation.x it says attempt to index nil value
  18. So i was starting a new project and modeled an Player with some bones. It is in a third person view and the problem is that you cant see where the player looks (to pick up objects). So I just started to Insert the camrotation on the x axis inro a SetRotation function. 1. function Script:UpdateWorld() 2. self.entity:SetRotation(Math:self.camRotation.x,0,0) 3. 4. end I get the error: function arguments exspected near "." , (in the 2. line) The herarchy looks sth like this : Player(fpsPlayer) SantaModel ->arms ... -> Head (right here is the Script attached) Camera(this has no script but is attached to Player) I dont know wheres the problem , it is probably some newbie mistake. To make sure, the camRotation.x is in an other script.
  19. So i was starting a new project and modeled an Player with some bones. It is in a third person view and the problem is that you cant see where the player looks (to pick up objects). So I just started to Insert the camrotation on the x axis inro a SetRotation function. 1. function Script:UpdateWorld() 2. self.entity:SetRotation(Math:self.camRotation.x,0,0) 3. 4. end I get the error: function arguments exspected near "." , (in the 2. line) The herarchy looks sth like this : Player(fpsPlayer) SantaModel ->arms ... -> Head (right here is the Script attached) Camera(this has no script but is attached to Player) I dont know wheres the problem , it is probably some newbie mistake. To make sure, the camRotation.x is in an other script.
  20. SetGravity: http://www.leadwerks.com/werkspace/page/documentation/_/world/setgravity-r829 This does not work for me when i put this in the app.lua like this: --Create a world self.world=World:Create() self.world:SetLightQuality((System:GetProperty("lightquality","1"))) self.world:SetGravity(21, 233, 25); --Load a map ... I already tried it on an earlier version some time ago and this worked just fine, but not at the moment. im using 3.5 beta
  21. Yeah I had the issue , too. The problem was that I did no had any device enabled, that plays audio from your pc. try to take a look at the hardware and sound (win7), or just put your headset in or speaker if not.
  22. thanks for advising Sculptris looked forward to find a commercial use -and free program for things like that.
  23. Hello Leadwerks community! I want to upload my game "Slastraf Horror I" via project manager to Steam. What I get is this (look at the attached screenshot) 1. i put in the game directory folder 2. i click on ok in (2) , leadwerks starts to freeze and doesnt give any respond. I also let it freezing for some time . Let me know if you didnt got enough information. Thanks for reading, F. B.
  24. "To give you an idea of the character interaction, this special feature will highlight a few parts of a minor subquest. [...] All of you who’ve played a role-playing game are familiar with the standard retrieve item-receive reward type of quest. There’s nothing wrong with those, and as a matter of fact, they are very useful for introducing a player into a universe. Unfortunately, typically those quests are implemented as “Hi how are you – if you get me this sword, I’ll give you 500 coins”, and that’s it. [...] " (not by me, credits go to larian studios) -> http://www.larian.com/Site/english/divinity/special_02.html That is what I have been thinking about, too . In my game which I have no name for at the moment I will implement very complex Interaction inside the world , and also with the Npcs . I know this might seem to be a huge project, but I am very into this so I am going to make a pre alpha in january 2016.
×
×
  • Create New...