Map Database  •  FAQ  •  RSS  •  Login

Official KaM Remake Ideas topic

<<

Ben

User avatar

Former Site Admin

Posts: 3814

Joined: 08 Jan 2009, 23:00

Location: California - Pacific Time (UTC -8/-7 Summer Time)

Post 12 Aug 2013, 03:57

Re: Official KaM Remake Ideas topic

Just do something really complex, like using a password system. At the end of the mission, the script determines the value of all your soldiers and outputs a code. In the next mission, the player will enter the code in to get his respective army.

Of course, there is no way of entering commands in atm, so you'd have to use some sort of laborer GUI thing like sado's space invaders. You'll also need to dedicate a large part of the map for that.

Shouldn't be too hard to do.
I used to spam this forum so much...
<<

Lewin

User avatar

KaM Remake Developer

Posts: 3822

Joined: 16 Sep 2007, 22:00

KaM Skill Level: Skilled

ICQ: 269127056

Website: http://lewin.hodgman.id.au

Yahoo Messenger: lewinlewinhodgman

Location: Australia

Post 12 Aug 2013, 07:44

Re: Official KaM Remake Ideas topic

I'm not opposed to singleplayer campaigns (not multiplayer) being able to store some persistent data between missions through the script, that would allow lots of clever stuff that carries over between missions (for example the way you treat your allies in early missions could affect the outcome later, or troops being kept from previous missions as someone suggested). However, I don't think it's high priority and it could be tricky to design/implement well.
<<

ChrisEggII

User avatar

Sword Fighter

Posts: 254

Joined: 01 May 2012, 15:04

Website: http://www.youtube.com/user/krzysiek000

Location: Poland

Post 12 Aug 2013, 11:32

Re: Official KaM Remake Ideas topic

I have a question about resolution. Last time I started play KaM again, but I really slow down multiplayer games. Ping is normal (30-80, no more), but I have really low FPS. At start I have 25, but after hour I have 8-12 (Sometimes 3-4!). I tried choose lower resolution, but the lowest was 1024x768. This helped a bit, but still this is not good.
And here is my question: Will be possible to choose 800x600 resolution? Or maybe is there other possibility?
<<

Krom

User avatar

Knights Province Developer

Posts: 3282

Joined: 09 May 2006, 22:00

KaM Skill Level: Fair

Location: Russia

Post 12 Aug 2013, 12:12

Re: Official KaM Remake Ideas topic

In KaM Remake you can make the game window as small as 1024x720 if I remember correctly. Making the window smaller will hardly help, because from your description, the game lags when CPU load increases (more houses and more units need updating each frame). Please provide your PC specs (CPU, GPU, RAM, OpenGL version, OS)
Knights Province at: http://www.knightsprovince.com
KaM Remake at: http://www.kamremake.com
Original MBWR/WR2/AFC/FVR tools at: http://krom.reveur.de
<<

The Dark Lord

User avatar

King Karolus Servant

Posts: 2154

Joined: 29 Aug 2007, 22:00

KaM Skill Level: Veteran

Location: In his dark thunderstormy castle

Post 12 Aug 2013, 12:13

Re: Official KaM Remake Ideas topic

Close all applications running in the background. :)
<<

woloszek

User avatar

Sword Fighter

Posts: 394

Joined: 23 Apr 2012, 19:50

Location: Poland

Post 12 Aug 2013, 13:00

Re: Official KaM Remake Ideas topic

I'm not opposed to singleplayer campaigns (not multiplayer) being able to store some persistent data between missions through the script, that would allow lots of clever stuff that carries over between missions (for example the way you treat your allies in early missions could affect the outcome later, or troops being kept from previous missions as someone suggested). However, I don't think it's high priority and it could be tricky to design/implement well.
I agree with you, but it would be great if the player could decide how many troops will be in the next mission (maybe also the resources). The game would become more real, when the army that survived the tactical mission, appears in the next mission. You do not have to hurry up with this idea, but it would be nice if you did not reject this idea. :wink:
<<

Krom

User avatar

Knights Province Developer

Posts: 3282

Joined: 09 May 2006, 22:00

KaM Skill Level: Fair

Location: Russia

Post 12 Aug 2013, 13:17

Re: Official KaM Remake Ideas topic

Carrying over from previous missions has a side effect - player would spend a lot more time squeezing every bit from the previous mission to get a better start in the next one. Not sure if we should encourage that. I'm not against the feature, just adding my 2c. I would rather have choices before mission starts, e.g. take +10 gold or +15 bread or pre-made Barracks.
Knights Province at: http://www.knightsprovince.com
KaM Remake at: http://www.kamremake.com
Original MBWR/WR2/AFC/FVR tools at: http://krom.reveur.de
<<

ChrisEggII

User avatar

Sword Fighter

Posts: 254

Joined: 01 May 2012, 15:04

Website: http://www.youtube.com/user/krzysiek000

