About Store Forum Documentation Contact



Post Reply 
help :P
Author Message
italiancrazy Offline
Member

Post: #1
help :P
ok, i have see the demo bloody massacre... i have 2 questions...

1. What do i need for start my game? How i can use Game Launcher/dll? What i need to configure?

2. How i can add some code c++ from bloody massacre to my game? I need to setup other files for it?

Thanks ^^
09-04-2010 11:40 PM
Find all posts by this user Quote this message in a reply
Dynad Offline
Member

Post: #2
RE: help :P
xD

There is always evil somewhere, you just have to look for it properly.
09-04-2010 11:47 PM
Visit this user's website Find all posts by this user Quote this message in a reply
italiancrazy Offline
Member

Post: #3
RE: help :P
lol... ok i try use my logical! with my head (lol)
example from help document
Quote:Making games is achieved by creating Worlds in the World Editor tool and programming the game mechanics in C++ language.

game mechanics in c++ go on world directory?
i am lost... lol =(
i dont know how to start... i know how to create maps and object... but i dont know how to start the game, without map editor! i dont know how to add new c++ codes in the game... i am very lost... =(
(This post was last modified: 09-05-2010 12:19 AM by italiancrazy.)
09-04-2010 11:53 PM
Find all posts by this user Quote this message in a reply
Tottel Offline
Member

Post: #4
RE: help :P
Go into the tutorials folder and look for the tutorial named: 'world with character'. Open that file, copy/paste everything in it into start.cpp in visual studio and compile. If that works, look in the code where it loads the example world and replace that one by your world.

Sorry that I can't be more specific.. I'm typing this while resting in bed. grin
09-05-2010 12:24 AM
Find all posts by this user Quote this message in a reply
Dynad Offline
Member

Post: #5
RE: help :P
First of all; you need to build your project after that run your project. All this can be handled in Visual Studio smile

There is always evil somewhere, you just have to look for it properly.
09-05-2010 12:25 AM
Visit this user's website Find all posts by this user Quote this message in a reply
italiancrazy Offline
Member

Post: #6
RE: help :P
....the code c++ go on enum directory?
i dont know where add some c++ codes pfft

sorry ^^
(This post was last modified: 09-05-2010 10:35 AM by italiancrazy.)
09-05-2010 10:28 AM
Find all posts by this user Quote this message in a reply
Dynad Offline
Member

Post: #7
RE: help :P
Sorry to say this but i guess you can better start with pyGame or make a website in php to get some knowledge about programming... this going nowhere to be true..

There is always evil somewhere, you just have to look for it properly.
09-05-2010 02:24 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply