Allegro.cc - Online Community

Allegro.cc Forums » Off-Topic Ordeals » KQ

This thread is locked; no one can reply to it. rss feed Print
KQ
LoHoL
Member #1,752
December 2001
avatar

when i'm logged with cvs, wich module should i download ( cvs -z3 -p:pserver:anonymous@cvs.kqlives.sourceforge.net:/cvsroot/kqlives co modulename ) ?

---
Lohol

ReyBrujo
Moderator
January 2001
avatar

Quote:

when i'm logged with cvs, wich module should i download

KQ

--
RB
光子「あたしただ…奪う側に回ろうと思っただけよ」
Mitsuko's last words, Battle Royale

LoHoL
Member #1,752
December 2001
avatar

I'm downloading it. thanx RB

---
Lohol

23yrold3yrold
Member #1,134
March 2001
avatar

I tried anonymous as user name; same error I got above. What does "move away *; it is in the way" mean, anyway?

--
Software Development == Church Development
Step 1. Build it.
Step 2. Pray.

Thomas Fjellstrom
Member #476
June 2000
avatar

it means just that. A file on your disk is in the way of a file on the CVS server.

--
Thomas Fjellstrom - [website] - [email] - [Allegro Wiki] - [Allegro TODO]
"If you can't think of a better solution, don't try to make a better solution." -- weapon_S
"The less evidence we have for what we believe is certain, the more violently we defend beliefs against those who don't agree" -- https://twitter.com/neiltyson/status/592870205409353730

23yrold3yrold
Member #1,134
March 2001
avatar

But I created a new folder exclusively for downloading KQ via CVS. There was nothing in there. Apparently no one else got this so I'll assume it's not a screwup on the SourceForge site or something. Maybe I'll just delete the folder and try again :-/ ....

And is there any particular reason all the files I download are covered in a translucent green square?

--
Software Development == Church Development
Step 1. Build it.
Step 2. Pray.

Thomas Fjellstrom
Member #476
June 2000
avatar

I have not a clue... thats all weird.

--
Thomas Fjellstrom - [website] - [email] - [Allegro Wiki] - [Allegro TODO]
"If you can't think of a better solution, don't try to make a better solution." -- weapon_S
"The less evidence we have for what we believe is certain, the more violently we defend beliefs against those who don't agree" -- https://twitter.com/neiltyson/status/592870205409353730

23yrold3yrold
Member #1,134
March 2001
avatar

Well, I tried again as anonymous and for some reason it accepted it this time and for some reason it didn't ask me for a password this time and for some reason it worked this time :) Now if I can compile it ....

EDIT: Well, fix mingw works, but make doesn't. Do I need to set some path or something?

And everything is still translucent green :P

--
Software Development == Church Development
Step 1. Build it.
Step 2. Pray.

Peter Hull
Member #1,136
March 2001

In general: if you want read-only access, use pserver and anonymous/no password. If you want read-write, use SSH and your real username/password. Sourceforge doesn't like pserver for write access because it sends passwords in clear. If you checked something out RO and you want to make it RW, you can manually edit all the Root files (in the CVS directories) from :pserver:anonymous@kqlives.sourceforge.net:/cvshome/kqlives to :ext:yourusername@kqlives.sourceforge.net:/cvshome/kqlives (and maybe something in TortoiseCVS to ensure that it's using the SSH protocol, sorry I've never used that prog)

Can you be more specific on why make doesn't work?

Green square - I assume you mean in an explorer window? I think this is TortoiseCVS saying that the file is OK (in sync with the repository) If you modified it, it goes amber or red if there's a conflict (or something like that)

Have you read cederqvist yet? ([url http://www.cvshome.org/])

Pete

LoHoL
Member #1,752
December 2001
avatar

Quote:

c:\kq>fix mingw
Configuring the package for Windows/MingW32
Done!
c:\kq>make
c:\mingw\bin\make.exe: *** No rule to make target 'd:/compiler/djgpp/lib/../include/sys version.h' needed by 'obj/mingw/combat.o'. Stop.

huh ???
whet happen here ?
d: ? djgpp ?

what have i been doing wrong ??

---
Lohol

23yrold3yrold
Member #1,134
March 2001
avatar

Quote:

Can you be more specific on why make doesn't work?

See my post on the mailing list. And thanks for the explanation of the green squares; I'll check out that link later :)

--
Software Development == Church Development
Step 1. Build it.
Step 2. Pray.

Troy D Patterson
Member #41
April 2000
avatar

I got everything to compile all fine and dandy. But how does one go about editing a map...

There's this strange glitch/bug/thingy that no one seems to have pointed out yet. When you beat the dark imp... if you leave and come back.. He's back. And you can't do anything about it. So if you went back to the last town and rested in the inn. And you go down there... you're just stuck.

---------------------------------------
I am Troy
KQ Lives!|Studio-Griz

ReyBrujo
Moderator
January 2001
avatar

Quote:

c:\kq>fix mingw
Configuring the package for Windows/MingW32
Done!
c:\kq>make
c:\mingw\bin\make.exe: *** No rule to make target 'd:/compiler/djgpp/lib/../include/sys version.h' needed by 'obj/mingw/combat.o'. Stop.

That was my mistake, thanks Matthew pointed that out. You MUST do a "make veryclean" before trying to compile the package. The dependencies were built on my system, so that d:/compiler/djgpp/include/sys/version.h is a dependency for MY KQ version ;) Do a "make veryclean", and try again. You can recreate the dependencies by doing a "make depend", but it is broken for anything other than DJGPP :/ I will try to fix that ASAP.

--
RB
光子「あたしただ…奪う側に回ろうと思っただけよ」
Mitsuko's last words, Battle Royale

LoHoL
Member #1,752
December 2001
avatar

thx RB
i've just compiled it.
I've had 2 error but solve them (it was about dependancies ,intrface.o and lua

EDIT 1 : hum bug when i use my saves from version (kqlives in depot) 0.91 : io can't enter in any town ??

Troy D : i noticed that and i need to get back to talk to the prophet since i haven't done it at beginning :(.
Does someone know how to made modification i could made to scripts used in game?

---
Lohol

Peter Hull
Member #1,136
March 2001

Troy & LoHoL: fixed it on CVS (see here)
Don't know about saved games, I don't think we've touched that bit ???

Pete

LoHoL
Member #1,752
December 2001
avatar

Peter : 'bout saves games that's fixed too. the problem was there were no *.lob in /scripts only *.lua

EDIT : ok just try it and that's worked. there still is the lua bug with compiling of intrface.c
in makefile.(i forgot extension:))
d:\compiler\mingw\blablabla
why not MINGDIR\etc ?

oh and i assume you've modified tha cave1.lua . could you tell what modifications have you done cause i'have done some try and none of them worked

---
Lohol



Go to: