Gamestudio Links
Zorro Links
Newest Posts
Data from CSV not parsed correctly
by dr_panther. 05/06/24 18:50
Help with plotting multiple ZigZag
by degenerate_762. 04/30/24 23:23
M1 Oversampling
by 11honza11. 04/30/24 08:16
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
3 registered members (AndrewAMD, Aku_Aku, ozgur), 1,095 guests, and 0 spiders.
Key: Admin, Global Mod, Mod
Newest Members
firatv, wandaluciaia, Mega_Rod, EternallyCurious, howardR
19050 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
programmer needed (C-Script A8) #384652
10/05/11 20:50
10/05/11 20:50
Joined: Sep 2005
Posts: 352
Germany
preacherX Offline OP
Senior Member
preacherX  Offline OP
Senior Member

Joined: Sep 2005
Posts: 352
Germany
Hi everyone!

I´m searching for a programmer who can create a plugin
for a C-Script project which can save and load from
special folders like "C:\Users\<username>\Saved Games".

Is here someone who can do that and what will it cost?

Beside that the programmer's name will also be shown in the credits. The project will be released soon!

You can also send me an e-mail: mschaefer(at)starlaxis.de

Thanks!

Re: programmer needed (C-Script A8) [Re: preacherX] #384653
10/05/11 21:08
10/05/11 21:08
Joined: Oct 2006
Posts: 873
S
Shadow969 Offline
User
Shadow969  Offline
User
S

Joined: Oct 2006
Posts: 873
pm'ed

Re: programmer needed (C-Script A8) [Re: Shadow969] #384681
10/06/11 06:31
10/06/11 06:31
Joined: Oct 2007
Posts: 5,210
Ä°stanbul, Turkey
Quad Offline
Senior Expert
Quad  Offline
Senior Expert

Joined: Oct 2007
Posts: 5,210
Ä°stanbul, Turkey
There is one on the wiki I have written long ago, it should work with c-script as well. You may check it out.


3333333333
Re: programmer needed (C-Script A8) [Re: Quad] #384702
10/06/11 11:17
10/06/11 11:17
Joined: Sep 2005
Posts: 352
Germany
preacherX Offline OP
Senior Member
preacherX  Offline OP
Senior Member

Joined: Sep 2005
Posts: 352
Germany
You mean this one:

http://www.opserver.de/wiki/index.php/Plugins#Special_Folders_Path_DLL

I tried it but have to admit that I have no idea how to
get it running with my project... frown

Re: programmer needed (C-Script A8) [Re: preacherX] #384707
10/06/11 12:28
10/06/11 12:28
Joined: Jul 2008
Posts: 1,178
England
M
MrGuest Offline
Serious User
MrGuest  Offline
Serious User
M

Joined: Jul 2008
Posts: 1,178
England
The 'Saved Games' folder didn't exist before Vista so you may have some compatibility issues, why not just use Documents?
Code:
#include <acknex.h>
#include <default.c>
#include <windows.h>

void main(){
	char sPath[MAX_PATH];
	SHGetSpecialFolderPath(0, sPath, 5, false);
	printf("%s",sPath);
}

(Not sure if this'll work for c-script, it's a while since I've used it)

Re: programmer needed (C-Script A8) [Re: MrGuest] #384711
10/06/11 13:28
10/06/11 13:28
Joined: Sep 2005
Posts: 352
Germany
preacherX Offline OP
Senior Member
preacherX  Offline OP
Senior Member

Joined: Sep 2005
Posts: 352
Germany

Thats the problem, it doesn't work with C-Script...
I cannot include windows.h in C-Script.

I also tried to convert my code to lite-c but it's just too big - about 50.000 lines.

Re: programmer needed (C-Script A8) [Re: preacherX] #384874
10/09/11 20:56
10/09/11 20:56
Joined: Jun 2011
Posts: 133
N
nomis23uk Offline
Member
nomis23uk  Offline
Member
N

Joined: Jun 2011
Posts: 133
Isnt their something in the Aums the OP can use. think its AUM 80 something if memory serves.


A8 Pro
Windows 7 64bit
QuadCore i7, 6 gb ram, ATI 5970

Moderated by  checkbutton, Inestical, Perro 

Gamestudio download | chip programmers | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1