Jump to content

Cheese Cake

Members
  • Posts

    7
  • Joined

  • Last visited

Cheese Cake's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I am probably going to update to 2.3 It looks a bit easier and i saw some updates in the sandbox editor which looks pretty cool. So i am going to continue reading the wiki for commands, just trying to learn the basics. And hopefully i can start and create something very basic when i have 2.3 Anyway, thanks for the help guys. If i expierence the same problem in 2.3 (which won't happen, i guess) i'll post it over here. Cheers, Darryl
  2. Hey guys, I copied your code Ziored, but it didn't worked. So i guess it has something to do with the changes in 2.3 I also reinstalled Leadwerks, this time i downloaded the installer instead of a ZIP file. I guess i had an older version on my computer. Now i use 2.28 i think the one i was using before was 2.24, now it came with Project Wizard. (which i hadn't before this one) I used the Project Wizard (which is a great addon) set it up for "C++ 2008 windows". Downloaded the resources (from the tutorial) again, extracted them in the main folder of the project. Copy and pasted the code from the tutorial and run the project under "release" and "debug" neither of them worked. I also tried the "Loading a Scene" tutorial. But it gave the same error. I think it stops when its loading the scene. I didn't had any problems before with the other tutorials like: "camera controls" or "character controllers" Too bad i dont have Leadwerks and Visual C++ on this computer. Cheers, Darryl
  3. Hi Mumbles i tried what you said. And this came up: 1>------ Build started: Project: project, Configuration: Release Win32 ------ 1>Compiling... 1>project.cpp 1>.\project.cpp(56) : warning C4305: 'argument' : truncation from 'double' to 'flt' 1>.\project.cpp(58) : error C3861: 'CreateMaterial': identifier not found 1>.\project.cpp(59) : error C3861: 'SetMaterialColor': identifier not found 1>.\project.cpp(62) : warning C4305: 'initializing' : truncation from 'double' to 'float' 1>.\project.cpp(71) : warning C4244: 'argument' : conversion from 'int' to 'flt', possible loss of data 1>.\project.cpp(72) : warning C4244: 'argument' : conversion from 'int' to 'flt', possible loss of data 1>.\project.cpp(93) : warning C4305: '+=' : truncation from 'double' to 'float' 1>.\project.cpp(94) : warning C4305: '-=' : truncation from 'double' to 'float' 1>.\project.cpp(95) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data 1>Build log was saved at "file://c:\Users\Gebruiker\Desktop\project\project\project\Release\BuildLog.htm" 1>project - 2 error(s), 7 warning(s) ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== Is the code provided in the tutorial like you guys said outdated so it probably isnt working anymore? Or is it something else? Thanks, Darryl
  4. Thanks guys! I have version: 2.28 But if those tutorials are outdated, are there new tutorials? Or should i wait until i get registered as a SDK owner, so i can find them. For now i am trying to get used with the tutorials that dont give a error. And trying to get a basic understanding of coding in Leadwerks. Cheers, Darryl
  5. Thanks for your help! I send a email, just waiting for a reply. Again thanks!
  6. How do you mean? I have ordered Leadwerks about a year ago. And used it back then. Dont know why, but i took a break from Leadwerks, switched from computers so in the end i lost track of Leadwerks. I just recently wanted to get on track with Leadwerks. So there are probably some new site edits that they hadn't back then. So if it isn't too much to ask, could you point me out how i exactly can do this? Also, i saw that there was an update on Leadwerks, are you guys recommending this update? Is it making stuff easier? Or better graphics? Thanks in advance! Darryl
  7. Hi guys, My name is Darryl, new to the forums. Have Leadwerks about a year now (only used it for a few days). I am used to "FPSC"(first person shooter creator), so no scripting required. But the graphics were limited, so was the actual gameplay. I wanted something new and decided to try Leadwerks. I have followed the tutorials provided at the wiki. They were a great help! But now i cant get further, i am stuck at the tutorial: Making a spectator. I am using Leadwerks with Microsoft Visual C++ 2008 express edition I first watched the video and typed everything over. (of course, also downloaded the required files) But it gave me this error: Unhandled exception at 0x04c038b0 in project.exe: 0xC0000005: Access violation reading location 0x00000050. Then, i decided to copy and paste the code from the PDF. But again, same error. In the .exe it stops at: /mesh_diffuse_bumpmap_specular.frag"... I am no good at scripting, but hoping to learn the basics and become more known with Leadwerks. but it looks like a file is missing. A diffuse texture or bump or specular map? Even though i copied the files that were included with the tutorial. I hope you guys can help me, as i really cant find the problem and cant move on with the tutorials. Cheers, Darryl
×
×
  • Create New...