Location: Poland

Post 12 Aug 2013, 13:36

Re: Official KaM Remake Ideas topic

AMD Athlon LE-1600, 2200 MHz (11 x 200)
GeForce 6150SE nForce 430
3,00 GB RAM
OpenGL 2.1.2
Windows 7 x32
Close all applications running in the background. :)
Yeah, next time I'll close Windows...
<<

Bence791

Knight

Posts: 618

Joined: 20 Jul 2012, 20:25

KaM Skill Level: Beginner

Location: Hungary

Post 12 Aug 2013, 13:44

Re: Official KaM Remake Ideas topic

Yeah, next time I'll close Windows...
Not sure about Poland, but in Hungary, OS's don't count as applications. :rolleyes:
The Kamper is always taking my colour!

<<

ChrisEggII

User avatar

Sword Fighter

Posts: 254

Joined: 01 May 2012, 15:04

Website: http://www.youtube.com/user/krzysiek000

Location: Poland

Post 12 Aug 2013, 13:49

Re: Official KaM Remake Ideas topic

Informatics isn't my strong side, but I think OS is an application too.
<<

Lewin

User avatar

KaM Remake Developer

Posts: 3822

Joined: 16 Sep 2007, 22:00

KaM Skill Level: Skilled

ICQ: 269127056

Website: http://lewin.hodgman.id.au

Yahoo Messenger: lewinlewinhodgman

Location: Australia

Post 12 Aug 2013, 14:08

Re: Official KaM Remake Ideas topic

Informatics isn't my strong side, but I think OS is an application too.
Not really, the OS's role is to provide things that applications need like managing the hardware and drivers, providing thread scheduling (so each application gets a share of CPU time), memory management, networking, hard drive file system, interrupts, etc. Applications then sit on top of the operating system and use the functionality it provides. Without an OS applications would have to be written on a much lower level (understanding the specific hardware of the computer) and you could only ever run one application at once since there would be no way for them to share any resources or cooperate.

Back on topic, I'd guess it's your graphics card holding you back since it's very old. I have a Pentium 4 computer with a Nvidia 6600 (much better than your card) and it only just runs the game smoothly at 1280x1024 (~30 FPS). Setting shadow quality to low will reduce the load on the graphics card, other than that you can only reduce the resolution and/or zoom in so there's less stuff to be drawn. Although you might be able to pick up a better (but still old graphics card) that's compatible with your system for cheap/free, since that era of cards are basically worthless now.
<<

sado1

User avatar

Council Member

Posts: 1430

Joined: 21 May 2012, 19:13

KaM Skill Level: Skilled

Post 12 Aug 2013, 14:14

Re: Official KaM Remake Ideas topic

Informatics isn't my strong side, but I think OS is an application too.
Not really, the OS's role is to provide things that applications need like managing the hardware and drivers, providing thread scheduling (so each application gets a share of CPU time), memory management, networking, interrupts, etc. Applications then sit on top of the operating system and use the functionality it provides. Without an OS applications would have to be written on a much lower level (understanding the specific hardware of the computer) and you could only ever run one application at once since there would be no way for them to share any resources or cooperate.
Translation: OS is something you run programs on.
<<

woloszek

User avatar

Sword Fighter

Posts: 394

Joined: 23 Apr 2012, 19:50

Location: Poland

Post 12 Aug 2013, 14:24

Re: Official KaM Remake Ideas topic

Carrying over from previous missions has a side effect - player would spend a lot more time squeezing every bit from the previous mission to get a better start in the next one. Not sure if we should encourage that. I'm not against the feature, just adding my 2c. I would rather have choices before mission starts, e.g. take +10 gold or +15 bread or pre-made Barracks.
That's it! The player has to try their capabilities, not only in one mission, but in an earlier too. Of course, the mission would require testing that was neither too easy, and also not too difficult. (Not always be the case that the military we have another mission - this is already let it be a choice in the editor.) Your idea is cool too - something like that was in the game Heroes of Might and Magic. :P
<<

T*AnTi-V!RuZz

User avatar

Former Site Admin

Posts: 1830

Joined: 03 Jan 2007, 23:00

KaM Skill Level: Fair

Website: http://www.knightsandmerchants.net

Location: The Netherlands

Post 12 Aug 2013, 15:08

Re: Official KaM Remake Ideas topic

Simply put: an OS is not an application but an environment for applications to run on.
<<

WhiteWolf

User avatar

Warrior

Posts: 126

Joined: 05 Jul 2013, 11:07

KaM Skill Level: Beginner

Location: The Netherlands

Post 12 Aug 2013, 15:14

Re: Official KaM Remake Ideas topic

OS means Operating System.. for the ones who didn't knew that ;P
There is no such thing as innocence only degrees of guilt.

Return to “Ideas / Suggestions”

Who is online

Users browsing this forum: No registered users and 0 guests