Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


Is there an updated Tut for building C.E.?

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Source
View previous topic :: View next topic  
Author Message
TerraEnvy
Cheater
Reputation: 0

Joined: 02 Sep 2008
Posts: 44

PostPosted: Sun May 09, 2010 10:01 pm    Post subject: Is there an updated Tut for building C.E.? Reply with quote

Like title says, Is there an updated Tut for building C.E.?

If not could someone be so kind as to point me in the right direction to find a tut for an older C.E. source build?

I have been away from the C.E. scene since v 5.2 and am a little out of the loop.



Thanks for your help
-Terra

Edit: I have tried searching but considering the main keywords are cheat engine and tut(orial) I get a ton of results and none of them that I looked through seemed to be one.
Back to top
View user's profile Send private message
Dark Byte
Site Admin
Reputation: 470

Joined: 09 May 2003
Posts: 25778
Location: The netherlands

PostPosted: Mon May 10, 2010 3:04 am    Post subject: Reply with quote

first build the standalone trainer with assembler
then build cheat engine

build dbk32
and build the driver (ddk version 7600.16385) using ce.bat
Make sure the path you're in is written using dos-16 formatting, or at least has no spaces

_________________
Do not ask me about online cheats. I don't know any and wont help finding them.

Like my help? Join me on Patreon so i can keep helping
Back to top
View user's profile Send private message MSN Messenger
TerraEnvy
Cheater
Reputation: 0

Joined: 02 Sep 2008
Posts: 44

PostPosted: Mon May 10, 2010 12:51 pm    Post subject: Reply with quote

Dark Byte wrote:
first build the standalone trainer with assembler
then build cheat engine

build dbk32
and build the driver (ddk version 7600.16385) using ce.bat
Make sure the path you're in is written using dos-16 formatting, or at least has no spaces


Thank you Very much Dark Byte. You help is greatly appreciated.

Hmm, when I run ce.bat I get an error saying
'build; is not recognized as an internal or external command, operable program or batch file.

-Terra
Back to top
View user's profile Send private message
Dark Byte
Site Admin
Reputation: 470

Joined: 09 May 2003
Posts: 25778
Location: The netherlands

PostPosted: Mon May 10, 2010 5:58 pm    Post subject: Reply with quote

you need to run ce.bat from inside the appropriate build environment
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.

Like my help? Join me on Patreon so i can keep helping
Back to top
View user's profile Send private message MSN Messenger
TerraEnvy
Cheater
Reputation: 0

Joined: 02 Sep 2008
Posts: 44

PostPosted: Wed May 12, 2010 4:54 am    Post subject: Reply with quote

Dark Byte wrote:
you need to run ce.bat from inside the appropriate build environment


Thank you very much again, I just successfully built the C.E.
Was using free build environment, used checked instead and works great.

-Terra
Back to top
View user's profile Send private message
dubh
Cheater
Reputation: 0

Joined: 23 Apr 2010
Posts: 48

PostPosted: Sat Jul 03, 2010 12:14 am    Post subject: Reply with quote

TerraEnvy wrote:
Hmm, when I run ce.bat I get an error saying
'build; is not recognized as an internal or external command, operable program or batch file.

How do I fix this in Windows 7? I had to edit ce.bat to change "command" to "cmd", but I don't know what to do about "build".
Back to top
View user's profile Send private message
Dark Byte
Site Admin
Reputation: 470

Joined: 09 May 2003
Posts: 25778
Location: The netherlands

PostPosted: Sat Jul 03, 2010 12:19 am    Post subject: Reply with quote

you must be in the proper build environment to run ce.bat (and never doubleclick on ce.bat or run it using cmd alone)
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.

Like my help? Join me on Patreon so i can keep helping
Back to top
View user's profile Send private message MSN Messenger
dubh
Cheater
Reputation: 0

Joined: 23 Apr 2010
Posts: 48

PostPosted: Sat Jul 03, 2010 12:25 am    Post subject: Reply with quote

Dark Byte wrote:
you must be in the proper build environment to run ce.bat (and never doubleclick on ce.bat or run it using cmd alone)

Yeah, I just figured out what "proper build environment" means. But it didn't help. "Command" still wasn't recognized in the XP Checked environment and "build" propped up two errors. When I moved the DBKKernel directory out of the "/Cheat Engine/" path created by TortoiseSVN, "build" executed properly, but then I got 200+ errors.

