Poll

Should I consider secondary developers?

No, retain the purity. One man, one mod, ein reich!
Yes.

Author Topic: CityRPG  (Read 125455 times)

I wouldn't need to make a job for it. There doesn't need to be a job for every possible activity.

In CityRPG v2, I made a checkbox on the sellItem event that would allow you to sell to felons anyways, but would be a mega crime if you were witnessed by a cop. I can just do that again.

the problem with that is that it won't get witnessed unless the police constantly hang around shops which is sort of unrealistic.

Maybe all gun deals can leave a clue, and you have to pay someone to clean it up?

If the dealer sells the guns, he's going to receive a criminal record. After this record is received, the police will pursue him. After said dealer is in prison, the store will be shut down so the dealer does not receive pay while in jail.

All purchasing clients will be pursued as well.

While this is a decent prospect, and since the environment of buying parts would be totally controlled (e.g. I could make it so you can have a peg leg for one foot only), the amount of code that would be required to totally reconstruct the Avatar GUI with new constraints would be a bit excessive for the trivial matter of prettying up your in-game look...

Or just do something where if they pay for a perk, the server will accept the avatar setup from the already existing avatar gui, instead of ignoring it and saying "nope you look like this buddy"

If the dealer sells the guns, he's going to receive a criminal record. After this record is received, the police will pursue him. After said dealer is in prison, the store will be shut down so the dealer does not receive pay while in jail.

All purchasing clients will be pursued as well.
This whole thing would be invalidated if anyone can drop guns for sale.

Maybe the mod needs to restrict people from dropping any weapons?

I was describing the old system. If I repeat this functionality it will have a clue.


If the dealer sells the guns, he's going to receive a criminal record. After this record is received, the police will pursue him. After said dealer is in prison, the store will be shut down so the dealer does not receive pay while in jail.

All purchasing clients will be pursued as well.
Correct. This will probably be the only crime with two clues.


Or just do something where if they pay for a perk, the server will accept the avatar setup from the already existing avatar gui, instead of ignoring it and saying "nope you look like this buddy"
Like what? What elements would I take from their design? We'd up up with rogues wearing shoulder decorations and mayors with a Marijuana leaf in their hat.

What happens when you pick up a clue?

Like what? What elements would I take from their design?

You don't need to do anything with the design

Code: [Select]
function servercmdavatarsomething(%client, %avatarinfo)
{
   if(cityrpgso.profile[%client.iDunnoLol].canSelectAvatar)
      parent::servercmdavatarsomething(%client, %avatarinfo)
   else
   {
      %avatarinfo = "conformity";
      etc...
yea you probably don't need my garbage quick code


We'd up up with rogues wearing shoulder decorations and mayors with a Marijuana leaf in their hat.

Or even *gasp* space helmets and jetpacks!
You can always force a uniform to identify certain people, but I can guarantee you that people will prefer the possibility of choosing avatars.

This is the one instance where I could not give less of a forget about what the people prefer. I do not like pink spacemen wandering around town with an AK-47.

I'll do the favorite color thing, but that's it. I legitimately have no concern for people who would get upset over not being able to use their character outfit in-game. Be glad I didn't do what I was going to plan originally and clamp color ranges on skin color to prevent players with pure black skin from making it look like they have no face.

Sounds good, pink spacemen are gay, i dont want to see those either. And before any more people start bitching about freedom or something; if you want more freedom then go join a freebuild. You can usually do whatever the forget you want at those. But this is his mod for his server, so he is allowed to dictate things a bit.

as unimmersive as pink spacemen are i cannot shake the feeling that that last thing iban said was as hostile as my mount-to-back thing

as unimmersive as pink spacemen are i cannot shake the feeling that that last thing iban said was as hostile as my mount-to-back thing


owned



Notepad++. I use the Obsidian Theme, 3-Space Tabbing Index, Courier New (Monospaced) Font, 10px.

This is when I'm most comfortable coding. Easy black background, words pop, letters are evenly spaced, very big but small enough to reduce scrolling need.

:D