Page 5 of 12 |
|
Posted: Sat, 23rd Sep 2006 23:15 Post subject: |
|
 |
ahem... dont flame please : )
Ive tried using ArtMoney on The Guild 2, but cant seem to zero down on the money/exp values. Anyone have any input what the modifier might be?
(for instance in some games if u got 10000 creds u have to search for 5000 creds in artmoney like progs, sneaky bastards those devs...)
|
|
Back to top |
|
 |
Epsilon
Dr. Strangelove
Posts: 9240
Location: War Room
|
Posted: Sat, 23rd Sep 2006 23:17 Post subject: |
|
 |
Dm242 wrote: | ahem... dont flame please : )
Ive tried using ArtMoney on The Guild 2, but cant seem to zero down on the money/exp values. Anyone have any input what the modifier might be?
(for instance in some games if u got 10000 creds u have to search for 5000 creds in artmoney like progs, sneaky bastards those devs...) |
Hit the "I win" button...if you can find it, it's right next to the "Any key" button that should sort you out.
|
|
Back to top |
|
 |
proekaan
VIP Member
Posts: 3650
Location: Finland
|
|
Back to top |
|
 |
Serben
Banned
Posts: 1428
Location: Sweden
|
Posted: Sun, 24th Sep 2006 10:34 Post subject: |
|
 |
Hey i'm having some problems. I started out as a patrician (or whatever it's called, the ones who can build farms) and then i built a farm and some corrals and fields. But i can't produc anything! I try to click on my employees in the production screen and then click on the product i want them to produce, but it just says that it can't find any raw materials anywhere, even though the crops and animals don't seem to have any raw material requirements. Then i tried going to the market to see if they had any pigs and wheat for sale. They only had wheat, beets, and barley, but no animals. So i bought like 50 units of wheat and took it back to the farm and unloaded it. But i still can't produce anything. I tried producing some wheat after i had unloaded it but it still says it doesn't have sufficient raw materials. WTF?
|
|
Back to top |
|
 |
|
|
Back to top |
|
 |
|
|
Back to top |
|
 |
|
|
Back to top |
|
 |
|
|
Back to top |
|
 |
|
Posted: Sun, 24th Sep 2006 11:07 Post subject: |
|
 |
Well, I hope the comming hotfix for multiplayer,which should be released this weekend, does not affect the protection or the exe.
|
|
Back to top |
|
 |
|
Posted: Sun, 24th Sep 2006 11:17 Post subject: |
|
 |
Review from PALGN AU
Graphics: 6.5
Constant stutters, graphical flaws and the blurry textures makes the game feel a tad outdated and unfinished.
Sound: 7.0
Certainly well-suited for the game, and proves to be quite soothing at times. There's some voice-acting too, but is quite average and quite annoying though.
Gameplay: 6.0
Plenty of depth in customising your characters. You can marry into a wealthy family, build a successful business, and claim the ultimate social standing. However, there are a lot of dry spots such as dull relationship building, a lack of exciting and inviting gameplay options and a lot of gameplay flaws.
Lifespan: 7.0
Several different modes, such as mission based modes, time mode, dynasty mode and many more. There's a few deep multiplayer mode that enables a bit of co-op play too. While there is certainly a lot to do, and a lot of depth in building characters, the gameplay can be difficult to enjoy for long periods of time.
Overall: 6.0
Fans of the original will appreciate the game for what it is. However, unless you’re a patient person, and can overlook the game’s flaws, there isn’t much enjoyment.
|
|
Back to top |
|
 |
TB666
Posts: 141
Location: Skåneland
|
|
Back to top |
|
 |
|
Posted: Sun, 24th Sep 2006 12:14 Post subject: |
|
 |
Serben wrote: | Hey i'm having some problems. I started out as a patrician (or whatever it's called, the ones who can build farms) and then i built a farm and some corrals and fields. But i can't produc anything! I try to click on my employees in the production screen and then click on the product i want them to produce, but it just says that it can't find any raw materials anywhere, even though the crops and animals don't seem to have any raw material requirements. Then i tried going to the market to see if they had any pigs and wheat for sale. They only had wheat, beets, and barley, but no animals. So i bought like 50 units of wheat and took it back to the farm and unloaded it. But i still can't produce anything. I tried producing some wheat after i had unloaded it but it still says it doesn't have sufficient raw materials. WTF? |
Take a look at the thing you want to produce, and you'll see some small icons on its right side.
Probably 1-3 icons.
Hold mouse (or right mouse button) over them to see what you need.
I hate you.
|
|
Back to top |
|
 |
|
Posted: Sun, 24th Sep 2006 12:16 Post subject: |
|
 |
The best choice to start is as farmer or worker. Cause they can produce the raw materials on their own. The farmer harvest it goods on the fields or cattles and the worker buys/builds a mine or limber camp.
|
|
Back to top |
|
 |
|
|
Back to top |
|
 |
|
Posted: Sun, 24th Sep 2006 12:54 Post subject: |
|
 |
I don't know about SiLENTGATE, but the RELOADED release has a patch included.
|
|
Back to top |
|
 |
|
|
Back to top |
|
 |
Serben
Banned
Posts: 1428
Location: Sweden
|
Posted: Sun, 24th Sep 2006 13:04 Post subject: |
|
 |
An English patch? Because i can only find the German patch on the official site. Have they even released an english patch yet?
|
|
Back to top |
|
 |
|
|
Back to top |
|
 |
A-A
Posts: 3156
Location: New york
|
Posted: Sun, 24th Sep 2006 13:32 Post subject: |
|
 |
Tired to change the years per round fraction and find the way
go to the install dir
\scripts\capaign\_Endless\
use any text editor to open _endless.lua
change
function Prepare()
local Time = GetSettingNumber("ENDLESS", "Starttime", 4)
local StartSeason = GetSettingNumber("ENDLESS", "StartSeason", 1)
local StartYear = GetSettingNumber("ENDLESS", "StartYear", 1400)
SetTime(StartSeason, StartYear, Time, 0)
return true
end
to
function Prepare()
ScenarioSetYearsPerRound(1)
local Time = GetSettingNumber("ENDLESS", "Starttime", 4)
local StartSeason = GetSettingNumber("ENDLESS", "StartSeason", 1)
local StartYear = GetSettingNumber("ENDLESS", "StartYear", 1400)
SetTime(StartSeason, StartYear, Time, 0)
return true
end
ScenarioSetYearsPerRound(1) <- this variable change the number years per round
-
From jowood forums
|
|
Back to top |
|
 |
|
Posted: Sun, 24th Sep 2006 13:35 Post subject: |
|
 |
posted there by me ;p http://forum.jowood.de/showthread.php?t=122344
but this is buugy - it add one year to game - 2 years to your character and 4 years to ther npc's
.... damn buggy game ;/
|
|
Back to top |
|
 |
|
Posted: Sun, 24th Sep 2006 13:49 Post subject: |
|
 |
5h4d3 wrote: | I don't know about SiLENTGATE, but the RELOADED release has a patch included. |
Silentgate is the german division of Reloaded!
Don't mistake lack of talent for genius!
|
|
Back to top |
|
 |
A-A
Posts: 3156
Location: New york
|
|
Back to top |
|
 |
|
Posted: Sun, 24th Sep 2006 14:01 Post subject: |
|
 |
Trismogestos wrote: | 5h4d3 wrote: | I don't know about SiLENTGATE, but the RELOADED release has a patch included. |
Silentgate is the german division of Reloaded! |
I was refering if SiLENTGATE release has or not a patch included. I know it's the german division of RELOADED.
|
|
Back to top |
|
 |
|
Posted: Sun, 24th Sep 2006 14:11 Post subject: |
|
 |
Somebody give us mini review of this game. (gameplay, graphic, sound)
Thanks in advance.
|
|
Back to top |
|
 |
|
Posted: Sun, 24th Sep 2006 14:18 Post subject: |
|
 |
Gameplay - its is good sequel of the first game Europa 1400. At current patch level economy isnt balanced ;/ So it is hard to judge the economic part . Also little annoying is the 4 yers turn. good sides - you can do muuuch more than TG 1. You simply walk and do whatever you could (steal/ train/ make items in your smith etc . You can control up to 3 characters
at this state 6+/10
Grpahic - didnt tried high details - unoptimized and slow engine ...
2/10
Sound - very good - german medieval band. Immo not enough backgroung music tracks ... but at all very well done
9/10
sumarize
Need 3-4 more patches to be playable
i hope the multiplayer will be playable too ( TG 1 with 6 patches and redone gold version ... still unplayable )
if you want more reviews go to jowood forum ( eg from the link that i gave above)
|
|
Back to top |
|
 |
|
|
Back to top |
|
 |
|
Posted: Sun, 24th Sep 2006 14:42 Post subject: |
|
 |
|
|
Back to top |
|
 |
Epsilon
Dr. Strangelove
Posts: 9240
Location: War Room
|
Posted: Sun, 24th Sep 2006 15:27 Post subject: |
|
 |
Reg67 wrote: | boake wrote: | @ Damador
Thanks for mini review.
But, my question is,,, is there any battle in the game?  |
Hmm not sure but doubt it
If you like the game and want battles. play the spellforce games.. same Devs.. very similar game (building/collecting resources etc) but many battles to be fought so you can get more resources and advance in the game. |
When will people get into their heads that a publisher 'publishes' games and a developer 'develops' games
4head 'developed' The Guild games
Phenomic 'developed' the spellforce games
Both were 'published' by JoWood
Fool!
|
|
Back to top |
|
 |
frenger
Posts: 105
Location: northern sweden
|
Posted: Sun, 24th Sep 2006 15:53 Post subject: |
|
 |
at last I have the RLD version.
found a good link on the jowood forums on how to fix the crashes!
http://forum.jowood.com/showthread.php?t=122362
hopefully it will work!
edit:
it didn't. it didn't even start... lol
trying to fix it using the hints in the jowood forum now.
CPU: Athlon 64 3500+ RAM: 2048MB DDR GPU: ATI Radeon X800GT DISKS: 2x200Gb SATA
|
|
Back to top |
|
 |
|
Posted: Sun, 24th Sep 2006 16:10 Post subject: |
|
 |
so is this game worth downloading if some one likes sims ? i mean the bugs scare me .... becoz they remind me of a beta then a full retail game
|
|
Back to top |
|
 |
Page 5 of 12 |
All times are GMT + 1 Hour |