Code:

C:\SVN\CheatEngine\Cheat Engine\DBKKernel>ce.bat
'command' is not recognized as an internal or external command,
operable program or batch file.
        1 file(s) copied.
BUILD: Compile and Link for x86
BUILD: Start time: Fri Jul 02 22:30:52 2010
BUILD: Examining c:\svn\cheatengine\cheat engine\dbkkernel directory for files to compile.
BUILD: Compiling and Linking c:\svn\cheatengine\cheat engine\dbkkernel directory
_NT_TARGET_VERSION SET TO WINXP
errors in directory c:\svn\cheatengine\cheat engine\dbkkernel
NMAKE : fatal error U1073: don't know how to make 'engine\dbkkernel'
nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS2 LINKONLY=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR= MAKEDIR_LOWERCASE
=c:\svn\cheatengine\cheat engine\dbkkernel failed - rc = 2

BUILD: Finish time: Fri Jul 02 22:30:52 2010
BUILD: Done

    0 files compiled - 2 Errors
The system cannot find the file specified.
Back to top
View user's profile Send private message
Dark Byte
Site Admin
Reputation: 470

Joined: 09 May 2003
Posts: 25778
Location: The netherlands

PostPosted: Sat Jul 03, 2010 6:04 am    Post subject: Reply with quote

that command doesn't work doesn't matter
the problem is that you're in a path with a space in it
you must go to c:\svn\cheate~1\dbkkernel and run ce.bat there

_________________
Do not ask me about online cheats. I don't know any and wont help finding them.

Like my help? Join me on Patreon so i can keep helping
Back to top
View user's profile Send private message MSN Messenger
dubh
Cheater
Reputation: 0

Joined: 23 Apr 2010
Posts: 48

PostPosted: Sat Jul 03, 2010 10:00 am    Post subject: Reply with quote

How do I get TortoiseSVN to not create a directory with a space? I have 8.3 names disabled, so "cheate~1" doesn't work because there are no short names.
Back to top
View user's profile Send private message
Dark Byte
Site Admin
Reputation: 470

Joined: 09 May 2003
Posts: 25778
Location: The netherlands

PostPosted: Sat Jul 03, 2010 6:08 pm    Post subject: Reply with quote

checkout to a different folder.
Or just rename it afterwards

_________________
Do not ask me about online cheats. I don't know any and wont help finding them.

Like my help? Join me on Patreon so i can keep helping
Back to top
View user's profile Send private message MSN Messenger
dubh
Cheater
Reputation: 0

Joined: 23 Apr 2010
Posts: 48

PostPosted: Sat Jul 03, 2010 6:47 pm    Post subject: Reply with quote

Okay. Did that, and...

13 files compiled - 268 Errors
1 executable built - 1 Error

pastebin.c0m/4xmHyri2 (replace 0 with 'o')
Back to top
View user's profile Send private message
Dark Byte
Site Admin
Reputation: 470

Joined: 09 May 2003
Posts: 25778
Location: The netherlands

PostPosted: Sat Jul 03, 2010 7:48 pm    Post subject: Reply with quote

try building from the xp checked environment (and not the amd64 version of xp ) edit: seems you already do

also, try fixing the declaration at line number 4226 in ntifs.h

as for the 'naked' being a problem, not sure, I use DDK version 7600.16385 , which one do you use ? (you can get the latest version of the windows driver foundation from connect.microsoft.com )

_________________
Do not ask me about online cheats. I don't know any and wont help finding them.

Like my help? Join me on Patreon so i can keep helping
Back to top
View user's profile Send private message MSN Messenger
dubh
Cheater
Reputation: 0

Joined: 23 Apr 2010
Posts: 48

PostPosted: Sun Jul 04, 2010 11:45 pm    Post subject: Reply with quote

Dark Byte wrote:
as for the 'naked' being a problem, not sure, I use DDK version 7600.16385 , which one do you use?

I installed 6000. I'm guessing that CE has been updated to the latest DDK?
Back to top
View user's profile Send private message
Dark Byte
Site Admin
Reputation: 470

Joined: 09 May 2003
Posts: 25778
Location: The netherlands

PostPosted: Mon Jul 05, 2010 8:32 pm    Post subject: Reply with quote

yes, current DDK it has been tested with is 7600
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.

Like my help? Join me on Patreon so i can keep helping
Back to top
View user's profile Send private message MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Source All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites